@charset "UTF-8";

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    width: 1600px;
    margin: 0;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

.container-lemure {
  transition: opacity 0.3s ease;
  color: #000;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "Times New Roman", Georgia, serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.container-lemure img {
  height: auto;
}

.container-lemure .hidden {
  display: none;
}

.container-lemure .trans {
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}

.container-lemure .trans:hover {
  opacity: 0.8;
}

.container-lemure .slick-arrow {
  position: absolute;
  background: no-repeat center center/100% auto;
  text-indent: -1000px;
  overflow: hidden;
}

.container-lemure .slick-arrow:before {
  display: none;
}

.container-lemure .slick-prev {
  background-image: url(/img/product/system_kitchen/lemure/btn_prev.png)
}

.container-lemure .slick-next {
  background-image: url(/img/product/system_kitchen/lemure/btn_next.png)
}

.list-common-dot .slick-dots {
  position: absolute;
  background: #eaeaea;
  display: table;
}

.list-common-dot .slick-dots li {
  margin: 0;
  padding: 0;
  height: auto;
  display: table-cell
}

.list-common-dot .slick-dots button {
  text-indent: -1000px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 4px;
}

.list-common-dot .slick-dots button:before {
  display: none;
}

.list-common-dot .slick-dots .slick-active button {
  background: #a1924d;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 769px) {
  .container-lemure {
    font-size: 1.4rem;
  }

  .container-lemure .slick-arrow {
    width: 50px;
    height: 50px;
  }

  .wrapper-lemure {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }

  .sm {
    display: none !important;
  }

  .list-common-dot .slick-dots {
    width: 304px;
    margin-left: -152px;
    left: 50%
  }
}

@media only screen and (max-width: 768px) {
  .container-lemure {
    font-size: 1.4rem;
  }

  .container-lemure .slick-arrow {
    width: 35px;
    height: 35px;
  }

  .md {
    display: none !important;
  }

  .list-common-dot .slick-dots {
    left: 92px;
    right: 92px;
    width: calc(100% - 184px);
  }
}

@media only screen and (max-width: 320px) {
  .wrapper-lemure {
    padding: 0 20px !important;
  }

  .section-top-price .item-title {
    padding: 5px 10px !important;
  }

  .section-top-price dd {
    padding: 5px 10px !important;
  }

  .section-top-catalog .catalog-list {
    justify-content: center !important;
  }

  .section-top-catalog .list-item {
    margin: 0 20px 24px !important;
  }
}

.common-top-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.common-top-title .title-japan {
  font-weight: 600;
  letter-spacing: 0.06em;
}

@media only screen and (min-width: 769px) {
  .common-top-title {
    margin-bottom: 38px;
    padding: 0 37px;
  }

  .common-top-title img {
    margin-bottom: 16px;
  }

  .common-top-title .title-japan {
    font-size: 1.8rem;
    line-height: 2.7777777778;
  }
}

@media only screen and (max-width: 768px) {
  .common-top-title {
    padding: 0 75px;
  }

  .common-top-title .title-japan {
    font-size: 0.95rem;
    line-height: 2.7894736842;
  }
}

.common-button-primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.common-button-primary .button-link {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #a1924d;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.common-button-primary .button-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.common-button-primary .button-top {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.common-button-primary .button-bottom {
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 769px) {
  .common-button-primary {
    margin: 0 -12px;
  }

  .common-button-primary.is-margin {
    margin-bottom: 75px;
  }

  .common-button-primary .button-link {
    width: 304px;
    min-height: 70px;
    margin: 0 12px 15px;
    padding: 10px 30px;
  }

  .common-button-primary .button-link::before {
    right: 16px;
    width: 11px;
    height: 11px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .common-button-primary .button-top {
    font-size: 1.4rem;
  }

  .common-button-primary .button-bottom {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .common-button-primary .button-link {
    width: 100%;
    max-width: 600px;
    min-height: 50px;
  }

  .common-button-primary .button-link::before {
    right: 23px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .common-button-primary .button-link:not(:last-child) {
    margin-bottom: 23px;
  }

  .common-button-primary .button-top {
    font-size: 1.1rem;
  }

  .common-button-primary .button-bottom {
    margin-top: -5px;
    font-size: 1.7rem;
  }
}

.common-button-secondary .button-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", serif;
  text-decoration: none;
}

.common-button-secondary .button-link span {
  position: relative;
  font-weight: 500;
}

.common-button-secondary .button-link span::before {
  content: "";
  position: absolute;
}

@media only screen and (min-width: 769px) {
  .common-button-secondary .button-link {
    width: 632px;
    min-height: 80px;
  }

  .common-button-secondary .button-link span {
    padding-right: 38px;
    font-size: 1.6rem;
    line-height: 1.5625;
  }

  .common-button-secondary .button-link span::before {
    top: 4px;
    right: 11px;
    width: 19px;
    height: 19px;
    background: url(/img/product/system_kitchen/lemure/contents_ico_01.png) 100%/auto no-repeat;
  }
}

@media only screen and (max-width: 768px) {
  .common-button-secondary .button-link {
    min-height: 51px;
    font-size: 1.2rem;
  }

  .common-button-secondary .button-link span {
    padding-right: 21px;
  }

  .common-button-secondary .button-link span::before {
    top: 4px;
    right: 4px;
    width: 13px;
    height: 13px;
    background: url(/img/product/system_kitchen/lemure/contents_ico_01.png) 100%/cover no-repeat;
  }
}

.section-top-keyvisual .swiper-pagination-bullet-active {
  background: #fff !important;
}

.section-top-keyvisual .keyvisual-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-top-keyvisual .keyvisual-slide img {
  width: 100%;
}

.section-top-keyvisual .slick-dots button:before {
  display: none;
}

.section-top-keyvisual .slick-dots button {
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.26s ease;
  margin: 0;
}

.section-top-keyvisual .slick-dots li {
  margin: 0 7px;
  width: auto;
  height: auto;
}

.section-top-keyvisual .slick-active button {
  background: #fff;
}

.section-top-keyvisual .keyvisual-slider:not(.slick-initialized) .keyvisual-slide:not(:first-child) {
  display: none;
}

@media only screen and (min-width: 769px) {
  .section-top-keyvisual .keyvisual-slide {
    height: 580px;
  }

  .section-top-keyvisual .slick-dots {
    bottom: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .section-top-keyvisual .slick-dots {
    bottom: 20px;
  }
  .section-top-keyvisual .keyvisual-slide {
    height: 63vw !important;
  }
}

.section-top-kitchen {
  text-align: center;
}


.section-top-kitchen .kitchen-title {
  font-weight: 600;
  letter-spacing: 0.15em;
}

.section-top-kitchen .kitchen-image img,
.section-top-kitchen .kitchen-banner img {
  width: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 769px) {
  .section-top-kitchen {
    padding: 113px 0 0;
  }

  .section-top-kitchen .wrapper-lemure {
    padding-bottom: 102px;
  }

  .section-top-kitchen .kitchen-title {
    margin-bottom: 38px;
    font-size: 4rem;
  }

  .section-top-kitchen .kitchen-content {
    margin-bottom: 55px;
    font-size: 2rem;
    line-height: 2.4;
  }
}

@media only screen and (max-width: 768px) {
  .section-top-kitchen {
    padding-top: 40px;
  }

  .section-top-kitchen .kitchen-title {
    margin-bottom: 41px;
    font-size: 2rem;
    line-height: 1.5;
  }

  .section-top-kitchen .kitchen-content {
    margin-bottom: 32px;
    font-size: 1.25rem;
    line-height: 2;
  }

  .section-top-kitchen .kitchen-imgage {
    width: 341px;
    margin: 0 auto 43px;
  }
}

.section-top-concept .block-title {
  font-weight: 600;
  letter-spacing: 0.07em;
}

.section-top-concept .block-content {
  margin-bottom: 0;
  letter-spacing: 0.05em;
}

.section-top-concept .concept-button {
  display: block;
  position: relative;
  margin: 0 auto;
  border: 1px solid #a1924d;
}

.section-top-concept .concept-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-top-concept .button-inner {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

.section-top-concept .button-inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.section-top-concept .button-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-radius: 50%;
  background: #a1924d;
}

.section-top-concept .concept-image img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .section-top-concept {
    padding-bottom: 100px;
  }
  .section-top-concept .concept-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #a1924d;
    width: 25%;
    height: 101%;
    clip-path: polygon(0 0, 79% 0%, 100% 100%, 0% 100%);
  }
  .section-top-concept .wrapper-lemure {
    display: -ms-flexbox;
    display: flex;
    padding: 113px 0 57px;
  }

  .section-top-concept .concept-image {
    width: 550px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .section-top-concept .concept-block {
    -ms-flex: 1;
    flex: 1;
    margin: -1px -10px 0 0;
    padding-left: 22px;
  }

  .section-top-concept .block-label {
    margin-bottom: 24px;
  }

  .section-top-concept .block-title {
    margin-bottom: 14px;
    font-size: 2.8rem;
    line-height: 1.7857142857;
  }

  .section-top-concept .block-content {
    font-size: 1.8rem;
    line-height: 2.2222222222;
  }

  .section-top-concept .concept-button {
    width: 386px;
    min-height: 60px;
    padding-left: 94px;
  }

  .section-top-concept .concept-button::before {
    width: 94px;
    height: 60px;
    background: url(/img/product/system_kitchen/lemure/concept_text_02.png) center/contain no-repeat;
  }

  .section-top-concept .button-inner {
    min-height: 58px;
    padding: 0 34px 1px 0;
  }

  .section-top-concept .button-inner::before {
    right: 20px;
    width: 6px;
    height: 6px;
  }

  .section-top-concept .button-inner::after {
    right: 11px;
    width: 22px;
    height: 22px;
  }

  .section-top-concept .button-inner span {
    padding-right: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .section-top-concept {
    padding: 75px 0 37px;
  }

  .section-top-concept .wrapper-lemure {
    padding: 0 37px;
  }

  .section-top-concept .concept-image {
    margin-bottom: 30px;
  }

  .section-top-concept .block-label {
    margin-bottom: 3px;
    padding: 0 27px;
  }

  .section-top-concept .block-title {
    margin-bottom: 26px;
    font-size: 1.75rem;
    line-height: 1.4857142857;
    text-align: center;
  }

  .section-top-concept .block-content {
    margin: 0 -15px 47px;
    font-size: 1.25rem;
    line-height: 1.76;
    text-align: center;
  }

  .section-top-concept .concept-wrapper {
    margin: 0 37px;
  }

  .section-top-concept .concept-button {
    width: 100%;
    max-width: 600px;
    min-height: 50px;
    margin: 0 auto;
  }

  .section-top-concept .concept-button::before {
    width: 78px;
    height: 50px;
    background: url(/img/product/system_kitchen/lemure/concept_text_sp_02.png) 100%/cover no-repeat;
  }

  .section-top-concept .button-inner {
    min-height: 49px;
    padding-left: 43px;
  }

  .section-top-concept .button-inner::before {
    right: 22px;
    width: 8px;
    height: 8px;
  }

  .section-top-concept .button-inner::after {
    right: 13px;
    width: 22px;
    height: 22px;
  }

  .section-top-concept .button-inner span {
    padding-right: 35px;
  }
}

.section-top-features .list-image img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .section-top-features {
    padding: 63px 0 90px;
  }
}

@media only screen and (max-width: 768px) {
  .section-top-features {
    padding: 37px 0 38px;
  }

  .section-top-features .common-top-title {
    margin-bottom: 29px;
  }

  .section-top-features .common-top-title img {
    margin-bottom: -1px;
  }
}

.block-top-features .block-banner {
  position: relative;
}

.block-top-features .block-banner>img {
  width: 100%;
}

.block-top-features .banner-title {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  background: #000;
  -webkit-clip-path: polygon(92% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(92% 0, 100% 100%, 0 100%, 0 0);
  font-family: "Noto Sans JP", sans-serif;
}

.block-top-features .banner-title span {
  color: #fff;
  letter-spacing: 0.15em;
}

.block-top-features .block-content {
  background: #a1924d;
}

.block-top-features .block-content .content-wrapper {
  color: #fff;
}

.block-top-features .content-title {
  font-weight: 600;
}

.block-top-features .content-title,
.block-top-features .content-detail {
  margin-bottom: 0;
}

.block-top-features .block-wrapper {
  position: relative;
}

.block-top-features .block-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
}

.block-top-features .block-text {
  margin-bottom: 0;
  letter-spacing: 0.05em;
}

.block-top-features .block-gallery {
  padding-left: 0;
  list-style: none;
}

.block-top-features .gallery-image {
  position: relative;
}

.block-top-features .gallery-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

.block-top-features .gallery-image::after {
  content: "";
  position: absolute;
  z-index: 2;
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.block-top-features .gallery-image img {
  width: 100%;
}

.block-top-features .gallery-title {
  margin-bottom: 0;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
}

.block-top-features .block-intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .block-top-features:not(:last-child) {
    padding-bottom: 174px;
  }

  .block-top-features .block-banner {
    height: 492px;
  }

  .block-top-features .block-banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .block-top-features .banner-title {
    padding-right: 39px;
    padding-left: 159px;
  }

  .block-top-features .banner-title img {
    margin-right: 20px;
  }

  .block-top-features .banner-title span {
    margin-right: 20px;
    font-size: 2rem;
    line-height: 2;
  }

  .block-top-features .block-content {
    padding: 30px;
  }

  .block-top-features .block-content .content-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 960px;
    margin: 0 auto;
  }

  .block-top-features .content-title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 66px;
    font-size: 2.8rem;
    letter-spacing: 0.12em;
    line-height: 1.7857142857;
  }

  .block-top-features .content-detail {
    -ms-flex: 1;
    flex: 1;
    margin-top: 2px;
    font-size: 1.6rem;
    line-height: 2;
  }

  .block-top-features .block-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-top-features .block-wrapper:not(.block-top-features .block-wrapper.is-style, .block-top-features .block-wrapper.is-usability, .block-top-features .block-wrapper.is-variation) {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -15px;
  }

  .block-top-features .block-wrapper.is-style {
    padding-top: 135px;
  }

  .block-top-features .block-wrapper.is-style::before {
    top: 92px;
    width: 81px;
    height: 657px;
    background: url(/img/product/system_kitchen/lemure/features_text_03.png) center/contain no-repeat;
  }

  .block-top-features .block-wrapper.is-usability {
    padding-top: 137px;
  }

  .block-top-features .block-wrapper.is-usability::before {
    top: 87px;
    left: 0;
    width: 65px;
    height: 665px;
    background: url(/img/product/system_kitchen/lemure/features_text_05.png) center/contain no-repeat;
  }

  .block-top-features .block-wrapper.is-variation {
    margin-bottom: 55px;
    padding-top: 126px;
  }

  .block-top-features .block-wrapper.is-variation::before {
    top: 113px;
    width: 48px;
    height: 604px;
    background: url(/img/product/system_kitchen/lemure/features_text_07.png) center/contain no-repeat;
  }

  .block-top-features .block-wrapper.is-margin {
    margin-bottom: 91px;
  }

  .block-top-features .block-wrapper.is-last {
    margin-bottom: 58px;
  }

  .block-top-features .block-list.is-child {
    min-width: 375px;
    padding-top: 127px;
  }

  .block-top-features .block-list.is-child .block-wrapper {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-top-features .list-image {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .block-top-features .is-last .list-image {
    width: 100%;
  }
  .block-top-features .is-last {
    width: 800px;
    margin: 0 auto;
  }
  .block-top-features .is-last img {
    display: block;
    width: 100%;
  }

  .block-top-features .list-image.is-top {
    width: 521px;
  }

  .block-top-features .list-image.is-child {
    width: 180px;
  }

  .block-top-features .block-text {
    font-size: 2rem;
    line-height: 2;
  }

  .block-top-features .block-text.is-style {
    margin: 22px 80px 40px 53px;
  }

  .block-top-features .block-text.is-usability {
    margin: 39px 64px 50px 144px;
  }

  .block-top-features .block-text.is-variation {
    margin: 62px 20px 40px 137px;
  }

  .block-top-features .block-gallery {
    margin: 0 -10px 116px;
    padding-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
  }

  .block-top-features .gallery-item {
    margin: 0 10px 20px;
  }

  .block-top-features .gallery-image {
    width: 225px;
    margin-bottom: 12px;
  }

  .block-top-features .gallery-image::before {
    width: 38px;
    height: 37px;
    background: #a1924d;
  }

  .block-top-features .gallery-image::after {
    right: 17px;
    bottom: 8px;
    width: 11px;
    height: 11px;
  }

  .block-top-features .gallery-title {
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }

  .block-top-features .block-intro {
    width: 744px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .block-top-features:not(:last-child) {
    margin-bottom: 74px;
  }

  .block-top-features .wrapper-lemure {
    position: relative;
    padding: 0 38px 0 37px;
  }

  .block-top-features .banner-title {
    padding: 0 35px 0 15px;
    -webkit-clip-path: polygon(90% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 100%, 0 100%, 0 0);
  }

  .block-top-features .banner-title img {
    margin-right: -2px;
    padding: 0 15px;
  }

  .block-top-features .banner-title span {
    font-size: 1rem;
    line-height: 2;
  }

  .block-top-features .content-wrapper {
    padding: 15px 16px 19px 35px;
  }

  .block-top-features .content-title {
    position: relative;
    margin-right: -12px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    font-size: 2.15rem;
    letter-spacing: 0.06em;
    line-height: 1.3953488372;
  }

  .block-top-features .content-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 1px;
    background: #fff;
  }

  .block-top-features .content-detail {
    padding-right: 10px;
    font-size: 1.55rem;
    letter-spacing: 0.02em;
    line-height: 1.6129032258;
  }

  .block-top-features .block-wrapper.is-style {
    padding-top: 50px;
  }

  .block-top-features .block-wrapper.is-style::before {
    right: -5px;
    bottom: -319px;
    width: 31px;
    height: 288px;
    background: url(/img/product/system_kitchen/lemure/features_text_sp_03.png) 100%/cover no-repeat;
  }

  .block-top-features .block-wrapper.is-usability {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 51px;
  }

  .block-top-features .block-wrapper.is-usability::before {
    bottom: -295px;
    left: -5px;
    width: 31px;
    height: 319px;
    background: url(/img/product/system_kitchen/lemure/features_text_sp_05.png) 100%/cover no-repeat;
  }

  .block-top-features .block-wrapper.is-variation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 214px;
  }

  .block-top-features .block-wrapper.is-variation::before {
    right: -4px;
    bottom: 46px;
    width: 22px;
    height: 126px;
    background: url(/img/product/system_kitchen/lemure/features_text_sp_07.png) 100%/cover no-repeat;
  }

  .block-top-features .block-wrapper.is-variation .list-image {
    width: 190px;
    margin: 0 auto 50px;
  }

  .block-top-features .block-wrapper.is-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .block-top-features .block-wrapper.is-column .block-wrapper {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .block-top-features .block-wrapper.is-last {
    position: absolute;
    top: 50px;
    right: 50%;
    left: 50%;
    width: 100%;
    max-width: 600px;
    padding: 0 38px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .block-top-features .list-image.is-top {
    margin-bottom: 42px;
  }

  .block-top-features .list-image.is-last {
    margin-bottom: 49px;
  }

  .block-top-features .block-text {
    margin-bottom: 44px;
    font-size: 1.85rem;
    line-height: 1.6486486486;
    text-align: center;
  }

  .block-top-features .block-text.is-variation {
    margin-bottom: 30px;
  }

  .block-top-features .block-list.is-child .block-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px 40px;
  }

  .block-top-features .block-list.is-child .list-image {
    width: calc(50% - 31px);
    margin: 0 5px;
  }

  .block-top-features .block-list.is-bottom {
    margin-bottom: 8px;
  }

  .block-top-features .block-intro img {
    width: 100%;
  }

  .block-top-features .block-gallery {
    margin: 0 -37px 104px;
  }

  .block-top-features .common-button-primary {
    margin-bottom: 75px;
  }

  .block-top-features .block-gallery .gallery-item {
    width: 58.13vw !important;
    padding: 0 15px;
  }

  .block-top-features .block-gallery .gallery-title {
    font-size: 1.1rem;
  }

  .block-top-features .block-gallery .slick-dots {
    bottom: -40px;
  }

  .block-top-features .block-gallery .slick-arrow {
    bottom: -55px;
    top: auto;
    transform: none;
  }

  .block-top-features .block-gallery .slick-next {
    right: 48px;
  }

  .block-top-features .block-gallery .slick-prev {
    left: 48px;
  }

  .block-top-features .gallery-image::before {
    width: 33px;
    height: 31px;
    background: #a1924d;
  }

  .block-top-features .gallery-image::after {
    right: 14px;
    bottom: 7px;
    width: 8px;
    height: 8px;
  }
}

.section-top-users {
  overflow: hidden;
}

.section-top-users .users-list {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.section-top-users .users-list::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #a1924d;
}

.section-top-users .item-link {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
}

.section-top-users .item-link:focus img,
.section-top-users .item-link:hover img {
  opacity: 1 !important;
}

.section-top-users .item-image {
  width: 100%;
}

.section-top-users .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-top-users .list-item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-top-users .item-content {
  position: absolute;
  z-index: 2;
}

.section-top-users .content-title,
.section-top-users .content-number {
  display: block;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.section-top-users .slick-arrow {
  top: auto;
  transform: none;
}

@media only screen and (min-width: 769px) {
  .section-top-users {
    padding: 69px 0 100px;
  }

  .section-top-users .users-list {
    margin-bottom: 158px;
  }

  .section-top-users .users-list::before {
    height: 100px;
    bottom: -24px;
    right: -100%;
    left: -100%;
  }

  .section-top-users .slick-dots {
    bottom: -84px;
  }

  .section-top-users .slick-prev {
    bottom: -107px;
    left: 257px;
  }

  .section-top-users .slick-next {
    bottom: -107px;
    right: 257px;
  }

  .section-top-users .common-top-title {
    margin-bottom: 39px;
  }

  .section-top-users .common-top-title img {
    margin-bottom: 1px;
  }

  .section-top-users .list-item {
    width: 50%;
  }

  .section-top-users .item-image {
    height: 318px;
  }

  .section-top-users .item-content {
    left: 20px;
    top: 20px;
    width: 100px;
    min-height: 100px;
    padding: 10px 2px 10px 6px;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .section-top-users .content-title {
    margin-bottom: 4px;
    font-size: 1.6rem;
    line-height: 1.375;
  }

  .section-top-users .content-number {
    font-size: 3rem;
    line-height: 0.8666666667;
  }

  .section-top-users .button-link {
    min-height: 60px;
  }

  .section-top-users .button-top {
    font-size: 1.6rem;
  }

  .section-top-users .item-link:hover .item-inner {
    opacity: 1;
  }

  .section-top-users .item-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    opacity: 0;
    transition: 0.26s ease;
  }

  .section-top-users .item-inner .item-info {
    position: absolute;
    top: 50%;
    margin-top: -90px;
    left: 28px;
    width: 200px;
    height: 180px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 10px 2px;
  }

  .section-top-users .item-inner .item-button {
    width: 152px;
    height: 34px;
    background: #a1924d url(/img/product/system_kitchen/lemure/more_text.png) no-repeat center center;
    margin: 0 auto;
  }

  .section-top-users .item-inner .text {
    margin: 14px 0 11px;
    line-height: 1.4;
  }

  .section-top-users .item-inner .is-line-height {
    line-height: 1.7;
    margin: 25px 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .section-top-users {
    padding: 38px 0
  }

  .section-top-users .common-top-title {
    margin-bottom: 25px;
  }

  .section-top-users .common-top-title img {
    margin-bottom: -3px;
  }

  .section-top-users .common-top-title .title-japan {
    font-size: 1.3rem;
  }

  .section-top-users .common-button-primary .button-link {
    margin-left: 37px;
    margin-right: 37px;
  }

  .section-top-users .button-top {
    font-size: 1.7rem;
  }

  .section-top-users .users-list {
    margin-bottom: 130px;
  }

  .section-top-users .users-list::before {
    left: 0;
    right: 0;
    bottom: -20px;
    height: 50px;
  }

  .section-top-users .users-list .list-item {
    width: 84vw !important;
    padding: 0 7.5px;
  }

  .section-top-users .users-list .item-group {
    position: relative;
  }

  .section-top-users .users-list .item-content {
    position: absolute;
    left: 19px;
    top: 12px;
    z-index: 5;
    background: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    width: 62px;
    min-height: 62px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 6px 5px;
  }

  .section-top-users .users-list .content-number {
    font-size: 1.7rem;
    margin-top: -3px;
  }

  .section-top-users .slick-dots {
    bottom: -65px;
  }

  .section-top-users .slick-prev {
    bottom: -80px;
    left: 48px;
  }

  .section-top-users .slick-next {
    bottom: -80px;
    right: 48px;
  }
}

.section-top-price dl {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b8b6b1;
  border-bottom: none;
}

.section-top-price dl:last-child {
  border-bottom: 1px solid #b8b6b1;
}

.section-top-price dt {
  background: #f7f4ea;
}

.section-top-price .price-title {
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
}

.section-top-price .note-content {
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.section-top-price .note-content::before {
  content: "※";
  position: absolute;
  left: -1px;
}

.section-top-price .price-note {
  padding-left: 0;
  list-style: none;
}

.section-top-price .price-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.section-top-price .item-content {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #707070;
}

.section-top-price .item-title {
  position: relative;
  margin-bottom: 0;
  background: #717171;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.section-top-price .item-title::before {
  content: "";
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/img/product/system_kitchen/lemure/price_ico_01.png) 100%/auto no-repeat;
}

.section-top-price .content-price,
.section-top-price .content-title,
.section-top-price .title-top,
.section-top-price .title-bottom {
  display: block;
  font-weight: 500;
}

.section-top-price .content-price {
  margin-bottom: 0;
}

.section-top-price .content-title {
  position: relative;
}

.section-top-price .content-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #f7f4ea;
}

.section-top-price .content-wrapper {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .section-top-price {
    width: 798px;
    margin: 0 auto;
    padding: 51px 0 121px;
  }

  .section-top-price .wrapper-lemure {
    width: 798px;
  }

  .section-top-price .common-top-title {
    width: 798px;
    margin-bottom: 29px;
  }

  .section-top-price .common-top-title img {
    margin-bottom: 11px;
  }

  .section-top-price .price-list {
    margin-bottom: 13px;
  }

  .section-top-price dt,
  .section-top-price dd {
    width: 50%;
  }

  .section-top-price .price-title {
    margin-bottom: 10px;
    font-size: 2.3rem;
  }

  .section-top-price .content-title::before {
    top: -23px;
    right: -14px;
    bottom: -16px;
    left: -14px;
  }

  .section-top-price dt {
    padding: 12px 20px 12px 82px;
    font-size: 2.2rem;
    line-height: 1.5454545455;
  }

  .section-top-price dd {
    padding: 10px 20px 10px 99px;
    font-size: 2.2rem;
  }

  .section-top-price dd .is-small {
    font-size: 1.8rem;
  }

  .section-top-price .note-content {
    padding-left: 13px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .section-top-price .price-wrapper {
    margin-bottom: 58px;
  }

  .section-top-price .price-wrapper.is-margin {
    margin-bottom: 61px;
  }

  .section-top-price .price-block {
    margin: 21px -22px 0;
  }

  .section-top-price .block-item {
    width: 376px;
    margin: 0 22px 24px;
  }

  .section-top-price .content-image {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 145px;
  }

  .section-top-price .content-wrapper {
    -ms-flex: 1;
    flex: 1;
    padding: 21px 14px 10px;
  }

  .section-top-price .item-title {
    margin-bottom: 10px;
    padding: 6px;
    font-size: 1.9rem;
    line-height: 1.4736842105;
  }

  .section-top-price .item-title::before {
    bottom: -9px;
    width: 24px;
    height: 18px;
  }

  .section-top-price .content-title {
    margin-bottom: 33px;
  }

  .section-top-price .title-top {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }

  .section-top-price .title-bottom {
    font-size: 2rem;
    line-height: 1.1;
  }

  .section-top-price .content-price {
    font-size: 1.9rem;
  }

  .section-top-price .content-price span {
    font-size: 1.7rem;
  }

  .section-top-price .button-link {
    min-height: 60px;
  }

  .section-top-price .button-top {
    font-size: 1.6rem;
  }

  .section-top-price .common-button-primary {
    margin-bottom: 115px;
  }
}

@media only screen and (max-width: 768px) {
  .section-top-price {
    padding: 35px 0 74px;
  }

  .section-top-price .common-top-title {
    margin-bottom: 10px;
  }

  .section-top-price .common-top-title img {
    margin-bottom: -2px;
  }

  .section-top-price .common-top-title .title-japan {
    font-size: 1.3rem;
  }

  .section-top-price .wrapper-lemure {
    padding: 0 37px;
  }

  .section-top-price .price-wrapper {
    margin-bottom: 25px;
  }

  .section-top-price .price-wrapper.is-margin {
    margin-bottom: 36px;
  }

  .section-top-price .price-title {
    margin-bottom: 7px;
    padding: 0 40px;
    font-size: 1.45rem;
  }

  .section-top-price .content-title::before {
    top: -14px;
    right: -14px;
    bottom: -15px;
    left: -14px;
  }

  .section-top-price dt {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 130px;
    min-height: 35px;
    padding: 8px 12px;
    font-size: 1.1rem;
    border-right: 1px solid #b8b6b1;
  }

  .section-top-price dd {
    -ms-flex: 1;
    flex: 1;
    padding: 4px 10px 2px 20px;
    font-size: 1.55rem;
  }

  .section-top-price dd span {
    font-size: 1rem;
  }

  .section-top-price .note-content {
    padding-left: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .section-top-price .item-title {
    margin-bottom: 9px;
    padding: 5px 20px;
    font-size: 1.4rem;
  }

  .section-top-price .item-title::before {
    bottom: -7px;
    width: 24px;
    height: 18px;
  }

  .section-top-price .content-image {
    width: 116px;
  }

  .section-top-price .content-wrapper {
    -ms-flex: 1;
    flex: 1;
    padding: 15px 15px 13px;
  }

  .section-top-price .content-title {
    position: relative;
    margin-bottom: 24px;
  }

  .section-top-price .content-title::before {
    top: -14px;
    right: -14px;
    bottom: -15px;
    left: -14px;
  }

  .section-top-price .block-item {
    width: 100%;
    margin-bottom: 14px;
  }

  .section-top-price .title-top {
    margin-bottom: 1px;
    font-size: 1.4rem;
    line-height: 1.1785714286;
  }

  .section-top-price .title-bottom {
    margin-bottom: 0;
    font-size: 1.55rem;
    line-height: 1.1034482759;
  }

  .section-top-price .content-price {
    font-size: 1.7rem;
    line-height: 1.6764705882;
  }

  .section-top-price .content-price span {
    left: 1.78125;
    font-size: 1.6rem;
  }

  .section-top-price .button-top {
    font-size: 1.7rem;
    font-weight: 700;
  }

  .section-top-price .common-button-primary {
    margin-bottom: 50px;
  }

  .section-top-price .price-intro {
    display: block;
    width: 100%;
  }

  .section-top-price .price-intro img {
    width: 100%;
  }
}

.section-top-contents {
  background: #f7f4ea;
}

.section-top-contents .contents-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.section-top-contents .contents-list a {
  text-decoration: none;
  color: #000;
}

.section-top-contents .list-item .title-japan {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
}

.section-top-contents .item-title {
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  .section-top-contents {
    padding: 70px 0 56px;
  }

  .section-top-contents .common-top-title {
    margin-bottom: 47px;
  }

  .section-top-contents .common-top-title img {
    margin-bottom: 2px;
  }

  .section-top-contents .contents-list {
    margin: 0 -12px 52px;
  }

  .section-top-contents .list-item {
    margin: 0 12px 20px;
  }

  .section-top-contents .list-item .title-japan {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }

  .section-top-contents .item-postcard {
    margin-bottom: 15px;
  }

  .section-top-contents .item-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-top-contents .item-title img {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .section-top-contents {
    padding: 36px 0 34px;
  }

  .section-top-contents .wrapper-lemure {
    padding: 0 37px;
  }

  .section-top-contents .common-top-title {
    margin-bottom: 17px;
  }

  .section-top-contents .common-top-title .title-japan {
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }

  .section-top-contents .list-item .title-japan {
    font-size: 1.35rem;
  }

  .section-top-contents .item-title {
    display: flex;
    align-items: center;
  }

  .section-top-contents .item-title img {
    margin-right: 10px;
  }

  .section-top-contents .item-postcard {
    margin-bottom: 11px;
  }

  .section-top-contents .item-postcard img {
    width: 100%;
  }

  .section-top-contents .contents-list {
    margin: 0 -37px 97px;
  }

  .section-top-contents .contents-list .list-item {
    padding: 0 7px;
    width: 84vw !important;
    height: 52vw !important;
  }

  .section-top-contents .contents-list .slick-dots {
    bottom: -33px;
  }

  .section-top-contents .contents-list .slick-arrow {
    bottom: -47px;
    top: auto;
    transform: none;
  }

  .section-top-contents .contents-list .slick-next {
    right: 48px;
  }

  .section-top-contents .contents-list .slick-prev {
    left: 48px;
  }
}


.section-top-product .product-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.section-top-product .product-list a {
  text-decoration: none;
  color: #000;
}

.section-top-product .item-title {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
}

.section-top-product .product-intro {
  text-align: center;
}

.section-top-product .slick-arrow {
  top: auto;
  transform: none;
}

@media only screen and (min-width: 769px) {
  .section-top-product {
    padding: 119px 0;
  }

  .section-top-product .common-top-title {
    margin-bottom: 41px;
  }

  .section-top-product .common-top-title img {
    margin-bottom: 3px;
  }

  .section-top-product .product-list {
    margin: 0 -12px 140px;
  }

  .section-top-product .list-item {
    margin: 0 12px;
  }

  .section-top-product .item-image {
    margin-bottom: 10px;
  }

  .section-top-product .item-title {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }

  .section-top-product .common-button-secondary {
    margin-bottom: 137px;
  }

  .section-top-product .slick-dots {
    bottom: -67px;
  }

  .section-top-product .slick-arrow {
    bottom: -90px;
  }

  .section-top-product .slick-prev {
    left: 268px;
  }

  .section-top-product .slick-next {
    right: 268px;
  }
}

@media only screen and (max-width: 768px) {
  .section-top-product .product-list {
    margin: 0 -4px;
  }

  .section-top-product .list-item {
    padding: 0 4px;
  }

  .section-top-product .slick-dots {
    bottom: -13px;
    width: calc(100% - 116px);
    left: 58px;
    right: 58px
  }

  .section-top-product .slick-arrow {
    bottom: -28px;
  }

  .section-top-product .slick-prev {
    left: 15px;
  }

  .section-top-product .slick-next {
    right: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .section-top-product {
    padding: 50px 0;
  }

  .section-top-product .wrapper-lemure {
    padding: 0 37px;
  }

  .section-top-product .common-top-title {
    margin-bottom: 18px;
  }

  .section-top-product .common-top-title .title-japan {
    font-size: 1.3rem;
    line-height: 2;
  }

  .section-top-product .product-list {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 54px;
  }

  .section-top-product .list-item {
    width: calc(50% - 4px);
    margin-bottom: 23px;
    height: 165px;
  }

  .section-top-product .item-image img {
    width: 100%;
  }

  .section-top-product .item-title {
    margin: 4px 0 0;
    font-size: 1.25rem;
    line-height: 1.12;
  }

  .section-top-product .common-button-secondary {
    margin-bottom: 49px;
  }
}

.section-top-catalog {
  background: #f7f4ea;
}

.section-top-catalog .item-content .more {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.section-top-catalog .catalog-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.section-top-catalog .item-wrapper {
  display: -ms-flexbox;
  display: flex;
  color: #000;
  text-decoration: none;
}
.section-top-catalog .item-wrapper:hover img {
  opacity: 1;
}

.section-top-catalog .item-image {
  position: relative;
  z-index: 1;
}

.section-top-catalog .item-content {
  position: relative;
}

.section-top-catalog .item-content::before {
  content: "";
  position: absolute;
  z-index: 0;
  border: 1px solid #000;
  border-radius: 50%;
}

.section-top-catalog .item-content::after {
  content: "";
  position: absolute;
  background-color: #f7f4ea !important;
}

.section-top-catalog .item-content img {
  display: block;
  margin: 0 auto;
}

.section-top-catalog .content-title {
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}

.section-top-catalog .content-button {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .section-top-catalog {
    padding: 77px 0 107px;
  }

  .section-top-catalog .common-top-title {
    margin-bottom: 40px;
  }

  .section-top-catalog .common-top-title img {
    margin-bottom: -21px;
  }

  .section-top-catalog .catalog-list {
    margin: 0 76px;
  }

  .section-top-catalog .list-item {
    width: 320px;
    margin: 0 42px;
  }

  .section-top-catalog .item-content {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 87px 24px 55px;
  }

  .section-top-catalog .item-content::before {
    top: 26px;
    left: -12px;
    width: 174px;
    height: 174px;
  }

  .section-top-catalog .item-content::after {
    top: 53px;
    right: -17px;
  }

  .section-top-catalog .item-content.is-system::after {
    width: 64px;
    height: 29px;
    background: url(/img/product/system_kitchen/lemure/catalog_text_03.png) 100%/auto no-repeat;
  }

  .section-top-catalog .item-content.is-style::after {
    width: 45px;
    height: 33px;
    background: url(/img/product/system_kitchen/lemure/catalog_text_04.png) 100%/auto no-repeat;
  }

  .section-top-catalog .content-title {
    margin-bottom: 15px;
    font-size: 2.6rem;
    line-height: 1.0769230769;
  }
}

@media only screen and (max-width: 768px) {
  .section-top-catalog {
    padding: 35px 0 15px;
  }

  .section-top-catalog .common-top-title {
    margin-bottom: 27px;
  }

  .section-top-catalog .common-top-title img {
    margin-bottom: -4px;
  }

  .section-top-catalog .common-top-title .title-japan {
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }

  .section-top-catalog .wrapper-lemure {
    padding: 0 37px;
  }

  .section-top-catalog .item-wrapper.is-left {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .section-top-catalog .list-item {
    margin: 0 41px 24px;
  }

  .section-top-catalog .list-item:last-child {
    margin-left: 20px;
    margin-right: 0;
  }

  .section-top-catalog .item-content {
    -ms-flex: 1;
    flex: 0 0 auto;
    padding: 17px;
    padding-top: 60px;
  }

  .section-top-catalog .item-content img {
    padding: 0 10px;
  }

  .section-top-catalog .item-content::before {
    top: 18px;
    right: -11px;
    width: 120px;
    height: 120px;
  }

  .section-top-catalog .item-image {
    flex: 1 0 auto;
    width: 115px;
  }

  .section-top-catalog .item-content::after {
    top: 53px;
    right: -17px;
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  .section-top-catalog .item-content.is-system::after {
    top: 31px;
    right: -14px;
    width: 44px;
    height: 20px;
    transform: rotate(-6deg);
    background: url(/img/product/system_kitchen/lemure/catalog_text_sp_03.png) 100%/cover no-repeat;
  }

  .section-top-catalog .item-content.is-style::after {
    top: 36px;
    left: -11px;
    width: 38px;
    height: 18px;
    background: url(/img/product/system_kitchen/lemure/catalog_text_sp_04.png) 100%/cover no-repeat;
  }

  .section-top-catalog .content-title {
    margin-bottom: 5px;
    font-size: 1.7rem;
    line-height: 1.0588235294;
  }

  .section-top-catalog .catalog-list {
    -ms-flex-pack: justify;
    justify-content: center;
  }
}

.block-lemure-heading {
  position: relative;
}

.block-lemure-heading .heading-navigation {
  background: #000;
}

.block-lemure-heading .heading-navigation .link-item {
  position: relative;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.5rem;
  min-height: 50px;
}

.block-lemure-heading .heading-navigation .link-item::after {
  position: absolute;
  content: "";
  display: block;
  border-left: solid #fff 1px;
  border-bottom: solid #fff 1px;
}

@media only screen and (min-width: 769px) {
  .block-lemure-heading .heading-navigation {
    padding: 8px 0 2px;
    display: block !important;
  }

  .block-lemure-heading .logo-link {
    padding-left: 14px;
    display: inline-block;
  }

  .block-lemure-heading .heading-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
  }

  .block-lemure-heading .heading-link>li:not(:first-child) {
    margin-left: 36px;
  }

  .block-lemure-heading .heading-link .link-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2142857143;
  }

  .block-lemure-heading .heading-link .link-item:not(:last-child) {
    margin-right: 34px;
  }

  .block-lemure-heading .heading-link .link-item::after {
    width: 7px;
    height: 7px;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%) rotate(-45deg);
  }

  .block-lemure-heading .wrapper {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-right: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .block-lemure-heading .heading-navigation {
    position: fixed;
    padding: 93px 43px 55px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    overflow: auto;
  }

  .block-lemure-heading .heading-link>li {
    border-bottom: solid #fff 1px;
    margin-bottom: 1px;
  }

  .block-lemure-heading .heading-link .link-item {
    display: block;
    padding: 26px 26px 22px 13px;
    line-height: 1.1428571429;
    letter-spacing: .17em;
  }

  .block-lemure-heading .heading-link .link-item::after {
    width: 9px;
    height: 9px;
    display: block;
    border-left: solid #fff 1px;
    border-bottom: solid #fff 1px;
    right: 12px;
    top: calc(50% - 5px);
    transform: translateY(-50%) rotate(-45deg);
  }

  .block-lemure-heading .menu-link {
    width: 50px;
    height: 50px;
    display: block;
    background: #000;
    position: fixed;
    top: 70px;
    right: 0;
    cursor: pointer;
    z-index: 9999;
  }

  .block-lemure-heading .menu-link span {
    display: block;
    width: 25px;
    position: absolute;
    border-bottom: 2px solid #fff;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.3s;
  }

  .block-lemure-heading .menu-link span:nth-child(1) {
    top: 15px;
  }

  .block-lemure-heading .menu-link span:nth-child(2),
  .block-lemure-heading .menu-link span:nth-child(3) {
    top: 25px;
  }

  .block-lemure-heading .menu-link span:nth-child(4) {
    top: 35px;
  }

  .block-lemure-heading .menu-link.is-active span:nth-child(1),
  .block-lemure-heading .menu-link.is-active span:nth-child(4) {
    display: none;
  }

  .block-lemure-heading .menu-link.is-active span:nth-child(2) {
    transform: translateX(-50%) rotate(45deg);
  }

  .block-lemure-heading .menu-link.is-active span:nth-child(3) {
    transform: translateX(-50%) rotate(-45deg);
  }

  .block-lemure-heading .logo-link {
    width: 220px;
    display: flex;
    margin: 0 auto 29px;
    position: relative;
    left: -7px;
  }

  .block-lemure-heading .logo-link img {
    width: 100%;
    display: block;
  }
}

.modal-lemure-inner {
  background: #fff;
  position: relative;
}

.modal-lemure-inner .modal-lemure-title {
  font-weight: 600;
  color: #000;
  letter-spacing: 0;
  border-left: 6px solid #a1924d;
}

.modal-lemure-inner .list-products {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", serif;
}

.modal-lemure-inner .list-products>li {
  width: 25%;
}

.modal-lemure-inner .product-item {
  display: block;
  text-decoration: none;
  color: #000;
}

.modal-lemure-inner .product-image {
  padding-top: 100%;
  position: relative;
}

.modal-lemure-inner .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.modal-lemure-inner .product-text {
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .modal-lemure-inner {
    padding: 70px 150px;
    max-width: 960px;
    margin: 100px auto;
  }

  .modal-lemure-inner .modal-lemure-title {
    font-size: 2.2rem;
    line-height: 1.5;
    margin: 0 0 27px 2px;
    padding: 3px 17px 5px;
  }

  .modal-lemure-inner .list-products {
    margin: 0 -8px;
    padding-right: 12px;
  }

  .modal-lemure-inner .list-products>li {
    width: 25%;
    padding: 0 8px;
    margin-bottom: 20px;
  }

  .modal-lemure-inner .product-text {
    line-height: calc(20 /14);
    margin: 8px 0 0;
  }

  .modal-lemure-inner .is-space {
    margin-right: -5px;
  }

  .modal-lemure-inner .product-row:not(:last-child) {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .modal-lemure-inner {
    padding: 50px 37.5px 34px;
  }

  .modal-lemure-inner .modal-lemure-title {
    font-size: 2.45rem;
    line-height: calc(56/49);
    margin: 0 0 34px;
    padding: 3px 17px 4px;
  }

  .modal-lemure-inner .list-products {
    margin: 0 -8px -40px;
  }

  .modal-lemure-inner .list-products>li {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 40px;
  }

  .modal-lemure-inner .product-text {
    line-height: calc(35 /28);
    margin: 8px 0 0;
    min-height: 35px;
  }

  .modal-lemure-inner .is-space {
    font-feature-settings: "palt";
  }

  .modal-lemure-inner .is-letter-space {
    font-feature-settings: "palt";
    letter-spacing: .06em;
    margin-right: -4px;
  }

  .modal-lemure-inner .product-row:not(:last-child) {
    margin-bottom: 60px;
  }
}

.modal-lemure-inner .list-content-news {
  font-family: "Noto Sans JP", serif;
}

.modal-lemure-inner .list-content-news .news-item {
  display: block;
  color: #000;
  text-decoration: none;
}

.modal-lemure-inner .list-content-news .news-image {
  padding-top: 56.25%;
  position: relative;
}

.modal-lemure-inner .list-content-news .news-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.modal-lemure-inner .list-content-news .news-text {
  font-size: 1.4rem;
}

@media only screen and (min-width: 769px) {
  .modal-lemure-inner .list-content-news {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px -32px;
    padding-right: 6px;
  }

  .modal-lemure-inner .list-content-news>li {
    width: 50%;
    padding: 0 22px;
    margin-bottom: 32px;
  }

  .modal-lemure-inner .list-content-news .news-text {
    line-height: calc(20/14);
    margin-top: 10px;
    min-height: 40px;
  }

  .modal-lemure-inner .news-row:not(:last-child) {
    margin-bottom: 40px;
  }

  .modal-lemure-content {
    padding-bottom: 122px;
  }
}

@media only screen and (max-width: 768px) {
  .modal-lemure-inner .list-content-news>li:not(:last-child) {
    margin-bottom: 25px;
  }

  .modal-lemure-inner .list-content-news .news-text {
    line-height: calc(35/28);
    margin-top: 12px;
  }

  .modal-lemure-inner .news-row:not(:last-child) {
    margin-bottom: 60px;
  }

  .modal-lemure-content {
    padding-bottom: 92px;
  }
}


.lightbox {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.lightbox .popup-light-box-cell {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lightbox .lightbox-window {
  width: 100%;
  margin: auto;
  overflow-y: auto;
}

.lightbox .modal-inner {
  position: relative;
  font-weight: 700;
}

.lightbox .popup-icon-close {
  display: block;
  position: absolute;
  background: url("/img/product/system_kitchen/icn_close.png") center/48% auto no-repeat;
  cursor: pointer;
  z-index: 1;
}

.lightbox .modal-group:last-child {
  margin-bottom: 0;
}

.lightbox .modal-image {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.3);
}

.lightbox .modal-content {
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
}

.lightbox .modal-box {
  text-align: center;
}

.lightbox .modal-text {
  margin-bottom: 0;
  font-weight: 900;
}

.lightbox .modal-detail {
  margin-bottom: 0;
  font-weight: 500;
}

.lightbox .modal-list-title {
  position: relative;
  color: #fff;
  font-weight: 900;
}

.lightbox .modal-list-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.lightbox .modal-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lightbox .modal-number {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lightbox .modal-item {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.lightbox .modal-item-title {
  font-weight: 900;
}

.lightbox .modal-item-text {
  margin-bottom: 0;
  font-weight: 500;
}

.popup-icon-close {
  background: #fff;
  border: 1px solid #000;
}

@media print, (min-width: 768px) {
  .lightbox {
    background-color: #7f7f7f;
  }
  .lightbox .lightbox-window {
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }
  .lightbox .lightbox-window::-webkit-scrollbar {
    width: 8px;
  }
  .lightbox .lightbox-window::-webkit-scrollbar-track {
    background: none;
  }
  .lightbox .lightbox-window::-webkit-scrollbar-thumb {
    background: #ccc;
  }

  .lightbox .lightbox-window {
    max-height: 100vh;
  }

  .lightbox .modal-inner {
    margin: 0 auto;
    padding: 50px 30px;
  }

  .lightbox .popup-icon-close {
    top: 50px;
    right: 50px;
    width: 40px;
    height: 40px;
  }

  .lightbox .modal-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 56px;
  }

  .lightbox .modal-image {
    width: 765px;
    margin-right: 53px;
  }

  .lightbox .modal-box {
    margin-bottom: 17px;
  }

  .lightbox .modal-text {
    font-size: 0.3rem;
    line-height: 1.5;
  }

  .lightbox .modal-list-title {
    margin-bottom: 25px;
    padding-left: 21px;
    font-size: 0.26rem;
  }

  .lightbox .modal-list-title::before {
    bottom: 5px;
  }

  .lightbox .modal-list {
    margin-right: -13px;
  }

  .lightbox .modal-number {
    width: 84px;
    margin: 0 19px 0 31px;
  }

  .lightbox .modal-item {
    width: 50%;
    padding-right: 35px;
  }

  .lightbox .modal-item-title {
    margin-bottom: 13px;
    font-size: 0.26rem;
    line-height: 1.2307692308;
  }

  .lightbox .modal-item-text {
    line-height: 1.375;
  }
}

@media only screen and (max-width: 767.98px) {
  .lightbox {
    background-color: #fff;
  }
  .lightbox .popup-light-box-cell {
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }

  .lightbox .lightbox-window {
    max-height: 100vh;
  }

  .lightbox .modal-inner {
    margin: 0 auto;
    padding: 15px 2px 2px;
  }

  .lightbox .popup-icon-close {
    top: 50px;
    right: 20px;
    width: 25px;
    height: 25px;
  }

  .lightbox .modal-group {
    margin-bottom: 3.6px;
  }

  .lightbox .modal-image {
    width: 100%;
    margin-bottom: 1px;
  }

  .lightbox .modal-image img {
    width: 100%;
  }

  .lightbox .modal-content {
    position: relative;
  }

  .lightbox .modal-box {
    position: absolute;
    top: -36.3px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }

  .lightbox .modal-thumbnail {
    height: 8px;
    margin: 0 auto .5px;
  }

  .lightbox .modal-thumbnail img {
    width: auto;
    height: 100%;
  }

  .lightbox .modal-text {
    font-size: 2.2px;
    line-height: 1.4545454545;
  }

  .lightbox .modal-list-title {
    margin-bottom: 1.8px;
    padding-left: 1px;
    font-size: 2px;
  }

  .lightbox .modal-list-title::before {
    bottom: .1px;
  }

  .lightbox .modal-number {
    width: 6px;
    margin: 0 1.9px 0 0;
  }

  .lightbox .modal-item:not(:last-child) {
    margin-bottom: 4.2px;
  }

  .lightbox .modal-item-title {
    margin-bottom: 1.3px;
    font-size: 2px;
    line-height: 1.3;
  }

  .lightbox .modal-item-text,
  .lightbox .modal-detail {
    font-size: 1.6px;
  }

  .lightbox .modal-item-text {
    line-height: 1.375;
  }

  .lightbox .modal-detail {
    line-height: 1.625;
  }
}

@media only screen and (max-width: 768px) {
  .m-nav-breadcrumb {
    width: 80%;
  }
}