/* SNS ICON */

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sns-icon a {
  text-decoration: none;
  line-height: 1;
}

.sns-icon {
  /*background-color: #eee;*/
  width: 300px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 320px) {
  .sns-icon {
    width: 90%;
  }
}

.icon-line:before {
  content: "\e900";
  color: #00c300;
}

.icon-x:before {
  content: "\e901";
  color: #000;
}

.icon-facebook:before {
  content: "\e902";
  color: #1877f2;
}

.icon-pocket:before {
  content: "\e903";
  color: #ef3f56;
}

.icon-hatenabookmark:before {
  content: "\e904";
  color: #00a4de;
}

/* /SNS-ICON */

.corp {
  padding: 3rem 0 2rem;
}

.header-logo {
  margin: 0px;
  margin-right: 0;
  height: 40px;
}

.btn-yahoo {
  flex: 1!important;
}

.btn-rakuten {
  flex: 1!important;
}

.btn-amazon {
  flex: 1!important;
}

.new-badge {
  margin-top: -4px;
  margin-left: 4px;
}

#toplogo {
  -webkit-filter: drop-shadow(0px 0px 5px var(--bs-secondary-color));
  filter: drop-shadow(0px 0px 5px var(--bs-secondary-color));
}

@media (min-width: 1200px) {
  .certified {
    margin-bottom: 40px;
    width: 85%;
  }
}

.certified {
  margin-bottom: 40px;
}

.btn-buy {
  display: flex;
}

.td-detail {
  border-top-width: 1px;
  border-bottom-width: 0px!important;
}

.bikesearch-honda {
  width: 250px;
  margin-bottom: 20px;
}

.note-compati {
  text-align: center;
  font-size: small;
  margin-top: -0.5rem;
  display: none;
}

@media (min-width: 992px) {
  .detail-specs {
    padding: 0 1.5em;
  }
}

.shashu-compati td > strong {
  display: none;
}

.jan-compati {
  text-align: center;
  font-size: small;
}

shashu-compati table th {
  background: var(--bs-gray-100);
}

background: var(--bs-gray-100);th {
}

.shashu-compati table th {
  background: var(--bs-gray-100);
}

body {
  min-height: 100vh;
}

footer {
  top: 100vh;
  position: sticky;
}

html {
  scroll-padding-top: 81px;
}

.navbar {
  box-shadow: 0px 0px 5px var(--bs-navbar-toggler-border-color);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  --bs-bg-opacity: 0.8;
}

.balloon {
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 2rem;
  display: flex;
  align-items: start;
  gap: 2rem;
}

.balloon__icon {
  width: 5rem;
  height: 5rem;
}

.balloon__icon img {
  width: 100%;
  border-radius: 50%;
  background-color: gold;
}

.balloon__txt {
  position: relative;
  max-width: 600px;
  padding: 1rem;
  border-radius: 0.5rem;
  background: #f1f1f1;
  flex: 1;
}

.balloon__txt::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0.8rem solid transparent;
  top: 1rem;
  left: -1.5rem;
  border-right-color: #f1f1f1;
}

.review-title {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-rate {
  /*height: 1rem;*/
  height: 15px;
  /*width: 5rem;*/
  width: 80px;
  background-image: url(../../assets/img/rating_star.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.sec-review {
  margin: 4rem 0 5rem;
}

.rate5 {
  background-position: left 0% top 0%;
}

.rate4 {
  background-position: left 0% top 25%;
}

.review-head {
  height: 1.75rem;
}

.review-image {
}

.review-image img {
  width: 150px;
  flex-shrink: 0;
}

.ddd {
  width: 150px;
  flex-shrink: 0;
}

