@media all and (min-width: 768px) {

    /* SECTION */

    section {
        height: 100vw;
    }

    section #sectionWrap {
        height: 100vw;
    }

    section .sectimgs {
        height: 100vw;
    }

    section .sectimgs #sect3d {
      transform: translate(-50%);
      top: 0;
      left: 50%;
    }

    section .sectimgs span {
        font-size: 3vw;
    }

    .container .blobs {
        width: 44vh;
        height: 44vh;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    section #slidearrow {
        width: 100vw;
        top: 40vw;
    }

    section #slidearrow span {
        font-size: 8vw;
        margin: 0 10vw;
    }

    section #slidearrow span+span {
        right: 0;
        margin-right: 10vw;
    }


    
  #info .contentWrap .infoWrap .infoTxt p {
    font-family: 'Paperlogy';
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.3;
  }

  #ingredient .left p {
    font-size: 3rem;
  }
  #ingredient .left p.bold {
    font-size: 6rem;
  }

    /* ROUND */
    div#round #circle ul li p {
        font-size: 2.3vw;
    }
}


@media all and (min-width: 1000px) {

    /* SECTION */

    section {
        overflow: hidden;
        height: 50vw;
    }

    section #sectionWrap {
        height: 140vw;
    }

    section ul li {
        position: relative;
        width: 100vw;
        float: left;
    }

    section .sectimgs {
        height: 50vw;
    }

    section .sectimgs #sect3d {
        height: 100%;
        left: 50%;
        transform: translateX( -50%);
        text-align: center;
    }

    
    section .sectimgs #sect3d img {
      width: auto;
    }

    section .sectimgs span {
        font-size: 2vw;
    }

    .container .blobs {
        width: 44vh;
        height: 44vh;
        display: block;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .container .blueblobs .blueblob,
    .container .redblobs .redblob {
      width: 20vw;
      height: 20vw;
  }

    section #slidearrow {
        position: absolute;
        width: 100vw;
        top: 20vw;
    }

    section #slidearrow span {
        position: absolute;
        font-size: 4vw;
        margin: 0 20vw;
    }

    section #slidearrow span+span {
        right: 0;
        margin-right: 20vw;
    }


    /* info */
    #info .contentWrap {
      flex-flow: row nowrap;
  }
  
  #info .contentWrap .viewWrap {
    width: 48%;
    margin-bottom: 0;
  }
  #info .contentWrap .infoWrap {
    width: 49%;
  }
  #ingredient {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    height: 70vh;
  }
  #ingredient .left {
    width: 55%;
  }
  #ingredient {
    height: 70vh;
  }
  #ingredient .right {
    width: 40%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    gap: 5%;
    align-items: flex-start;
  }
  #ingredient .right li {
    border-bottom: 1px solid #222;
    width: 90%;
    max-width: 450px;
    height: auto;
    border-radius: 0;
    background-color: unset !important;
  }
  #ingredient .right li * {
    text-align: start;
  }
  #ingredient .right li p {
    color: #666666;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    flex-flow: column nowrap;
    align-items: start;
  }
  #ingredient .right li p span {
    font-size: 2.5rem;
    font-weight: 700;
  }

    /* ROUND */
    div#round {
        position: relative;
        height:300vh;
    }

    div#round .sticky {
        position: sticky;
        top:0;
        overflow:hidden;
    }


    div#round #roundimg div {
        height: 100vh;
        top: 0;
        left: 0;
    }

    div#round #roundimg div::after {
        content: none;
    }

    div#round #roundbg01 {
        background-image: url(../img/cicleImg1.png);
        background-size: cover;
        transition: opacity 200ms ease-in-out;
      }
      
      div#round #roundbg02 {
        background-image: url(../img/cicleImg2.png);
        background-size: cover;
        transition: opacity 200ms ease-in-out;
      }

    div#round #roundimg #roundbg02 {
        margin-top: -100vh;
    }

    div#round #circle {
        border-radius: 50%;
        width: 70vw;
        height: 70vw;
        border: 1px solid var(--primary-color);
        background-color: #222222ea;
        position: absolute;
        bottom: -45vw;
        left: calc(50% - 35vw);
        transition: transform .1s ease;
    }



    div#round #circle ul li {
        position: relative;
        left: 0;
        z-index: 5;
        text-align: center;
        width: 100%;
    }

    div#round #circle .circle01 {
        top: 3%;
    }

    div#round #circle .circle02 {
        top: 0;
        transform: rotate(180deg);
    }

    div#round #circle ul li h2 {
        margin-bottom: 1vw;
    }

    div#round #circle ul li p {
        font-size: 1.2vw;
    }

}



@media all and (min-width: 1440px) {

    /* SECTION */
    section {
        margin-top: 3.5vw;
    }

    section .sectimgs span {
        font-size: 1.5vw;
    }

}