.container {
  max-width: 100% !important;
  margin-top: -5px !important;
}
.border-orange {
  border: 5px solid #FF9A65;
}

.bg-light-pink {
  /* background: #FCF7F8; */
  background: #FFFFFF;
}

/* .collection-second { */
  /* background-image: url('/bakuren/img/shutterstock.png'); */
/* } */

.collection-border-second {
  max-width: 1024px;
  margin: auto;
  /* border: 5px solid #FF9A65; */
  border: 5px solid #fb07ae;
  padding:20px;
}

.collection-border-second .border-two{
  /* border: 5px solid #FF9A65; */
  border: 5px solid #fb07ae;
  background-color:rgb(255, 255, 255, 0.8);
}

.hr-second {
  display: flex;
  width: 30%;
  min-width: 160px;
  /* border: 1px solid #FF9A65; */
  border: 1px solid #fb07ae;
}

.hr-top {
  margin-right: 32%;
}

.hr-bot {
  margin-left: 32%;
}

.table-second {
  font-size: 16px;
  margin: 50px 0px;
  border: none !important;
}

.table-second td, .table-second th{
  border: none !important;
}

.font-weight-table {
  font-weight: bold;
  width: 20%;
}

.collection-third-body {
  max-width: 1024px;
  margin: auto;
  padding: 0px 0px;
}

.collection-third-body .album-button--btn {
  box-shadow: 0px 5px 10px #95A4B6;
  /* width: 45%; */
  width: 100%;
  background: #FD8902;
  border: 3px solid #F6E2D0;
  border-radius: 14px;
  font-size: 24px;
  color: #fff;
  margin: 15px;
  padding: 10px 0px;
}

.album-button--btn.btn-one {
  background: #212121;
}

.album-button--btn.btn-five {
  background: #11D900;
}

.album-button--btn.btn-ten {
  background: #FF0058;
}

.collection-four {
  /* background-image: url('/bakuren/img/bg.png'); */
  padding: 20px 0px;
}

.collection-four h1{
  position: absolute;
  font-size: 40px;
  /* color: #FD8902; */
  color: #000000;
  margin-top: 60px;
  font-weight: bold;
}

.collection-four .boder-products {
  margin: 20px 0px;
  /* border: 4px solid #72D6D7; */
  border: 4px solid #FB07AE;
  border-left: none;
  border-right: none;
  padding: 5px 0px;
}

.collection-four .boder-products .img-top {
  width: 100px;
  border-right: 2px solid #72D6D7;
  padding: 5px;
}

.collection-four .boder-products p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  font-weight: bold;
  padding-left: 15px;
}

.collection-four .img-score {
  position: absolute;
  right: 1px;
  top: -30px;
  width: 200px;
}
.collection-four .product-score {
  position: absolute;
  right: 2%;
  /* font-size: 24px; */
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

.itemLineup {
  padding: 10px 30px !important;
}

.itemLineupArea {
  background: none;
}

.fadein .scrollin {
  background: #fff;
}

.hr-second-rolate {
  display: flex;
  width: 145px;
  /* border: 2px solid #FF9A65; */
  border: 2px solid #fb07ae;
}

.hr-top-rolate {
  position: absolute;
  left: -48px;
  top: 10px;
  transform: rotate(-43deg);
}

.hr-bot-rolate {
  position: absolute;
  right: -48px;
  bottom: 10px;
  transform: rotate(-43deg);
}

.text-score-big {
  font-size: 40px;
}

.slash {
  position: absolute;
  top: 64px;
  right: 11px;
  width: 45px;
  z-index: 20;
  transform: rotate(-69deg);
  /* border-top: 2px solid #fff; */
  border-top: 2px solid #515151;
  text-indent: -100%;
  overflow: hidden;
}

.fancybox_item {
  border-right: 4px solid #ccc !important;
  border-bottom: 4px solid #ccc !important;
}

.button-mr-left {
  width: 75%;
  margin: 0px auto !important;
}

@media only screen and (max-width: 440px) {
  .collection-four .boder-products .img-top {
      width: 60px;
  }

  .collection-four .boder-products p {
    font-size: 14px;
    max-width: 52%;
  }

  .collection-four .img-score {
    position: absolute;
    right: 1px;
    top: -10px;
    width: 110px;
  }

  .collection-four .product-score {
    position: absolute;
    right: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
  }

  .text-score-big {
    font-size: 18px;
  }

  .slash {
    position: absolute;
    top: 25px;
    right: 2px;
    width: 28px;
    z-index: 20;
    transform: rotate(-69deg);
    /* border-top: 2px solid #fff; */
    border-top: 2px solid #515151;
    text-indent: -100%;
    overflow: hidden;
  }

  .collection-border-second {
    padding: 10px;
    /* border: 3px solid #FF9A65; */
    border: 3px solid #fb07ae;
  }

  .collection-border-second .border-two {
    /* border: 3px solid #FF9A65; */
    border: 3px solid #fb07ae;
  }

  .hr-second-rolate {
    display: flex;
    width: 145px;
    /* border: 1px solid #FF9A65; */
    border: 1px solid #fb07ae;
  }

  .hr-top-rolate {
    left: -30px;
  }

  .hr-bot-rolate {
    right: -30px;
  }

  .hr-second-rolate {
    width: 105px;
  }

  .font-weight-table {
    width: 42%;
  }

  .table-second td, .table-second th {
    padding: 2px;
  }

  .button-mr-left {
    width: auto;
  }

  img {
    align-self: flex-start;
  }
}

@media only screen and (max-width: 600px) {
  .album-button--btn {
    width: 90% !important;
  }
}
