@charset "shift-jis";

/* --------------------------------------------------------------------
  Financial Academy
  
  /css/info/info_book.css
  Style Info: "/info_book.html" setting
-------------------------------------------------------------------- */
.sp{ display: none;}
@media screen and (max-width: 599px) {
  .pc{ display: none;}
  .sp{ display: inherit;}
}

#mainIn {
  padding: 0;
}
/* tab */
.tab_wrap {
  font-size: 16px;
}
.tab_btn {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.tab_btn li {
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 49.5%;
  min-height: 55px;
  padding: 0.3em;
  border-radius: 5px 5px 0 0;
  border: 1px solid;
  border-bottom: none;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.tab_content {
  display: none;
  z-index: 1;
  margin-top: -1px;
  padding: 0 3%;
  border: 1px solid;
}
.tab_content.active {
  display: block;
}
.tab_btn li.izumi {
  background: #44a1c5;
  border-color: #44a1c5;
}
.tab_btn li.izumi.active {
  color: #44a1c5;
}
.tab_content.izumi {
  border-color: #44a1c5;
}
.tab_btn li.otake {
  background: #86368f;
  border-color: #86368f;
}
.tab_btn li.otake.active {
  color: #86368f;
}
.tab_content.otake {
  border-color: #86368f;
}
.tab_btn li.fa {
  background: #1c2569;
  border-color: #1c2569;
}
.tab_btn li.fa.active {
  color: #1c2569;
}
.tab_content.fa {
  border-color: #1c2569;
}
.tab_btn li.active {
  min-height: 65px;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .tab_wrap {
    font-size: 14px;
  }
}

/* item_box */
.item_box {
  padding: 40px 0;
}
.item_box + .item_box {
  border-top: 1px dotted #707070;
}
.item_box .item_head {
  overflow: hidden;
}
.item_box .book_ttl {
  margin-bottom: 0.3em;
  font-size: 18px;
  font-weight: bold;
}
.izumi .item_box .book_ttl {
  color: #44a1c5;
}
.otake .item_box .book_ttl {
  color: #86368f;
}
.fa .item_box .book_ttl {
  color: #1c2569;
}
.item_box dl {
  display: flex;
  width: 100%;
}
.item_box dl dt {
  width: 5.5em;
}
.item_box dl dd {
  width: calc(100% - 5.5em);
}
.item_box .btn_amazon {
  display: block;
  position: relative;
  width: 100%;
  max-width: 350px;
  margin-top: 2em;
  padding: 0.6em 35px 0.6em 0.5em;
  border: 1px solid #e16f4e;
  border-radius: 5px;
  color: #e16f4e;
  text-align: center;
}
.item_box .btn_amazon::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.048%22%20height%3D%2220.048%22%20viewBox%3D%220%200%2020.048%2020.048%22%3E%3Cpath%20d%3D%22M96%2C0V16.289h16.289V0Zm14.723%2C14.723H97.566V1.566h13.157Z%22%20transform%3D%22translate(-92.241)%22%20fill%3D%22%23e16f4e%22%2F%3E%3Cpath%20d%3D%22M1.566%2C110.723V96H0v16.289H16.289v-1.566H1.566Z%22%20transform%3D%22translate(0%20-92.241)%22%20fill%3D%22%23e16f4e%22%2F%3E%3Cpath%20d%3D%22M205.638%2C133.977l4.615-4.615v3.32h1.566v-5.994h-5.994v1.566h3.32l-4.615%2C4.615Z%22%20transform%3D%22translate(-196.522%20-121.727)%22%20fill%3D%22%23e16f4e%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  content: '';
}
.item_box .btn_amazon:hover {
  text-decoration: none;
  opacity: 0.7;
}
.item_box .book_frame {
  border: 1px solid #ccc;
}
@media screen and (min-width: 600px) {
  .item_box .item_body {
    display: flex;
    justify-content: space-between;
  }
  .item_box .item_body .book_img {
    width: 30%;
  }
  .item_box .item_body .book_img img {
    width: 100%;
  }
  .item_box .item_body .book_detail {
    width: 65%;
  }
}
@media screen and (max-width: 599px) {
  .item_box {
    padding: 30px 0;
  }
  .item_box .book_ttl {
    font-size: 16px;
  }
  .item_box .item_body .book_img {
    text-align: center;
  }
  .item_box .item_body .book_img img {
    max-width: 160px;
  }
  .item_box .item_body .book_detail {
    margin-top: 25px;
  }
  .item_box .btn_amazon {
    max-width: none;
  }
}

/* icon */
.icon_list {
  display: flex;
  margin-left: 10px;
  float: right;
}
.icon_list li {
  text-align: center;
}
.icon {
  display: inline-block;
  position: relative;
}
.icon span {
  position: absolute;
  line-height: 1;
}
.icon.recommend {
  width: 53px;
  height: 66px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2247.861%22%20height%3D%2247.861%22%20viewBox%3D%220%200%2047.861%2047.861%22%3E%3Cg%20transform%3D%22translate(0%20512)%22%3E%3Cpath%20d%3D%22M18.49-510.785c-1.739%2C1.383-1.318%2C1.262-3.814%2C1.122-1.327-.075-1.57-.065-1.757.056a13.712%2C13.712%2C0%2C0%2C0-1.243%2C1.7l-1.028%2C1.561-1.748.477c-2.075.58-2.047.57-2.187.823-.056.1-.318.982-.589%2C1.944l-.477%2C1.757-1.552%2C1.019a13.712%2C13.712%2C0%2C0%2C0-1.7%2C1.243c-.122.187-.131.43-.056%2C1.757.14%2C2.5.262%2C2.075-1.122%2C3.814A11.262%2C11.262%2C0%2C0%2C0%2C0-491.809a19.759%2C19.759%2C0%2C0%2C0%2C.664%2C1.963l.664%2C1.776-.664%2C1.776A19.765%2C19.765%2C0%2C0%2C0%2C0-484.33a11.264%2C11.264%2C0%2C0%2C0%2C1.215%2C1.7c1.383%2C1.739%2C1.262%2C1.318%2C1.122%2C3.814-.075%2C1.327-.065%2C1.57.056%2C1.757a13.718%2C13.718%2C0%2C0%2C0%2C1.7%2C1.243L5.646-474.8l.486%2C1.757c.57%2C2.057.561%2C2.047.813%2C2.178.1.056.972.318%2C1.944.589l1.757.477%2C1.028%2C1.561a13.72%2C13.72%2C0%2C0%2C0%2C1.243%2C1.7c.187.122.43.131%2C1.757.056%2C2.5-.14%2C2.075-.262%2C3.814%2C1.122a10.088%2C10.088%2C0%2C0%2C0%2C1.72%2C1.215%2C19.134%2C19.134%2C0%2C0%2C0%2C1.954-.664l1.767-.664%2C1.776.664a19.764%2C19.764%2C0%2C0%2C0%2C1.963.664%2C11.263%2C11.263%2C0%2C0%2C0%2C1.7-1.215c1.739-1.383%2C1.318-1.262%2C3.814-1.122%2C1.327.075%2C1.57.065%2C1.757-.056a12.96%2C12.96%2C0%2C0%2C0%2C1.243-1.7l1.028-1.552%2C1.748-.486c.963-.262%2C1.842-.523%2C1.944-.58.252-.14.243-.112.823-2.178l.477-1.748%2C1.561-1.028a12.85%2C12.85%2C0%2C0%2C0%2C1.7-1.253c.122-.187.131-.439.056-1.757-.14-2.5-.262-2.075%2C1.122-3.814a11.264%2C11.264%2C0%2C0%2C0%2C1.215-1.7%2C19.763%2C19.763%2C0%2C0%2C0-.664-1.963l-.664-1.776.664-1.776a19.757%2C19.757%2C0%2C0%2C0%2C.664-1.963%2C11.262%2C11.262%2C0%2C0%2C0-1.215-1.7c-1.383-1.739-1.262-1.318-1.122-3.814.075-1.318.065-1.57-.056-1.757a12.844%2C12.844%2C0%2C0%2C0-1.7-1.253l-1.561-1.028-.477-1.748c-.58-2.066-.57-2.038-.823-2.178-.1-.056-.982-.318-1.944-.58l-1.748-.486-1.028-1.552a12.953%2C12.953%2C0%2C0%2C0-1.243-1.7c-.187-.122-.43-.131-1.757-.056-2.505.14-2.085.262-3.739-1.075a13.71%2C13.71%2C0%2C0%2C0-1.664-1.225%2C7.143%2C7.143%2C0%2C0%2C0-2.038.617l-1.813.673-1.767-.664A19.13%2C19.13%2C0%2C0%2C0%2C20.21-512%2C10.087%2C10.087%2C0%2C0%2C0%2C18.49-510.785ZM22.6-509.57l1.327.5%2C1.337-.5c.729-.271%2C1.524-.57%2C1.767-.664l.43-.168%2C1.477%2C1.178%2C1.477%2C1.168%2C1.888-.065%2C1.9-.065.944%2C1.43c.523.795%2C1.01%2C1.505%2C1.084%2C1.589a10.193%2C10.193%2C0%2C0%2C0%2C1.8.6c.925.243%2C1.729.477%2C1.785.514a11.7%2C11.7%2C0%2C0%2C1%2C.6%2C1.832l.477%2C1.767%2C1.58%2C1.066%2C1.57%2C1.056-.065%2C1.888-.065%2C1.888%2C1.168%2C1.477%2C1.178%2C1.477-.168.43c-.093.243-.393%2C1.038-.664%2C1.776l-.5%2C1.327.5%2C1.337c.271.729.57%2C1.524.664%2C1.767l.168.439-1.019%2C1.271c-1.477%2C1.832-1.337%2C1.43-1.262%2C3.59l.065%2C1.86-1.57%2C1.056-1.58%2C1.066-.477%2C1.767a11.7%2C11.7%2C0%2C0%2C1-.6%2C1.832c-.056.037-.86.271-1.785.514a10.191%2C10.191%2C0%2C0%2C0-1.8.6c-.075.084-.561.795-1.084%2C1.589l-.944%2C1.43-1.9-.065-1.888-.065-1.477%2C1.168-1.477%2C1.178-.43-.168c-.243-.093-1.038-.393-1.767-.664l-1.337-.5-1.327.5c-.738.271-1.533.57-1.767.664l-.43.168-1.346-1.075c-.738-.6-1.421-1.122-1.524-1.178a10.564%2C10.564%2C0%2C0%2C0-2.028-.028l-1.851.075-.991-1.505c-.542-.823-1.038-1.542-1.1-1.589a15.45%2C15.45%2C0%2C0%2C0-1.832-.561%2C12.043%2C12.043%2C0%2C0%2C1-1.785-.58c-.037-.056-.262-.851-.5-1.757a16.36%2C16.36%2C0%2C0%2C0-.552-1.776c-.047-.065-.767-.561-1.589-1.1L3.814-477.8l.065-1.9.065-1.888-1.168-1.477L1.6-484.536l.168-.43c.093-.243.393-1.038.664-1.767l.5-1.337-.5-1.327c-.271-.738-.57-1.533-.664-1.776L1.6-491.6l1.178-1.477%2C1.168-1.477-.065-1.888-.065-1.9%2C1.486-.982c.823-.542%2C1.542-1.038%2C1.589-1.1a16.357%2C16.357%2C0%2C0%2C0%2C.552-1.776c.243-.907.467-1.7.5-1.757a12.039%2C12.039%2C0%2C0%2C1%2C1.785-.58%2C15.45%2C15.45%2C0%2C0%2C0%2C1.832-.561c.065-.047.561-.767%2C1.1-1.589l.991-1.505%2C1.851.075a10.553%2C10.553%2C0%2C0%2C0%2C2.028-.028c.1-.056.785-.58%2C1.524-1.178l1.346-1.075.43.168C21.07-510.14%2C21.865-509.841%2C22.6-509.57Z%22%20transform%3D%22translate(0)%22%20fill%3D%22%23e16f4e%22%2F%3E%3Cpath%20d%3D%22M69.013-460.643a19.277%2C19.277%2C0%2C0%2C0-14.527%2C8.479%2C19.181%2C19.181%2C0%2C0%2C0%2C.72%2C22.248c.617.795.757.907%2C1.178.907a.754.754%2C0%2C0%2C0%2C.664-.72%2C3.778%2C3.778%2C0%2C0%2C0-.692-1.15%2C17.673%2C17.673%2C0%2C0%2C1-3.337-13.657%2C17.644%2C17.644%2C0%2C0%2C1%2C20.9-14.274%2C18.085%2C18.085%2C0%2C0%2C1%2C5.282%2C1.991%2C4.744%2C4.744%2C0%2C0%2C0%2C1.112.514.806.806%2C0%2C0%2C0%2C.664-.776c0-.4-.187-.57-1.355-1.225a19.977%2C19.977%2C0%2C0%2C0-6.45-2.159A26.921%2C26.921%2C0%2C0%2C0%2C69.013-460.643Z%22%20transform%3D%22translate(-46.484%20-46.534)%22%20fill%3D%22%23e16f4e%22%2F%3E%3Cpath%20d%3D%22M381.243-408.823a.578.578%2C0%2C0%2C0-.243.533c0%2C.3.093.421.776%2C1.112.888.888%2C1.112.963%2C1.57.5s.337-.785-.654-1.72C381.954-409.085%2C381.682-409.169%2C381.243-408.823Z%22%20transform%3D%22translate(-345.385%20-93.352)%22%20fill%3D%22%23e16f4e%22%2F%3E%3Cpath%20d%3D%22M143.88-396.516a2.853%2C2.853%2C0%2C0%2C0-2.122%2C2.4c0%2C.916-1.795%2C2.524-3.58%2C3.206a4.978%2C4.978%2C0%2C0%2C0-2.122%2C1.337l-.7.654-3.132.009c-3.122.009-3.132.009-3.44.224-.654.477-.626.075-.654%2C7.5-.019%2C5.955-.009%2C6.73.122%2C7.076a1.6%2C1.6%2C0%2C0%2C0%2C1.056.963%2C39.713%2C39.713%2C0%2C0%2C0%2C5.581-.009%2C1.909%2C1.909%2C0%2C0%2C0%2C.682-.421l.318-.318h6.263c4.693%2C0%2C6.366-.028%2C6.656-.112a2.706%2C2.706%2C0%2C0%2C0%2C1.5-1.561%2C1.675%2C1.675%2C0%2C0%2C0-.019-1.374l-.168-.486.3-.243a2.4%2C2.4%2C0%2C0%2C0%2C.645-2.543l-.14-.337.421-.467a2.746%2C2.746%2C0%2C0%2C0%2C.7-1.655%2C3.607%2C3.607%2C0%2C0%2C0-.187-.757l-.178-.514.318-.327a2.784%2C2.784%2C0%2C0%2C0%2C.589-3.01%2C2.488%2C2.488%2C0%2C0%2C0-1.309-1.374l-.57-.29H145.03l.57-.767a6.462%2C6.462%2C0%2C0%2C0%2C1.561-4.122%2C2.7%2C2.7%2C0%2C0%2C0-.738-1.879A2.873%2C2.873%2C0%2C0%2C0%2C143.88-396.516Zm1.225%2C1.645c.7.458.766%2C1.542.168%2C2.8a9.131%2C9.131%2C0%2C0%2C1-2.038%2C2.758c-.654.654-.823.869-.823%2C1.075a.715.715%2C0%2C0%2C0%2C.439.673%2C24.925%2C24.925%2C0%2C0%2C0%2C3.879.112c3.477%2C0%2C3.692.009%2C3.973.187a1.212%2C1.212%2C0%2C0%2C1-.561%2C2.243c-.823%2C0-1.187.252-1.187.832%2C0%2C.374.262.626.729.71a.954.954%2C0%2C0%2C1%2C.823.767c.047.234%2C0%2C.346-.215.589-.262.29-.327.318-1.056.365-.654.056-.795.093-.944.28-.383.467-.075%2C1.084.6%2C1.2a.838.838%2C0%2C0%2C1%2C.589%2C1.4c-.206.234-.29.262-.953.29-.9.047-1.159.224-1.159.776a.736.736%2C0%2C0%2C0%2C.72.738.752.752%2C0%2C0%2C1%2C.738.523.642.642%2C0%2C0%2C1%2C0%2C.636.974.974%2C0%2C0%2C1-.318.421c-.131.075-2.113.1-6.319.1h-6.123l-.028-3.8-.028-3.8-.224-.178a.813.813%2C0%2C0%2C0-1.019.009c-.14.178-.159.58-.206%2C4.375l-.047%2C4.178h-4.861l-.028-6.431-.019-6.422h4.954v.953c0%2C.851.019.972.206%2C1.168a.769.769%2C0%2C0%2C0%2C1.019.037c.206-.168.224-.262.262-1.243l.037-1.056.869-.776a5.049%2C5.049%2C0%2C0%2C1%2C1.851-1.178%2C9.475%2C9.475%2C0%2C0%2C0%2C3.216-2.15%2C3.987%2C3.987%2C0%2C0%2C0%2C1.225-2.159C143.441-394.9%2C144.319-395.375%2C145.1-394.871Z%22%20transform%3D%22translate(-116.145%20-104.641)%22%20fill%3D%22%23e16f4e%22%2F%3E%3Cpath%20d%3D%22M163.27-195.53c-.337.14-.467.393-.43.869a.7.7%2C0%2C0%2C0%2C.71.542c.5%2C0%2C.757-.318.7-.888A.753.753%2C0%2C0%2C0%2C163.27-195.53Z%22%20transform%3D%22translate(-147.612%20-286.846)%22%20fill%3D%22%23e16f4e%22%2F%3E%3Cpath%20d%3D%22M149.354-369.752a.817.817%2C0%2C0%2C0-.224%2C1.253%2C20.469%2C20.469%2C0%2C0%2C1%2C2.15%2C5.151%2C18.711%2C18.711%2C0%2C0%2C1-.065%2C8.516A17.665%2C17.665%2C0%2C0%2C1%2C138.351-342.1a16%2C16%2C0%2C0%2C1-4.281.486%2C16.831%2C16.831%2C0%2C0%2C1-7.525-1.683%2C19.7%2C19.7%2C0%2C0%2C1-3.384-2.122c-.4-.327-.589-.411-.86-.411a.645.645%2C0%2C0%2C0-.7.72c0%2C.411.337.738%2C1.776%2C1.7a19.072%2C19.072%2C0%2C0%2C0%2C19.416%2C1.253A19.181%2C19.181%2C0%2C0%2C0%2C153-355.992a27.132%2C27.132%2C0%2C0%2C0%2C.15-5.319%2C19.151%2C19.151%2C0%2C0%2C0-1.935-6.487C150.3-369.63%2C149.9-370.051%2C149.354-369.752Z%22%20transform%3D%22translate(-110.233%20-128.872)%22%20fill%3D%22%23e16f4e%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center bottom;
}
.icon.recommend span {
  color: #e16f4e;
  font-size: 12px;
}
.icon.recommend span:nth-child(1) {
  top: 0.2em;
  left: 0.2em;
  transform: rotate(-15deg);
}
.icon.recommend span:nth-child(2) {
  top: 0;
  left: 1.2em;
  transform: rotate(-10deg);
}
.icon.recommend span:nth-child(3) {
  top: 0;
  left: 2.2em;
  transform: rotate(10deg);
}
.icon.recommend span:nth-child(4) {
  top: 0.2em;
  left: 3.2em;
  transform: rotate(15deg);
}
.icon.bestseller {
  width: 64px;
  height: 66px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240.198%22%20height%3D%2244.957%22%20viewBox%3D%220%200%2040.198%2044.957%22%3E%3Cg%20transform%3D%22translate(0)%22%3E%3Cpath%20d%3D%22M67.267%2C7.817a2.184%2C2.184%2C0%2C0%2C0-2.186-2H59.4V4.98h.111A1.472%2C1.472%2C0%2C0%2C0%2C60.983%2C3.51V1.471A1.472%2C1.472%2C0%2C0%2C0%2C59.512%2C0H42.8a.659.659%2C0%2C1%2C0%2C0%2C1.317H59.512a.154.154%2C0%2C0%2C1%2C.154.154V3.51a.154.154%2C0%2C0%2C1-.154.154H34.892a.154.154%2C0%2C0%2C1-.154-.154V1.471a.154.154%2C0%2C0%2C1%2C.154-.154H39.71A.659.659%2C0%2C1%2C0%2C39.71%2C0H34.892a1.472%2C1.472%2C0%2C0%2C0-1.471%2C1.471V3.51A1.472%2C1.472%2C0%2C0%2C0%2C34.892%2C4.98H35v.837H29.323a2.184%2C2.184%2C0%2C0%2C0-2.186%2C2%2C19.223%2C19.223%2C0%2C0%2C0%2C1.144%2C7.629%2C15.67%2C15.67%2C0%2C0%2C0%2C11.371%2C9.991%2C12.188%2C12.188%2C0%2C0%2C0%2C3.8%2C2.036l.331.547a6.813%2C6.813%2C0%2C0%2C1%2C.958%2C3.536%2C7.046%2C7.046%2C0%2C0%2C1-.37%2C2.268l-.46%2C1.356H42.383a2.853%2C2.853%2C0%2C0%2C0-2.85%2C2.85v1.379h-2.4a1.228%2C1.228%2C0%2C0%2C0-1.227%2C1.227v3.093a1.228%2C1.228%2C0%2C0%2C0%2C1.227%2C1.227H57.268a1.228%2C1.228%2C0%2C0%2C0%2C1.227-1.227V40.637a1.228%2C1.228%2C0%2C0%2C0-1.227-1.227h-2.4V38.031a2.853%2C2.853%2C0%2C0%2C0-2.85-2.85H50.49l-.46-1.356a7.043%2C7.043%2C0%2C0%2C1-.37-2.268%2C6.814%2C6.814%2C0%2C0%2C1%2C.958-3.536l.331-.547a12.187%2C12.187%2C0%2C0%2C0%2C3.8-2.036%2C15.67%2C15.67%2C0%2C0%2C0%2C11.371-9.991%2C19.223%2C19.223%2C0%2C0%2C0%2C1.144-7.629ZM35.246%2C18.294a11.183%2C11.183%2C0%2C0%2C1-2.812-4.275%2C14.78%2C14.78%2C0%2C0%2C1-.87-3.812H35v5.656A12.205%2C12.205%2C0%2C0%2C0%2C35.246%2C18.294Zm-5.73-3.3a17.761%2C17.761%2C0%2C0%2C1-1.068-7.056.873.873%2C0%2C0%2C1%2C.875-.8H35V8.89H31.51a1.268%2C1.268%2C0%2C0%2C0-1.262%2C1.386%2C16.122%2C16.122%2C0%2C0%2C0%2C.954%2C4.209%2C12.22%2C12.22%2C0%2C0%2C0%2C4.723%2C6.032%2C12.2%2C12.2%2C0%2C0%2C0%2C1.665%2C2.85%2C14.156%2C14.156%2C0%2C0%2C1-8.074-8.377ZM57.177%2C40.728V43.64H37.227V40.728ZM52.021%2C36.5a1.535%2C1.535%2C0%2C0%2C1%2C1.533%2C1.533v1.379H40.85V38.031A1.535%2C1.535%2C0%2C0%2C1%2C42.383%2C36.5Zm-3.239-2.25.317.933H45.305l.317-.933a8.359%2C8.359%2C0%2C0%2C0%2C.44-2.691%2C8.216%2C8.216%2C0%2C0%2C0-.84-3.655%2C12.216%2C12.216%2C0%2C0%2C0%2C3.96%2C0%2C8.216%2C8.216%2C0%2C0%2C0-.84%2C3.655%2C8.359%2C8.359%2C0%2C0%2C0%2C.44%2C2.691Zm-1.58-7.5A10.9%2C10.9%2C0%2C0%2C1%2C36.319%2C15.863V4.98H58.085V15.863A10.9%2C10.9%2C0%2C0%2C1%2C47.2%2C26.746ZM64.888%2C14.99a14.156%2C14.156%2C0%2C0%2C1-8.075%2C8.378%2C12.207%2C12.207%2C0%2C0%2C0%2C1.668-2.856%2C12.048%2C12.048%2C0%2C0%2C0%2C4.276-4.978.659.659%2C0%2C0%2C0-1.19-.564A10.883%2C10.883%2C0%2C0%2C1%2C59.158%2C18.3a12.2%2C12.2%2C0%2C0%2C0%2C.245-2.435V10.207H62.84a15.646%2C15.646%2C0%2C0%2C1-.324%2C2%2C.659.659%2C0%2C0%2C0%2C1.284.3%2C17.007%2C17.007%2C0%2C0%2C0%2C.357-2.225A1.268%2C1.268%2C0%2C0%2C0%2C62.894%2C8.89H59.4V7.134h5.679a.873.873%2C0%2C0%2C1%2C.875.8%2C17.768%2C17.768%2C0%2C0%2C1-1.068%2C7.056Z%22%20transform%3D%22translate(-27.103)%22%20fill%3D%22%23d9b315%22%2F%3E%3Cpath%20d%3D%22M201.379%2C114.512l-1.888-.274a.253.253%2C0%2C0%2C1-.19-.138l-.844-1.711a1.569%2C1.569%2C0%2C0%2C0-2.815%2C0L194.8%2C114.1a.252.252%2C0%2C0%2C1-.19.138l-1.888.274a1.57%2C1.57%2C0%2C0%2C0-.87%2C2.677l1.366%2C1.332a.252.252%2C0%2C0%2C1%2C.073.224l-.323%2C1.881a1.57%2C1.57%2C0%2C0%2C0%2C2.277%2C1.654l1.689-.888a.252.252%2C0%2C0%2C1%2C.235%2C0l1.689.888a1.57%2C1.57%2C0%2C0%2C0%2C2.277-1.655l-.323-1.881a.252.252%2C0%2C0%2C1%2C.073-.223l1.367-1.332a1.569%2C1.569%2C0%2C0%2C0-.87-2.677Zm-.049%2C1.734-1.366%2C1.332a1.569%2C1.569%2C0%2C0%2C0-.451%2C1.389l.323%2C1.881a.252.252%2C0%2C0%2C1-.366.266l-1.689-.888a1.569%2C1.569%2C0%2C0%2C0-1.461%2C0l-1.689.888a.253.253%2C0%2C0%2C1-.366-.266l.323-1.881a1.569%2C1.569%2C0%2C0%2C0-.451-1.389l-1.366-1.332a.252.252%2C0%2C0%2C1%2C.14-.431l1.888-.274a1.569%2C1.569%2C0%2C0%2C0%2C1.182-.859l.844-1.711a.252.252%2C0%2C0%2C1%2C.453%2C0l.844%2C1.711a1.569%2C1.569%2C0%2C0%2C0%2C1.182.859l1.888.274a.253.253%2C0%2C0%2C1%2C.14.431Z%22%20transform%3D%22translate(-176.95%20-101.722)%22%20fill%3D%22%23d9b315%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center bottom;
}
.icon.bestseller span {
  color: #d9b315;
  font-size: 12px;
}
.icon.bestseller span:nth-child(1) {
  top: 0.6em;
  left: 0em;
  transform: rotate(-20deg);
}
.icon.bestseller span:nth-child(2) {
  top: 0.2em;
  left: 0.9em;
  transform: rotate(-15deg);
}
.icon.bestseller span:nth-child(3) {
  top: 0;
  left: 1.8em;
  transform: rotate(-10deg);
}
.icon.bestseller span:nth-child(4) {
  top: 0.05em;
  left: 2.7em;
  transform: rotate(10deg);
}
.icon.bestseller span:nth-child(5) {
  top: 0.3em;
  left: 3.6em;
  transform: rotate(18deg);
}
.icon.bestseller span:nth-child(6) {
  top: 0.8em;
  left: 4.4em;
  transform: rotate(30deg);
}