#braselect svg {
  width: 100%;
  height: 100%;
}

#braselect img{display: inline;}


#braselect a {
  transition: all 0.3s ease;
}

.braselect-kv {
  text-align: center;
  width: 100%;
  max-width: 100%;
  min-width: 1200px;
}
.braselect-kv > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.braselect-category__lists {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 27px;
       column-gap: 27px;
}

.braselect-category__item > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.braselect-section {
  padding-top: 95px;
  padding-bottom: 100px;
}

.braselect-section-head {
  display: flex;
  justify-content: center;
}

.braselect-section-body {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
* + .braselect-section-body {
  margin-top: 60px;
}
.braselect-section-body img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.braselect-style {
  padding: 0 30px 50px;
  background-color: #FFF;
  border-radius: 20px;
}
* + .braselect-style {
  margin-top: 70px;
}

.braselect-style-head {
  display: flex;
  align-items: center;
  justify-content: center;
}

.braselect-style__heading {
  margin-top: -30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 60px;
  font-size: 30px;
  font-weight: 700;
  color: #FFF;
  border-radius: 2em;
}

.braselect-style__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.braselect-trouble__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 60px;
  row-gap: 60px;
}

.braselect-lifestyle__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 27px 64px;
  gap: 27px 64px;
}

.braselect-lifestyle__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.braselect-lifestyle__item__text {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.braselect-lifestyle__item__text::before {
  flex-shrink: 0;
  content: "";
  width: 30px;
  height: 4px;
  background-color: #FFF;
}
.braselect-lifestyle__item__text > .text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.braselect-lifestyle__item__text > .icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
}

.braselect-price__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 13px;
  gap: 0 13px;
}

.braselect-price__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  padding: 20px 33px;
  align-items: center;
  background-color: #B07BAD;
  border-radius: 20px;
}
.braselect-price__item:after {
  flex-shrink: 0;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../../../../img/usr/freepage/bra_select/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.braselect-price__item > img {
  -o-object-fit: contain;
     object-fit: contain;
}

.braselect-price__note {
  font-size: 12px;
}
* + .braselect-price__note {
  margin-top: 32px;
}

.is-style {
  background-color: #EE91A6;
}

.is-trouble {
  background-color: #7AC7FF;
}

.is-lifestyle {
  background-color: #FFC414;
}

.is-price {
  background-color: #B07BAD;
}

.braselect-section__heading picture{
  width: 86rem;
  max-width: 100%;
}

@media (max-width: 700px) {
  .braselect-kv {
    min-width: 100%;
  }
  .braselect-category__lists {
    padding: 30px 18px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 18px;
    gap: 18px;
  }
  .braselect-section {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .braselect-section-body {
    padding-left: 18px;
    padding-right: 18px;
  }
  * + .braselect-section-body {
    margin-top: 30px;
  }
  .braselect-style {
    padding: 0 22px 25px;
  }
  * + .braselect-style {
    margin-top: 37px;
  }
  .braselect-style__heading {
    margin-top: -18px;
    width: 198px;
    height: 34px;
    font-size: 16px;
  }
  .braselect-style__lists {
    padding-top: 16px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .braselect-trouble__lists {
    row-gap: 10px;
  }
  .braselect-lifestyle__lists {
    gap: 20px;
  }
  .braselect-lifestyle__item {
    row-gap: 10px;
  }
  .braselect-lifestyle__item__text {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .braselect-lifestyle__item__text::before {
    width: 10px;
  }
  .braselect-lifestyle__item__text > .text {
    font-size: 14px;
  }
  .braselect-lifestyle__item__text > .icon {
    width: 20px;
    height: 20px;
  }
  .braselect-price__lists {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
  .braselect-price__item {
    padding: 12px 90px;
    flex-direction: row;
    justify-content: center;
    border-radius: 5px;
    position: relative;
  }
  .braselect-price__item::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    width: 20px;
    height: 20px;
  }
  * + .braselect-price__note {
    margin-top: 16px;
  }
  
  .braselect-section__heading picture{
    width: 32rem;
    max-width: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  #braselect a img {
    transition: all 0.3s ease;
  }
  .braselect-lifestyle__item:hover {
    color: rgba(0, 0, 0, 0.8);
  }
  .braselect-price__item:hover {
    opacity: 0.8;
  }
}