/* top */

  /* GENERAL */
    #wrapper section#tvo section#info > dl > dt {
      display: none;
    }

    /* 240902 renewal */
      #wrapper section#tvo section#now > ul.itemList {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
      }

      #wrapper section#tvo section#now > ul.itemList > li {
        align-items: center;
        /* background: #000; */
        display: flex;
        overflow: hidden;
      }

      #wrapper section#tvo section#info > dl:nth-of-type(1) > dd > a {
        color: #000;
      }

      #wrapper section#tvo section#ec > p {
        margin: 0 auto;
      }
    /* /240902 renewal */
  /* /GENERAL */

  /* SP */
    @media screen and (max-width:812px) {

      #wrapper {
        width: 100%;
      }

      #wrapper section#tvo section#hero > p > strong {
        font-size: 110%;
      }
      
      #wrapper section#tvo section#access {
        background: #efece7;
      }

      #wrapper section#tvo section#access h2 {
        margin: 2vw 2vw 0 5.5vw;
        padding: 1vw 2vw 0;
      }

      #wrapper section#tvo section#access > dl {
        padding: 0 0 3vw;
        width: 100%;
      }
      
      /* 240902 renewal */
        #wrapper section#tvo section#now {
          padding: 2vw 0;
        }

        #wrapper section#tvo section#now > ul.itemList {
          width: 90%;
        }

        #wrapper section#tvo section#now > ul.itemList > li {
          border-radius: 5vw;
          height: 61vw;
          margin: 0 0 5vw;
          width: 48%;
        }
        
        #wrapper section#tvo section#now > ul.itemList > li > a {
          width: 100%;
        }

        #wrapper section#tvo section#now > ul.itemList > li img {
          height: 61vw;
          margin: 0 auto;
          object-fit: contain;
        }

        #wrapper section#tvo section#ec h2 {
          align-items: center;
          border: none;
          display: flex;
          margin: 1vw 2vw 2vw 0;
        }

        #wrapper section#tvo section#ec h2 .fa-cart-shopping::before {
          color: #1c68ab;
          font-size: 180%;
          margin: 0 2vw 0 0;
        }

        #wrapper section#tvo section#ec > p {
          width: 90%;
        }

        #wrapper section#tvo section#access > dl > div {
          background: #fff;
          width: 90%;
          margin: 1vw auto 4vw;
          padding: 0 0 1vw;
        }
        
        #wrapper section#tvo section#access > dl > div > dt {
          align-items: center;
          background: #d47d17;
          color: #fff;
          display: flex;
          font-size: 160%;
          font-weight: 700;
          justify-content: center;
          /* padding: 0.2vw 0vw; */
          position: relative;
        }

        /* #wrapper section#tvo section#access > dl > div > dt::after, 
        #wrapper section#tvo section#access > dl > div > dt::before {
          background: #000;
          content: '';
          display: block;
          height: 1px;
          margin: 0 0.5em;
          padding: 0 1em;
          width: 5%;
        } */

        #wrapper section#tvo section#access > dl > div > dd {
          font-size: 95%;
          margin: 1em 0.2em 0;
          text-align: center;
        }

        #wrapper section#tvo section#access > dl > div > dd > img, 
        #wrapper section#tvo section#access > dl > div > dd > a > img {
          margin: 0 auto 0.5em;
          width: 70%;
        }

        #wrapper section#tvo section#access a.btn {
          font-size: 130%;
          width: 56.25%;
        }
      /* /240902 renewal */

      /* 241213 renewal */
        #wrapper a.btn_top {
          margin: 5vw auto 0;
          width: 80%;
        }
      /* /241213 renewal */

    }
  /* /SP */
























  /* PC */
    @media screen and (min-width:813px) {

      #wrapper section#tvo section#ec::before {
        height: auto;
      }

      #wrapper section#tvo section#mov {
        margin: 4vw 0 0 !important;
      }

      #wrapper section#tvo section#access {
        background: #efece7;
        padding: 0 1em;
        overflow: hidden;
      }

      #wrapper section#tvo section#access h2 {
        margin: 2vw 1.5vw 0;
      }

      #wrapper section#tvo section#access > dl {
        margin: 0 auto 2vw;
        padding: 0.5em 0 0;
      }
      
      #wrapper section#tvo section#bnr {
        margin: 2vw 0 0 1.5vw;
        padding: 0;
      }
          
      #wrapper section#tvo section#bnr > ul > li {
        background: #efece7;
      }
      
      /* 240902 renewal */
        #wrapper section#tvo section#now {
          padding: 0.5vw 0 2vw;
        }

        #wrapper section#tvo section#now > ul.itemList {
          width: 93%;
        }
        
        #wrapper section#tvo section#now > ul.itemList::after {
          display: block;
          content: '';
          height: 0;
          width: 32%;
        }

        #wrapper section#tvo section#now > ul.itemList > li {
          border-radius: 1.5vw;
          height: 24.1vw;
          margin: 0 0 2vw;
          width: 32%;
        }

        #wrapper section#tvo section#now > ul.itemList > li > a {
          width: 100%;
        }

        #wrapper section#tvo section#now > ul.itemList > li img {
          height: 24.1vw;
          margin: 0 auto;
          object-fit: contain;
        }
        
        #wrapper section#tvo section#info {
          margin: 4vw auto 2vw;
        }

        #wrapper section#tvo section#ec h2 {
          align-items: center;
          border: none;
          display: flex;
          margin: 1vw 2vw 2vw;
          padding: 0.3vw 0;
        }

        #wrapper section#tvo section#ec h2 .fa-cart-shopping::before {
          color: #1c68ab;
          font-size: 180%;
          margin: 0 1vw 0 0;
        }

        #wrapper section#tvo section#ec > p {
          /* width: 93%; */
          width: 78%;
        }

        #wrapper section#tvo section#access > dl > div {
          background: #fff;
          width: 90%;
          margin: 1vw auto 2vw;
          padding: 0 0 1vw;
        }
        
        #wrapper section#tvo section#access > dl > div > dt {
          align-items: center;
          background: #d47d17;
          color: #fff;
          display: flex;
          font-size: 180%;
          font-weight: 700;
          justify-content: center;
          /* padding: 0.2vw 0vw; */
          position: relative;
        }

        /* #wrapper section#tvo section#access > dl > div > dt::after, 
        #wrapper section#tvo section#access > dl > div > dt::before {
          background: #000;
          content: '';
          display: block;
          height: 1px;
          margin: 0 0.5em;
          padding: 0 1em;
          width: 5%;
        } */

        #wrapper section#tvo section#access > dl > div > dd {
          font-size: 95%;
          margin: 1em 0.2em 0;
          text-align: center;
        }

        #wrapper section#tvo section#access > dl > div > dd > img, 
        #wrapper section#tvo section#access > dl > div > dd > a > img {
          margin: 0 auto 0.5em;
          width: 70%;
        }

        #wrapper section#tvo section#access a.btn {
          font-size: 155%;
          width: 85%;
        }
      /* /240902 renewal */

      /* 241213 renewal */
        #wrapper a.btn_top {
          margin: 0 auto 3vw;
          width: 65%;
        }
      /* /241213 renewal */

    }
  /* /PC */

/* /top */

