@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
.speechBubble {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
@media screen and (min-width: 769px) {
  .speechBubble .links {
    margin-bottom: 26px;
  }
}
.speechBubble .item_name {
  font-size: clamp(7px, 2.13vw, 14px);
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .speechBubble .item_name {
    font-size: clamp(8px, 2.13vw, 16px);
    margin-bottom: 8px;
  }
}
.speechBubble .price {
  font-size: clamp(16px, 3vw, 28px);
}
@media screen and (min-width: 769px) {
  .speechBubble .price {
    font-size: 28px;
  }
}
.speechBubble a {
  text-decoration: none;
}
.speechBubble .buy {
  font-size: clamp(12px, 3vw, 22px);
  color: #fff;
  background-color: #000;
  padding: 2px 14px;
  border-radius: 8px;
  font-weight: lighter;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .speechBubble .buy {
    font-size: 22px;
    padding: 2px 20px;
    border-radius: 12px;
    margin-left: 4px;
  }
}

.speechBubble1,
.speechBubble2,
.speechBubble3 {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 16px;
  border-radius: 12px;
  background-color: #ffffff;
  text-align: left;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
@media screen and (min-width: 769px) {
  .speechBubble1,
  .speechBubble2,
  .speechBubble3 {
    padding: 16px 30px;
    border-radius: 24px;
  }
}
.speechBubble1::after,
.speechBubble2::after,
.speechBubble3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30%;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
@media screen and (min-width: 769px) {
  .speechBubble1::after,
  .speechBubble2::after,
  .speechBubble3::after {
    border-width: 20px 20px 0 0;
  }
}

.speechBubble2 {
  margin-top: 10px;
}
.speechBubble2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 75%;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}
@media screen and (min-width: 769px) {
  .speechBubble2::after {
    border-width: 0 0 20px 20px;
  }
}

.speechBubble3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}
@media screen and (min-width: 769px) {
  .speechBubble3::after {
    border-width: 0px 20px 20px 0;
  }
}

@media screen and (min-width: 769px) {
  .outline_box6 .speechBubble .links,
  .outline_box7 .speechBubble .links,
  .outline_box8 .speechBubble .links {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .outline_box6 .speechBubble .item_name,
  .outline_box7 .speechBubble .item_name,
  .outline_box8 .speechBubble .item_name {
    margin-bottom: 4px !important;
  }
}/*# sourceMappingURL=speechbubble.css.map */