/* GENERAL */
    /* txt */
    #wrapper section#tvo.shop_official > section .txt_c { text-align: center; !important; }
    #wrapper section#tvo.shop_official > section .txt_l { text-align: left; !important; }
    #wrapper section#tvo.shop_official > section .txt_r { text-align: right; !important; }
  /* txt */
/* /GENERAL */

/* SP */
  /* contents */
    #wrapper section#tvo {
      background: #efece7;
      min-height: 88vh;
      overflow: hidden;
      padding: 0 0 6vw;
    }

    #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 > h3 {
      align-items: center;
      display: flex;
      font-size: 400%;
      font-weight: 700;
      justify-content: center;
      line-height: 1.3;
      margin: 0 auto;
      padding: 1vw 2vw;
      position: relative;
      width: 94%;
    }

    #wrapper section#tvo h3:after, 
    #wrapper section#tvo h3:before {
      background: #000;
      content: '';
      display: block;
      height: 1px;
      margin: 0 4%;
      padding: 0 1em;
      width: 4%;
    }

    #wrapper section#tvo > dl {
      background: #efece7;
      margin: 4vw auto;
      font-size: 280%;
      text-align: left;
      width: 90%;
    }

    #wrapper section#tvo > dl > dt {
      font-weight: 700;
      margin: 0 0 0.4em;
    }

    #wrapper section#tvo > dl > dd > img {
      margin: 1em 0;
      width: 40%;
    }

    #wrapper section#tvo > figure {
      margin: 2vw auto;
      width: 90%;
    }

    #wrapper section#tvo > figure > figcaption {
      font-size: 300%;
      margin: 1vw 0 0;
      text-align: left;
    }

    #wrapper section#tvo > p > a.btn {
      margin: 6vw auto;
      width: 85%;
    }

    .shop_bnr_list {
      background: #fff;
      margin: 10vw auto;
      overflow: hidden;
      width: 90%;
    }

    .shop_bnr_list > .shop_bnr {
      margin: 4vw 10vw;
    }

    .flx {
      display: flex;
    }

    /* official */
      #wrapper section#tvo.shop_official {
        font-size: 1vw;
        margin: 0 auto !important;
        width: 100% !important;
      }

      #wrapper section#tvo.shop_official section {
        padding: 0 0 3vw;
      }

      #wrapper section#tvo.shop_official > #shop_official_guide, 
      #wrapper section#tvo.shop_official > #shop_official_about, 
      #wrapper section#tvo.shop_official > #shop_official_storeinfo {
        background: #fff;
        margin: 0 auto 4vw;
        padding: 4vw 0 1vw;
        width: 90%;
      }

      #wrapper section#tvo.shop_official h2 {
        font-size: 500%;
      }

      #wrapper section#tvo.shop_official h3 {
        border-bottom: solid 1px #000;
        font-size: 400%;
        font-weight: 700;
        margin: 0 auto 5vw;
        text-align: left;
        width: 90%;
      }

      #wrapper section#tvo.shop_official h4 {
        font-size: 360%;
        margin: 0 auto;
        text-align: left;
        width: 90%;
      }

      #wrapper section#tvo.shop_official h5 {
        font-size: 330%;
        margin: 0 auto 1em;
        text-align: left;
        width: 90%;
      }

      #wrapper section#tvo.shop_official h3:after, 
      #wrapper section#tvo.shop_official h3:before {
        display: none;
      }

      #wrapper section#tvo.shop_official p.copy {
        font-size: 3vw;
        margin: 0 auto 4vw;
        text-align: left;
        width: 90%;
      }

      #wrapper section#tvo.shop_official > section dl, 
      #wrapper section#tvo.shop_official > section ol, 
      #wrapper section#tvo.shop_official > section ul:not(.notice), 
      #wrapper section#tvo.shop_official > section figure, 
      #wrapper section#tvo.shop_official > section p {
        font-size: 280%;
        margin: 0.5em auto;
        padding: 0 0 1em;
        text-align: left;
        width: 90%;
      }

      #wrapper section#tvo.shop_official > section ul.itemList_kr {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
      }

      #wrapper section#tvo.shop_official > section ul.itemList_kr > li {
        margin: 0 0 5vw;
        width: 48%;
      }


      /* nav */
        #wrapper section#tvo.shop_official > #shop_official_nav > ul {
          width: 100%;
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li {
          align-items: center;
          color: #fff;
          display: flex;
          height: 18vw;
          justify-content: space-between;
          padding: 0 1em 0 0;
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li#shop_official_shopinfo {
          background: #009ad1;
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li.acd::after, 
        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li.acd::before, 
        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li.acd_list, 
        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li.acd_list::after {
          display: none;
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li::after, 
        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li.acd::after {
          content: '▼';
          display: block;
          font-size: 110%;
          font-weight: 400;
          line-height: 1;
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li.acd::after {
          height: 0;
          right: 1em;
          top: 45%;
          transform: rotate(0deg);
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li.acd.open::after {
          top: 55%;
          transform: rotate(180deg);
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li.acd_list {
          background: #fff;
          color: #000;
          font-size: 1vw;
          height: auto;
          padding: 0;
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li.acd_list > dl {
          font-size: 300%;
          margin: 0 auto;
          padding: 4vw 0;
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li.acd_list > dl > dt {
          border-bottom: solid 2px #009ad1;
          border-top: solid 2px #009ad1;
          color: #009ad1;
          font-weight: 700;
          margin: 1.5em 0 1em;
          padding: 0.2em 0;
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li.acd_list > dl > dt:nth-of-type(1) {
          margin: 0 0 1em;
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li.acd_list > dl > dd.notice {
          font-size: 80%;
          padding: 0 0 0 1em;
          text-indent: -1em;
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li.acd_list > dl > dd > a {
          align-items: center;
          color: #000;
          flex-direction: unset;
          font-size: 100%;
          font-weight: 400;
          justify-content: flex-start;
          padding: 0;
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li.acd_list > dl > dd > a::before {
          content: '▼';
          display: block;
          font-size: 70%;
          font-weight: 400;
          line-height: 1;
          margin: 0 0.5em 0 0;
          transform: rotate(30deg);
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li#shop_official_guidenav {
          background: #00933c;
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li#shop_official_form {
          background: #ec7e25;
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li#shop_official_merchandise {
          background: #e6bb05;
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li#shop_official_merchandise::after, 
        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li#shop_official_form::after {
          transform: rotate(30deg);
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li a, 
        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li form {
          align-items: flex-start;
          color: #fff;
          display: flex;
          flex-direction: column;
          font-size: 160%;
          font-weight: 700;
          justify-content: center;
          padding: 0.5em 1em;
          width: 100%;
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li form:hover {
          cursor: pointer;
          opacity: 0.8;
        }

        #wrapper section#tvo.shop_official > #shop_official_nav > ul > li a > small {
          display: block;
          font-size: 80%;
          font-weight: 400;
        }
      /* /nav */

      /* info */
        #wrapper section#tvo.shop_official > #shop_official_info > article {
          background: #fff;
          margin: 4vw auto;
          padding: 4vw 0;
          width: 90%;
        }

        #wrapper section#tvo.shop_official > #shop_official_info > article > p:nth-of-type(1) {
          font-size: 390%;
          font-weight: 900;
          line-height: 1;
          margin: 0 auto 1em;
          padding: 0;
        }
        
        #wrapper section#tvo.shop_official > #shop_official_info > article > h5 {
          border: solid 2px #000;
          padding: 0.2em 0.5em;
          text-align: center;
        }
        
        #wrapper section#tvo.shop_official > #shop_official_info > article > h5 > small {
          display: block;
        }

        #wrapper section#tvo.shop_official > #shop_official_info > article > p:nth-of-type(1) > time {
          padding: 0 0.8em 0 0;
        }

        #wrapper section#tvo.shop_official > #shop_official_info > article > dl {
          margin: 0 auto;
        }

        #wrapper section#tvo.shop_official > #shop_official_info > article > dl:nth-last-of-type(1) {
          padding: 0;
        }

        #wrapper section#tvo.shop_official > #shop_official_info > article > dl > dt {
          font-weight: 700;
          padding: 0.5em 0;
        }

        #wrapper section#tvo.shop_official > #shop_official_info > article > dl > dt:nth-of-type(1) {
          font-weight: 700;
          padding: 0 0 0.5em;
        }

        #wrapper section#tvo.shop_official > #shop_official_info > article > dl > dd.notice {
          font-size: 80%;
          padding: 0 0 0 1em;
          text-indent: -1em;
        }
        
        #wrapper section#tvo.shop_official > #shop_official_info > article > ul.notice {
          font-size: 280%;
          margin: 0 auto 1em;
          text-align: left;
          width: 90%;
        }
      /* /info */

      /* guide */
        #wrapper section#tvo.shop_official > #shop_official_guide dl > dt {
          border-bottom: solid 2px #00933c;
          border-top: solid 2px #00933c;
          color: #00933c;
          font-weight: 700;
          margin: 1.5em 0 0;
          padding: 0.2em 0 0.2em 1em;
          text-indent: -1em;
        }

        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd {
          margin: 1em 0 0;
        }
        
        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd.flx, 
        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd > a.flx {
          align-items: center;
          border: solid 4px #aaa;
          border-radius: 5vw;
          display: flex;
          font-size: 120%;
          justify-content: space-around;
          padding: 2vw;
        }

        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd > a.flx i {
          font-size: 12vw;
          text-align: center;
          width: 20%;
        }
        
        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd.flx div, 
        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd > a.flx div {
          color: #00933c;
          font-weight: 700;
          width: 70%;
        }

        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd.flx.shop_official_guide_lineapp {
          border: none;
          justify-content: flex-start;
          padding: 2vw 0;
        }
        
        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd.flx.shop_official_guide_lineapp > figure {
          margin: 0;
          padding: 0 3vw 0 0;
          width: 24%;
        }
        
        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd.flx.shop_official_guide_lineapp > div {
          color: #000;
        }
                
        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd.caution {
          font-weight: 700;
        }
                        
        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd > figure > figcaption {
          font-size: 3vw;
          text-align: center;
        }
                
        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd > em {
          color: #00933c;
          font-style: normal;
          font-weight: 700;
        }
        
        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd > strong {
          font-size: 150%;
          font-weight: 700;
        }
        
        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd > ol {
          font-size: 100%;
          list-style: none;
          margin: 0;
          padding: 0;
          width: 100%;
        }
        
        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd > ol > li {
          align-items: center;
          border: solid 1px #000;
          display: flex;
          font-weight: 500;
          justify-content: flex-start;
          margin: 0 0 8vw;
          position: relative;
        }
        
        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd > ol > li:not(:last-child)::after {
          border-bottom: 2px solid #000;
          border-left: 2px solid #000;
          bottom: -70%;
          content: '';
          display: block;
          height: 8px;
          left: 50%;
          position: absolute;
          transform: rotate(-45deg) translateX(50%);
          width: 8px;
        }
        
        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd > ol > li:nth-of-type(4) {
          background: #ff0;
        }

        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd > ol > li > span {
          background: #000;
          color: #fff;
          font-size: 150%;
          font-weight: 700;
          margin: 0 1em 0 0;
          padding: 0.2em 0.5em;
        }

        #wrapper section#tvo.shop_official > #shop_official_guide dl > dd .notice {
          font-size: 90%;
        }
      /* /guide */

      /* about */
        #wrapper section#tvo.shop_official > #shop_official_about dl > dt {
          font-weight: 700;
        }

        #wrapper section#tvo.shop_official > #shop_official_about dl > dd {
          border-bottom: solid 1px #000;
          margin: 0.8em 0;
          padding: 0 0 0.5em;
        }

        #wrapper section#tvo.shop_official > #shop_official_about dl > dd > a {
          display: inline;
          font-size: 90%;
        }
      /* /about */

      /* storeinfo */
        #wrapper section#tvo.shop_official > section#shop_official_storeinfo > div.shopinfo {
          margin: 0 auto;
          width: 90%;
        }

        #wrapper section#tvo.shop_official > section#shop_official_storeinfo > div.shopinfo > h4 {
          border-bottom: solid 1px #000;
          display: block;
          font-size: 400%;
          margin: 0 auto 3vw;
          padding: 0;
          text-align: left;
          width: 100%;
        }

        #wrapper section#tvo.shop_official > section#shop_official_storeinfo > div.shopinfo > dl {
          font-size: 280%;
          margin: 0 auto;
          text-align: left;
          width: 100%;
        }

        #wrapper section#tvo.shop_official > section#shop_official_storeinfo > div.shopinfo > dl > dt {
          font-weight: 700;
        }

        #wrapper section#tvo.shop_official > section#shop_official_storeinfo > div.shopinfo > dl > dt:not(:nth-of-type(1)) {
          margin: 0.5em 0 0;
        }

        #wrapper section#tvo.shop_official > section#shop_official_storeinfo > div.shopinfo > dl > dd {
          padding: 0 0 0 1em;
        }
      /* /storeinfo */

      /* cp */
        #wrapper section#tvo.shop_official.shop_official_cp > #shop_official_nav > ul > li#shop_official_shopinfo {
          background: #5f8fcd;
        }

        #wrapper section#tvo.shop_official.shop_official_cp > #shop_official_nav > ul > li#shop_official_guidenav {
          background: #63bf98;
        }

        #wrapper section#tvo.shop_official.shop_official_cp > #shop_official_nav > ul > li#shop_official_merchandise {
          background: #f3c63d;
        }
      /* /cp */

      /* ns */
        #wrapper section#tvo.shop_official.shop_official_ns > #shop_official_nav > ul > li#shop_official_shopinfo {
          background: #5f8fcd;
        }

        #wrapper section#tvo.shop_official.shop_official_ns > #shop_official_nav > ul > li#shop_official_guidenav {
          background: #63bf98;
        }

        #wrapper section#tvo.shop_official.shop_official_ns > #shop_official_nav > ul > li#shop_official_form {
          background: #ef908a;
        }
      /* ns */
    /* /official */
  /* /contents */

  /* js */
  /* /js */
/* /SP */

























/* PC */
  @media screen and (min-width:813px) {

    /* contents */
      #wrapper section#tvo {
        font-size: 40%;
        padding: 0 7.5vw 4vw;
      }

      #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 > h3 {
        font-size: 560%;
      }

      #wrapper section#tvo > dl {
        font-size: 330%;
      }

      #wrapper section#tvo > dl > dd > img {
        margin: 1em 0 0;
        width: 20%;
      }

      #wrapper section#tvo > figure {
        width: 100%;
      }
      
      #wrapper section#tvo > figure > img {
        margin: 0 auto 3vw;
        width: 60%;
      }

      #wrapper section#tvo > figure > figcaption {
        font-size: 330%;
        margin: -2vw auto 0;
        width: 60%;
      }

      #wrapper section#tvo > figure > a.btn, 
      #wrapper section#tvo > p > a.btn {
        font-size: 400%;
        margin: 0vw auto 3vw;
        width: 48% !important;
      }

      .shop_bnr_list {
        align-items: center;
        background: #fff;
        display: flex;
        justify-content: space-between;
        margin: 100px auto;
        padding: 20px;
        width: 90%;
      }
      
      .shop_bnr_list > .shop_bnr {
        margin: 0 20px;
      }
      
      /* official */
        #wrapper section#tvo.shop_official section {
          margin: 0 auto;
          padding: 0;
          width: 70vw;
        }

        #wrapper section#tvo.shop_official > #shop_official_guide, 
        #wrapper section#tvo.shop_official > #shop_official_about, 
        #wrapper section#tvo.shop_official > #shop_official_storeinfo {
          padding: 2vw;
          width: 70vw;
        }

        #wrapper section#tvo.shop_official h2 {
          font-size: 250%;
          margin: 2vw auto 1vw;
          width: 70vw;
        }

        #wrapper section#tvo.shop_official h3 {
          font-size: 210%;
          margin: 0 auto 1em;
          width: 100%;
        }

        #wrapper section#tvo.shop_official h4 {
          font-size: 180%;
          width: 100%;
        }
        
        #wrapper section#tvo.shop_official h5 {
          font-size: 150%;
          width: 100%;
        }

        #wrapper section#tvo.shop_official p.copy {
          font-size: 180%;
          margin: -2vw auto 2vw;
          width: 70vw;
        }

        #wrapper section#tvo.shop_official > section dl, 
        #wrapper section#tvo.shop_official > section ol, 
        #wrapper section#tvo.shop_official > section ul:not(.notice), 
        #wrapper section#tvo.shop_official > section figure, 
        #wrapper section#tvo.shop_official > section p {
          font-size: 130%;
          line-height: 1.7;
          margin: 0.5em auto;
          padding: 0 0 1em;
          text-align: left;
          width: 100%;
        }

        #wrapper section#tvo.shop_official > section ul.itemList_kr {
          width: 94%;
        }

        #wrapper section#tvo.shop_official > section ul.itemList_kr > li {
          margin: 0 0 2vw;
          width: 32%;
        }


        /* nav */
          #wrapper section#tvo.shop_official > #shop_official_nav > ul > li {
            height: 6em;
          }

          #wrapper section#tvo.shop_official > #shop_official_nav > ul > li.acd::after {
            right: 1.2em;
          }

          #wrapper section#tvo.shop_official > #shop_official_nav > ul > li.acd_list > dl {
            font-size: 130%;
            width: 90%;
          }
        /* /nav */

        /* info */
          #wrapper section#tvo.shop_official > #shop_official_info > article {
            margin: 2vw auto 4vw;
            padding: 2vw;
            width: 100%;
          }

          #wrapper section#tvo.shop_official > #shop_official_info > article h3 {
            font-size: 210%;
            margin: 0 auto 1em;
            width: 100%;
          }

          #wrapper section#tvo.shop_official > #shop_official_info > article > h5 {
            width: 50%;
          }

          #wrapper section#tvo.shop_official > #shop_official_info > article > p:nth-of-type(1) {
            font-size: 180%;
            margin: 0 auto 0.5em;
          }

          #wrapper section#tvo.shop_official > #shop_official_info > article > dl {
            margin: 0 auto;
          }

          #wrapper section#tvo.shop_official > #shop_official_info > article > dl:nth-last-of-type(1) {
            padding: 0;
          }

          #wrapper section#tvo.shop_official > #shop_official_info > article > dl > dt {
            font-weight: 700;
            padding: 0.5em 0;
          }

          #wrapper section#tvo.shop_official > #shop_official_info > article > dl > dt:nth-of-type(1) {
            font-weight: 700;
            padding: 0 0 0.5em;
          }

          #wrapper section#tvo.shop_official > #shop_official_info > article > dl > dd.notice {
            font-size: 80%;
            padding: 0 0 0 1em;
            text-indent: -1em;
          }

          #wrapper section#tvo.shop_official > #shop_official_info > article > ul.notice {
            font-size: 130%;
            text-align: left;
            width: 100%;
          }
        /* /info */

        /* guide */
          #wrapper section#tvo.shop_official > #shop_official_guide dl > dd > a.flx {
            border-radius: 3vw;
            padding: 1vw;
            width: 60%;
          }

          #wrapper section#tvo.shop_official > #shop_official_guide dl > dd > a.flx > i {
            font-size: 6vw;
          }

          #wrapper section#tvo.shop_official > #shop_official_guide dl > dd.flx.shop_official_guide_lineapp {
            border: none;
            justify-content: flex-start;
            padding: 2vw 0;
          }
          
          #wrapper section#tvo.shop_official > #shop_official_guide dl > dd.flx.shop_official_guide_lineapp > figure {
            padding: 0 2vw 0 0;
          }

          #wrapper section#tvo.shop_official > #shop_official_guide dl > dd > figure {
            margin: 0.5em 0;
            width: 30%;
          }
                          
          #wrapper section#tvo.shop_official > #shop_official_guide dl > dd > figure > figcaption {
            font-size: 80%;
          }

          #wrapper section#tvo.shop_official > #shop_official_guide dl > dd > ol {
            width: 75%;
          }
          
          #wrapper section#tvo.shop_official > #shop_official_guide dl > dd > ol > li {
            margin: 0 0 4.5vw;
          }
        /* /guide */

        /* about */
        /* /about */

        /* storeinfo */
          #wrapper section#tvo.shop_official > section#shop_official_storeinfo > div.shopinfo {
            width: 100%;
          }

          #wrapper section#tvo.shop_official > section#shop_official_storeinfo > div.shopinfo > h4 {
            font-size: 200%;
            font-weight: 500;
          }

          #wrapper section#tvo.shop_official > section#shop_official_storeinfo > div.shopinfo > dl {
            font-size: 120%;
          }
        /* /storeinfo */
      /* /official */
    /* /contents */


    /* js */
      /* general */
        .hide { display: none !important; }
        .flex { display: flex !important; }
        .show { display: block !important; }
      /* /general */
    /* /js */

  }
/* /PC */



