@charset "utf-8";

/*-------------------------------------------------------------------------
#
-------------------------------------------------------------------------*/

body {
  min-width: 1080px;
}

a:hover {
  text-decoration: none;
}

/*-------------------------------------------------------------------------
#
-------------------------------------------------------------------------*/
.parts_bkn_06_ui-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 0 29px;
  padding: 0 0 6px;
  border-bottom: 2px solid #333;
  font-size: 36px;
  font-weight: 700;
}

.parts_bkn_06_ui-title__en {
  margin: 0 0 -6px;
  font-size: 18px;
  font-weight: inherit;
  color: #1AA0E9;
}

.parts_bkn_06__contInner {
  width: 1140px;
  margin: 0 auto;
}

.parts_bkn_06_bkn__contents {
  display: flex;
  justify-content: start;
  }

.parts_bkn_06 {
  background: #fff;
  padding-top: 50px;
}

.parts_bkn_06_bkn__contents li:not(:first-child) {
  margin-left: 18px;
}

.parts_bkn_06_bkn__block {
  width: 366px;
  height: 382px;
  margin: 0 0 15px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border-radius: 8px;
  background: #fff;
}

.parts_bkn_06_bkn__head {
  margin: 0 0 5px;
  /* text-overflow: ellipsis; */
  overflow: hidden;
  font-weight: 700;
  font-size: 20px;
  height: 30px;
}
.parts_bkn_06_bkn__head a {
  color: #1AA0E9;
}

.parts_bkn_06_bkn__img,
.parts_bkn_06_bkn__img img{
  height: 244px;
  width: 366px;
  object-fit: cover;
}

.parts_bkn_06_bkn__list {
  display: flex;
  align-items: baseline;
  margin: 0 0 11px;
  font-size: 16px;
  gap: 10px;
}

[class*="parts_bkn_06_bkn__sub-ttl--"] {
  min-width: 38px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  font-size: 12px;
}

.parts_bkn_06_bkn__sub-ttl--price {
  background-color: #FFF778;
}

.parts_bkn_06_bkn__sub-ttl--normal {
  color: #333;
}

.parts_bkn_06_bkn__price {
  font-weight: 500;
  color: #CC0000;
  line-height: 1.1;
  font-size: 26px;
}

.parts_bkn_06_bkn__text {
  font-size: 16px;
  line-height: 1.1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.parts_bkn_06_bkn__btn {
  height: 40px;
  /* border-radius: 6px; */
  background-color: #666666;
  /* box-shadow: 0 3px 6px rgb(0 0 0 / 16%); */
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.parts_bkn_06_bkn__btn::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 31px;
  top: 24px;
  transform: rotate(45deg);
}

.parts_bkn_06_bkn__btn:hover {
  opacity: .8;
  color: #fff;
}


.parts_bkn_06_ui-btn-02 {
  width: 240px;
  height: 50px;
  background-color: #fff778;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  margin: 24px auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.parts_bkn_06_ui-btn-02:hover {
  opacity: .8;
  color: #333;
}

.parts_bkn_06_bkn__list_item {
  padding-left: 65px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


.parts_bkn_06_bkn__btn:hover {
  opacity: .8;
  color: #fff;
}

.parts_bkn_06_bkn__list-bg {
  padding: 17px;
}
.parts_bkn_06_bkn__list-bg {
  /* background: #EBEBEB; */
}

.parts_bkn_06_bkn__contents {
  margin-bottom: 23px;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #9a9a9a;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.jspDrag {
  background: #CCCCCC;
}
.jspTrack {
  background: #E9E9E9;
}

.jspTrack {
  background: #E9E9E9;
}

/* スクロールバーの色 */
.scroll-wrap {
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.scroll-wrap::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.scroll-wrap .simplebar-scrollbar::before {
  /*--スクロールバー--*/
  background: #9a9a9a!important;
  position: absolute;
  content: '';
  border-radius: 0;
  height: 10px!important;
  margin-left: 0px;
  margin-top: 0px;
  border-radius: 7px;
  transition: opacity 0.2s 0.5s linear;
  width: auto;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  /*--スクロールバーの背景--*/
  background: #dbdbdb;
  height: 10px!important;
  border-radius: 7px;
  width: auto !important;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0px!important;
  height: 8px!important;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    top: 1px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #AAA8A8 !important;
    height: 8px;
    width: auto !important;
}
.scroll-wrap .simplebar-track {
  width: auto!important;
}

.parts_bkn_06_bkn__square {
  font-size: 16px;
}

#contents .parts_bkn_06 {
  padding-bottom: 80px;
}