@charset "UTF-8";
/* prettier-ignore */
/* prettier-ignore */
#soupfactory model-viewer {
  width: 260px;
  height: 60px;
  --poster-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
}

#soupfactory #ar-button {
  font-family: 'commonfont_w6', 'ヒラギノUD丸ゴ Std', 'メイリオ', Meiryo, 'HiraginoKakuGothic Pro', 'ヒラギノ角ゴPro W3', 'ＭＳＰゴシック', 'Lucida Grande', 'LucidaSans Unicode', Arial, Verdana, sans-serif;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 55px;
  padding: 17px 0 15px 0;
  border-radius: 50px;
  background-color: #ffeb00;
  color: #008d3c;
  position: relative;
}

#soupfactory #ar-button:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 260px;
  height: 55px;
  background-color: #008d3c;
  border-radius: 50px;
  z-index: -5;
}

#soupfactory #ar-button img {
  position: absolute;
  width: 20px;
  top: 50%;
  left: 208px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#default-progress-bar > .mask {
  opacity: 0;
}

@media screen and (min-width: 48em){
  #soupfactory model-viewer {
    width: 260px;
    height: 55px;
  }
  #soupfactory #ar-button {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    width: 260px;
    height: 50px;
  }
  #soupfactory #ar-button:after {
    top: 5px;
    left: 0;
    width: 260px;
    height: 50px;
    border-radius: 50px;
  }
}

@media screen and (min-width: 64em){
  #soupfactory model-viewer {
    display: none;
  }
  #soupfactory #ar-button {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    width: 260px;
    height: 50px;
    border-radius: 50px;
    line-height: 16px;
  }
  #soupfactory #ar-button:after {
    top: 5px;
    left: 0;
    width: 260px;
    height: 50px;
    border-radius: 50px;
  }
  #soupfactory.tablet model-viewer {
    display: block;
    width: 250px;
    height: 55px;
  }
}
