/*
 * slider
 */
.header-img {
  position: relative;
}

.header-img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.slider .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: auto;
  height: 800px !important;
}

.slider .bx-wrapper .bx-viewport img {
  height: 100%;
  object-fit: cover;
}

#slider div {
  width: 100% !important;
}

.bx-controls.bx-has-pager {
  display: none;
}

.slider-logo {
  position: absolute;
  content: '';
  width: 400px;
  height: 250px;
  background: url('https://img21.shop-pro.jp/PA01473/021/etc/logo_header.png?cmsp_timestamp=20210823154855') no-repeat center center / contain;
  z-index: 100;
  top: 25vh;
  left: 0;
  right: 0;
  margin: auto;
}

/*
 * concept
 */
.concept {
  padding: 80px 0;
  color: #3A262A;
  text-align: center;
}

.concept img {
  width: 300px;
  margin-bottom: 30px;
}

.concept_txt {
  margin-top: 56px;
  line-height: 2.5rem;
}

.concept_txt._center {
  margin-top: 24px;
  font-weight: bold;
}

.concept_txt._left {
  margin: 80px auto 0;
  width: 980px;
  text-align: left;
}

/*
 * news
 */
li.news-item {
    list-style-type: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 25px 0;
}

.news {
    padding: 0 0 200px;
    color: #3A262A;
    text-align: center;
}

/*
 * point
 */
.point {
  position: relative;
  margin: auto;
}

.point img {
  width: 70%;
}

.point_txt {
  position: absolute;
  width: 43%;
  bottom: 0;
  background: #fff;
  padding: 150px 5%;
  min-height: 30%;
}

.point:nth-child(even) {
  text-align: right;
}

.point:nth-child(odd) .point_txt {
  right: 0;
}

.point:nth-child(even) .point_txt {
  left: 0;
  text-align: left;
}

.point_tag {
  position: relative;
  margin-bottom: 32px;
  padding-left: 5px;
  font-family: 'Courgette', serif;
  font-weight: bold;
  font-size: 0.9rem;
}

.point_txt h3 {
  position: relative;
  font-size: 2.3rem;
  margin-bottom: 12px;
  margin-top: 2rem;
}

.point_txt p {
  line-height: 2rem;
}

.point_arrow {
  position: relative;
  font-size: 0.8rem;
  font-family: 'Courgette',
    serif;
  font-weight: bold;
  text-align: right;
  padding-right: 48px;
  margin-top: 32px;
}

.point_arrow::before {
  position: absolute;
  width: 56px;
  height: 1px;
  content: '';
  background: #3A252A;
  right: 0;
  bottom: -24px;
}

.point_arrow::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid #3A252A;
  border-bottom: 4px solid #3A252A;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -24px;
  right: 0;
}

/*
 * product
 */
.product {
  padding-top: 70px;
  color: #3A262A;
}

@media screen and (max-width: 1360px) {
  .slider .bx-wrapper .bx-viewport img {
    height: 800px !important;
  }
}

@media screen and (max-width: 1024px) {
  .concept_txt._left {
    margin-top: 40px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .concept {
    padding: 0 0 120px;
  }

  .concept_tag {
    margin-bottom: 0;
  }

  .point {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .point:nth-child(even) {
    flex-direction: column-reverse;
  }

  .point img {
    width: 90%;
  }

  .point:nth-child(even) img {
    margin-left: 10%;
  }

  .point img {
    width: 90%;
    height: 350px;
    object-fit: cover;
  }

  .point_txt {
    position: relative;
    padding: 20px 5% 80px;
    width: 90%;
  }

  .product {
    padding-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .slider .bx-wrapper .bx-viewport {
    height: 220px !important;
  }

  .slider .bx-wrapper .bx-viewport img {
    height: 220px;
  }

  .slider-logo {
    width: 55%;
    top: -18px;
  }

  .concept {
    padding: 20px 0 50px;
  }

  .concept h2 {
    margin-top: 20px;
  }

  .concept img {
    width: 50%;
    margin-bottom: 10px;
  }

  .concept p {
    text-align: left;
  }

  .concept .concept_tag {
    margin-top: 10px;
    text-align: center;
  }

  .concept_txt {
    margin-top: 25px;
  }

  .point {
    margin-bottom: 20px;
  }

  .point img {
    height: 180px;
  }

  .point_txt {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 20px 5% 45px;
    line-height: 1rem;
  }

  .point_tag {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 0;
    line-height: 1rem;
    font-size: .7rem;
  }

  .point_txt h3 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .point_txt h3::after {
    width: 30px;
    bottom: -1rem;
  }

  .point_arrow {
    font-size: 0.7rem;
    padding-right: 30px;
    margin-top: 25px;
  }

  .point_arrow::before {
    bottom: -15px;
  }

  .point_arrow::after {
    bottom: -15px;
  }
}
