/* SP */
  /* info250618 */
    #wrapper section#tvo.shop_official > section article h4 {
      line-height: 1.3;
      padding: 0 0 0 1em;
      text-indent: -1em;
    }

    #wrapper section#tvo.shop_official > #shop_official_info > article.info250618_2 {
      padding: 4vw 0 12vw;
    }

    #wrapper section#tvo.shop_official > section article.info250618_2 div.horizontal {
      align-items: flex-start;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto;
      position: relative;
      width: 90%;
    }

    #wrapper section#tvo.shop_official > section article.info250618_2 div.horizontal > figure:not(.abs) {
      width: 30%;
    }

    #wrapper section#tvo.shop_official > section article.info250618_2 div.horizontal > p {
      padding: 0 0 0 1em;
      width: 70%;
    }

    #wrapper section#tvo.shop_official > section article.info250618_2 div.horizontal > p > small {
      display: block;
      line-height: 1.5;
      margin: 1em 0 0;
    }
    
    #wrapper section#tvo.shop_official > section article.info250618_2 div.horizontal > figure.abs {
      bottom: 0;
      position: absolute;
      right: 0;
    }

    #wrapper section#tvo.shop_official > section article.info250618_2 div.horizontal > figure.abs > figcaption {
      background: #15be4b;
      border-radius: 4vw;
      bottom: -180%;
      color: #fff;
      font-size: 80%;
      font-weight: 700;
      padding: 1em;
      position: absolute;
      right: 32%;
      /* transform: rotate(5deg); */
    }

    #wrapper section#tvo.shop_official > section article.info250618_2 div.horizontal > figure.abs > figcaption::after {
      border-color: transparent transparent transparent #15be4b;
      border-style: solid;
      border-width: 0 0 3vw 3vw;
      content: "";
      position: absolute;
      right: 6%;
      top: 39%;
      transform: skew(0, -20deg);
      transform-origin: left;
      translate: 100% calc(-50% - 0.4px);
    }
    
    #wrapper section#tvo.shop_official > section article.info250618_2 div.horizontal > figure.abs > img {
      bottom: -400%;
      position: absolute;
      right: 0%;
      /* transform: rotate(-10deg); */
      width: 20vw;
    }
  /* /info250618 */
/* /SP */

























/* PC */
  @media screen and (min-width:813px) {
    /* info250618 */
      #wrapper section#tvo.shop_official > #shop_official_info > article.info250618_2 {
        padding: 2vw;
      }

      #wrapper section#tvo.shop_official > section article.info250618_2 div.horizontal > figure.abs > figcaption {
        bottom: 400%;
        font-size: 90%;
        right: 24%;
      }

      #wrapper section#tvo.shop_official > section article.info250618_2 div.horizontal > figure.abs > figcaption::after {
        border-width: 0 0 20px 20px;
        right: 5%;
      }

      #wrapper section#tvo.shop_official > section article.info250618_2 div.horizontal > figure.abs > img {
        bottom: 80%;
        width: 20%;
      }
    /* /info250618 */
  }
/* /PC */



