body {
  background: #faf7ec no-repeat padding-box;
}

.header-logo {
  display: none;
}

#header {
  margin-bottom: 0;
}

.header-slide img {
  width: 100%;
  height: 100%;
}

.kitchen, .interior {
  font-size: 1rem;
  font-family: tsuku_bold;
  color: var(--zeus);
  margin-top: 0.8125rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.kitchen-search-form {
  margin: 25px auto 68px;
  max-width: 640px;
  text-align: center;
}

.kitchen-search-form .search-input {
  border-radius: 10px;
  padding: 15px 22px;
  font-size: 16px;
  width: 516px;
  outline: none;
  border: none;
}

#search-area input::placeholder {
  color: rgba(180, 180, 180, 0.7);
}

.kitchen-search-form .btn-search {
  margin-left: 14px;
  font-size: 12px;
  background: #776964 no-repeat padding-box;
  color: #ffffff;
  padding: 13px 29px 13px 25px;
  border-radius: 10px;
  position: relative;
}

.kitchen-search-form .btn-search img {
  margin-top: -4px;
}

.kitchen-search-form p {
  font-family: tsuku_bold;
  font-weight: bold;
  font-size: 28px;
}

.kitchen-item {
  float: left;
  width: 50%;
  margin-bottom: 1rem;
  padding: 0 20px;
  position: relative;
}

.kitchen-item:last-child {
  margin-bottom: 3.5rem;
}

.kitchen-no-item {
  float: left;
  width: 100%;
  padding: 0 20px;
  position: relative;
}

.kitchen-item .kitchen-title {
  /* font-family: hirakaku_w5; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.34px;
  margin-bottom: 8px;
  margin-top: 1rem;
  color: #1a1311;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 32px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kitchen-item .item-img {
  border-radius: 10px;
  display: block;
}

.kitchen-item .item-description {
  display: block;
}

.kitchen-item .kitchen-label {
  /* font-family: hirakaku_w5; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  background: #c2261b no-repeat padding-box;
  position: absolute;
  top: 0;
  font-size: 13px;
  color: #ffffff;
  width: 53px;
  height: 23px;
  text-align: center;
}

.kitchen-item .kitchen-img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover !important;
}

.kitchen-item .kitchen-pushlised {
  /* font-family: hirakaku_w5; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  font-size: 0.7em;
  color: #838383;
  margin-bottom: 0;
  letter-spacing: 0.22px;
}

.clear {
  clear: both;
}

.btn-more-kitchen {
  /* font-family: hirakaku_w3; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
  background: #eae6d8 no-repeat padding-box;
  border-radius: 10px;
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 0;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 3.5rem;
  color: #1C1C1C;
}

.btn-filter {
  background: #ffffff no-repeat padding-box;
  border-radius: 10px;
  padding: 10px 17px;
  font-size: 16px;
}

.btn-filter:focus {
  box-shadow: none;
}

.kitchen-list-head {
  margin-bottom: 1.25rem;
}

.kitchen-list-head span {
  /* font-family: hirakaku_w5; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  font-size: 0.875rem;
  color: #1a1311;
}

.kitchen-list-head select {
  /* font-family: hirakaku_w5; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  font-size: 0.6875rem;
  width: 6.25rem;
  height: 2rem;
  padding: 0 0.75rem;
  border: none;
  color: #1a1311;
  border-radius: 10px;
  -webkit-appearance: none;
  background: #ffffff url("../images/svg/arrow_down_select.svg") no-repeat;
  background-position: 5.3125rem;
  background-size: 8%;
}

/*search button*/
.input-search {
  width: 100%;
  height: 2.875rem;
  border: none;
  border-radius: 10px;
  background-color: #ffffff;
  color: #1a1311;
  font-size: 1rem;
  padding: 0.75rem 1.375rem;
}

.input-search::-webkit-input-placeholder {
  line-height: 1.375rem;
}

.btn-area {
  width: 100%;
  height: 2.875rem;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 0.9375rem;
  /* font-family: hirakaku_w5; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.btn-search {
  background-color: #776964;
  font-size: 0.75rem;
}

#search-area img {
  transform: translateY(-1px);
}

#search-area {
  margin-bottom: 3.375rem;
}

@media screen and (max-width: 767px) {
  .kitchen-item {
    padding: 0 15px;
  }

  .kitchen-item .item-img {
    height: 166px;
  }

  .kitchen-item .kitchen-title {
    font-size: 13.6px;
    margin-bottom: 0.5rem;
    letter-spacing: 0.34px;
    height: 30px;
  }

  .kitchen-item .kitchen-img {
    width: 100%;
    height: 100%;
  }

  .kitchen-item .kitchen-pushlised {
    font-size: 0.7em;
    letter-spacing: 0.22px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .kitchen-item:nth-child(odd) {
    padding-right: 6px;
  }

  .kitchen-item:nth-child(even) {
    padding-left: 6px;
  }

  .kitchen-item .item-img {
    height: 120px;
  }

  .kitchen-item .kitchen-title {
    font-size: 13px;
    margin-top: 0.25rem;
    margin-bottom: 0.125rem;
  }

  .kitchen-item .kitchen-pushlised {
    font-size: 0.7em;
    letter-spacing: 0.22px;
    margin-top: 0;
  }
}
@media screen and (max-width: 360px) {
  .kitchen-item {
    margin-bottom: 11px;
  }
  .kitchen-item .kitchen-title {
    font-size: 8.9375px;
    height: 20px;
    margin-top: 2.75px;
  }

  .kitchen-item .item-img {
    border-radius: 10px;
    display: block;
    height: 104.5px;
  }

  .kitchen-item .kitchen-pushlised {
    font-size: 7.7px;
  }
}

@media screen and (min-width: 576px) {

}

@media screen and (min-width: 768px) {
  .header-slide {
    height: calc(100vw / 2.7);
    min-height: 28.125rem;
  }

  .kitchen-item .item-img {
    height: 137.6px;
  }

  .kitchen-search-form .search-input {
    width: unset;
  }

  .btn-more {
    width: unset;
    font-size: 15px;
  }

  .kitchen-search-form .btn-search {
    padding: 13px 17px 13px 14px;
  }

  .kitchen-search-form {
    width: unset;
  }

  .kitchen-search-form .btn-search {
    margin-left: 12px;
  }

  .kitchen, .interior {
    font-size: 16px;
  }

  .kitchen-search-form p {
    font-size: 20px;
  }

  .kitchen-item {
    width: 33%;
    margin-right: 0.5%;
  }

  .kitchen-no-item {
    width: 100%;
    margin-right: 0.5%;
  }

  .kitchen-item:nth-child(3n) {
    margin-right: 0;
  }

  .kitchen-item .kitchen-title {
    font-size: 13.6px;
  }

  .btn-filter {
    font-size: 11px;
  }

  .kitchen, .interior {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }

  #menu,
  .header-logo {
    display: block;
  }

  .btn-more-kitchen {
    width: 50%;
  }
}

@media screen and (min-width: 922px) {
  .header-slide {
    min-height: 32.1875rem;
  }

  .kitchen, .interior {
    text-align: left;
  }

  .kitchen-item {
    width: 19%;
    margin-right: 1%;
    padding: 0 0 0 20px;
  }

  .kitchen-item:nth-child(3n) {
    margin-right: 1%;
  }

  .kitchen-item:nth-child(5n) {
    margin-right: 0;
  }

  .kitchen-no-item {
    width: 100%;
    margin-right: 1%;
    padding: 0 0 0 20px;
  }
}

@media screen and (min-width: 1200px) {
  .btn-more-kitchen {
    width: 30%;
  }
  .kitchen-list-head select {
    width: 8.75rem;
    background-position: 7rem;
    font-size: 16px;
    height: 2.75rem;
    padding-top: 0.25rem;
    background-size: 10%;
  }
}
