.aco {
  cursor: pointer;
  width: 100%;
  height: 68px;
  color: #333333;
  font-weight: 600;
  background-color: #F1B551;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 24px; }
  @media screen and (max-width: 480px) {
    .aco {
      height: 50px;
      font-size: 15px;
      letter-spacing: -0.24rem;
      padding-left: 20px;
      padding-right: 20px; } }
  .aco span {
    display: block;
    width: 25px; }
    .aco span.soldout {
      width: 120px;
      height: 30px;
      font-size: 12px;
      background-color: #F10051;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      position: relative;
      right: -24px;
      color: #ffffff; }
      @media screen and (max-width: 480px) {
        .aco span.soldout {
          width: 70px;
          height: 24px;
          font-size: 10px;
          right: -20px;
          letter-spacing: -0.05rem; } }

.aco2 {
  color: #333333;
  display: none;
  background-color: #F1B551;
  padding-bottom: 20px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  line-height: 2.5; }
  @media screen and (max-width: 480px) {
    .aco2 {
      text-align: left;
      padding-left: 10px;
      padding-right: 10px;
      line-height: 1.67; } }
  .aco2 a {
    color: #333333; }

/*# sourceMappingURL=style.css.map */
