@import url("root.css");
#products {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .products_box .column_block {
    width: 49%;
    margin: 0;
  }
}
.products_box .column_wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .products_box .column_wrap {
    flex-direction: column;
  }
}
.products_box .column_wrap + .column_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 2px #f5f0ff;
}

.products_box .thumb {
  width: 10.3448275862%;
}

@media (max-width: 767px) {
  .products_box .thumb {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 150px;
  }
  .products_box .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
  }
}
.products_box .text {
  width: 87.0689655172%;
}

@media (max-width: 767px) {
  .products_box .text {
    width: 100%;
  }
}
.products_box .text p {
  font-size: 1.8rem;
  margin: 0;
}

.products_box .date {
  color: var(--text-color);
  margin: 0;
}

.products_box .date::before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  background: url(../img/cal_navy.svg) no-repeat center/contain;
  width: 20px;
  height: 17px;
  margin-bottom: -2px;
}

.detail_img_wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.detail_img_wrap .detail_img_box {
  flex-grow: 1;
}

.detail_img_wrap .detail_img_box a {
  display: block;
  height: 100%;
}

.detail_img_wrap .detail_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail_text {
  margin-top: 20px;
}

.link-btn a {
  padding: 15px 15px;
  border-radius: 0;
  background: var(--base-color01);
  width: 100%;
}

@media (max-width: 767px) {
  .btn {
    margin-bottom: 10%;
  }
}

#main-slider .splide__list li {
  min-height: 360px;
}
@media (max-width: 767px) {
  #main-slider .splide__list li {
    min-height: 300px;
  }
}
#main-slider .splide__list img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

#thumbnail-slider {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #thumbnail-slider {
    margin-bottom: 2em;
  }
}
#thumbnail-slider .splide__list {
  justify-content: center;
}
@media (max-width: 767px) {
  #thumbnail-slider .splide__list li {
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .container_block {
    display: block;
  }
}