.pbAreaWrapper1 {
  width: auto !important;
}
#beats {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0px;
  font-family: 'SF Pro JP', 'SF Pro Text', 'SF Pro Icons', 'AOS Icons', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #f0f0f0;
}
#beats * {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
#beats ol,
#beats ul {
  list-style: none;
}
#beats img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
#beats .nw {
  display: inline-block;
}
#beats .a-header {
  text-align: center;
}
#beats .a-title {
  margin: 50px 0 0;
}
#beats .a-title img {
  width: 100%;
}
#beats .a-header p {
  color: #474646;
  font-size: 2.6em;
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px), print {
  #beats .a-header p {
    font-size: 3.6em;
  }
}

#beats .item-wrapper {
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}
@media screen and (min-width: 769px), print {
  #beats .item-wrapper {
    padding: 0;
  }
}
#beats .item-contaniner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 0 auto !important;
  padding-top: 81px !important;
}
#beats .item-solo-buds .item-contaniner {
  justify-content: center;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  #beats .item-contaniner::after {
    content: '';
    display: block;
    width: calc(266px + (26px * 2));
    max-width: calc(50% - 5px);
    height: 1px;
  }
}
@media screen and (min-width: 769px), print {
  #beats .item-contaniner {
    justify-content: space-between;
    gap: 0;
    width: 1080px;
  }
}

#beats .item-contaniner .a-tile {
  padding: 63px 26px;
  margin-bottom: 0;
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 320px;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  #beats .item-contaniner .a-tile {
    max-width: calc(50% - 5px);
  }
}
@media screen and (min-width: 769px), print {
  #beats .item-contaniner .a-tile {
    padding: 63px 40px;
    margin-bottom: 10px;
    max-width: 100%;
  }
}
#beats .item-contaniner .a-tile .image-wrapper {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 420px), print {
  #beats .item-contaniner .a-tile .image-wrapper {
    width: 266px;
    max-width: 100%;
    margin-bottom: 0.875rem;
  }
}
#beats .item-contaniner .a-tile .caption-wrapper {
  position: relative;
  min-height: 129px;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}
#beats .item-contaniner .a-tile .new::before {
  position: absolute;
  left: 25px;
  content: 'New';
  color: #c00000;
}
@media screen and (max-width: 480px), print {
  #beats .item-contaniner .a-tile .new::before {
    left: -30%;
  }
}
#beats .youtube-contaniner {
  margin: 0 auto;
  padding: 80px 5px 0;
  text-align: center;
}
#beats .youtube-contaniner .thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
#beats .youtube-contaniner .thumb iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  #beats .youtube-contaniner .thumb {
    max-width: 650px;
  }
}
@media screen and (min-width: 769px), print {
  #beats .youtube-contaniner .thumb {
    width: 610px;
  }
}
#beats .item-contaniner .a-tile .caption-wrapper .item-name {
  position: relative;
  display: inline-block;
  padding: 9px 0;
  width: auto;
  min-height: 63px;
  line-height: 1.42859;
  font-size: 1.2rem;
  font-weight: bold;
  font-weight: 600;
  white-space: normal;
  text-overflow: clip;
  text-decoration: none;
  color: #1d1d1f;
}
@media screen and (min-width: 480px), print {
  #beats .item-contaniner .a-tile .caption-wrapper .item-name {
    width: 266px;
    max-width: 100%;
    font-size: 0.875rem;
  }
}
#beats .item-contaniner .a-tile .price-wrapper {
  margin: 7px 0;
  text-align: center;
}
#beats .item-contaniner .a-tile .item-price {
  font-size: 1.2rem;
  line-height: 1.42859;
  font-weight: 400;
}
#beats .item-contaniner .a-tile .color-wrapper {
  margin: 7px 0 0;
  text-align: center;
}
#beats .item-contaniner .a-tile .item-color {
  font-size: 1.2rem;
  line-height: 1.42859;
  font-weight: bold;
  font-weight: 600;
}
/*@media screen and (min-width: 769px), print {*/
@media screen and (min-width: 480px), print {
  #beats .item-contaniner .a-tile .item-price {
    font-size: 0.875rem;
  }
  #beats .item-contaniner .a-tile .item-color {
    font-size: 0.875rem;
  }
}
#beats .item-contaniner .a-tile .caption-wrapper .card-note {
  margin-top: 20px;
}

#beats .note {
  padding: 46px 5px;
  color: #757575;
  font-size: 0.75rem;
  line-height: 1.47059;
  font-weight: 400;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  #beats .note {
    max-width: 681px;
  }
  /*#beats .item-cables + .note {
    max-width: 681px;
  }
  #beats .item-solo-buds + .note {
    max-width: 357px;
  }*/
}
@media screen and (min-width: 769px), print {
  #beats .note {
    padding-left: 0;
    padding-right: 0;
    width: 1080px;
  }
}
#beats .detail-wrapper {
  margin-top: 2rem;
  width: auto;
  line-height: 1.6;
}
#beats .detail-container {
  display: grid;
  gap: 8px;
}
#beats .detail-title {
  font-size: 0.875rem;
  font-weight: bold;
  font-weight: 600;
  border-bottom: solid 2px rgba(134, 134, 139, 0.4);
}
#beats .detail-text {
  text-align: left;
  font-size: 0.875rem;
}
#beats .detail-text sup {
  font-size: 75%;
}
#beats .detail-note {
  margin-top: 8px;
  display: block;
  text-align: left;
  font-size: 0.75rem;
}
@media screen and (min-width: 480px), print {
  #beats .detail-wrapper {
    width: 266px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 479px), print {
  #beats .detail-title,
  #beats .detail-text,
  #beats .detail-note {
    font-size: 1.2rem;
  }
}
#beats .red {
  color: #c00000;
}
#beats .gray {
  color: #666;
}
