/* top */



  /* SP */
    /* contents */
      #wrapper section#tvo {
        background: #efece7;
        overflow: hidden;
      }

      #wrapper section#tvo > h2 {
        border-left: solid 1.5vw #000;
        font-size: 450%;
        font-weight: 700;
        margin: 4vw 2vw 4vw 5.5vw;
        padding: 1vw 2vw;
        text-align: left;
      }

      #wrapper section#tvo > ul {
        align-items: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 88%;
      }

      #wrapper section#tvo > ul::after {
        content: '';
        display: block;
        height: 0;
        position: relative;
        width: 45%;
      }

      #wrapper section#tvo > ul::before {
        content: '';
        display: block;
        height: 0;
        order: 1;
        position: relative;
        width: 45%;
      }

      #wrapper section#tvo > ul > li {
        align-items: center;
        background: #aaa;
        border-radius: 5vw;
        display: flex !important;
        height: 56.5vw;
        margin: 0 0 5vw;
        overflow: hidden;
        width: 46%;
      }

      #wrapper section#tvo > ul > li > a {
        width: 100%;
      }

      /* instoreevent */
        #wrapper section#tvo.ise_end {
          min-height: 100vh;
        }

        #wrapper section#tvo.ise_end > ul {
          min-height: 50vh;
        }

        #wrapper section#tvo.ise_end > ul > li {
          height: 27vw;
        }
      /* /instoreevent */
    /* /contents */

    /* js */
    /* /js */
  /* /SP */

























  /* PC */
    @media screen and (min-width:813px) {

      /* contents */
        #wrapper section#tvo {
          font-size: 40%;
          padding: 0 7.5vw;
        }

        #wrapper section#tvo h2 {
          border-left: solid 0.8vw #000;
          font-size: 540%;
          font-weight: 700;
          margin: 2vw 2vw 1vw;
          padding: 0.3vw 1vw;
        }

        #wrapper section#tvo > ul {
          width: 96%;
        }

        #wrapper section#tvo > ul::after, 
        #wrapper section#tvo > ul::before {
          width: 23%;
        }

        #wrapper section#tvo > ul > li {
          border-radius: 2vw;
          /* height: 31vw; */
          height: 26.2vw;
          margin: 0 0 3vw;
          width: 23%;
        }

        /* instoreevent */
          #wrapper section#tvo.ise_end {
            min-height: 43vw;
          }

          #wrapper section#tvo.ise_end > ul > li {
            height: 12.4vw;
          }
        /* /instoreevent */
      /* /contents */


      /* js */
        /* general */
          .hide { display: none !important; }
          .flex { display: flex !important; }
          .show { display: block !important; }
        /* /general */
      /* /js */

    }
  /* /PC */
  
