@media screen and (min-width: 767px) {
  .oz-mo {
    display: none;
  }
  .oz-web {
    display: inline-block;
  }
  .oz-btn.find-btn {
    margin: 0px;
    margin-left: calc(18/1380*100%);
  }
  .oz-container {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
  }
  .oz-container .wrap {
    font-size: 0px;
    text-align: center;
    position: relative;
  }
  .oz-container .wrap .float {
    width: calc(198/1380*100%);
    max-width: 198px;
    max-height: 226px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    left: auto;
    top: auto;
    background-image: url('../images/pc/oz-float.png');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .oz-container .wrap article {
    position: relative;
  }
  .oz-container .wrap article.evt2 .oz-btns {
    width: calc(886/1380*100%);
    height: calc(55/1378*100%);
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: calc(247/1380*100%);
    bottom: calc(206/1378*100%);
  }
  .oz-container .wrap article.evt2 .oz-btns .oz-btn {
    width: calc(274/886*100%);
    height: 100%;
  }
  .oz-container .wrap article.evt2 .oz-btns .oz-btn:first-child {
    width: calc(317/886*100%);
  }
  .oz-container .wrap article.evt2 .vid {
    width: calc(870/1380*100%);
    height: calc(490/1378*100%);
    position: absolute;
    left: calc(255/1380*100%);
    top: calc(571/1378*100%);
  }
  .oz-container .wrap article.evt2 .vid .play-btn {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
  }
  .oz-container .wrap article.evt2 .vid .vid-player {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative;
  }
  .oz-container .wrap article.evt3 .hash-tag .hash-tag-btn {
    width: calc(337/1380*100%);
    height: calc(75/730*100%);
    position: absolute;
    left: calc(521/1380*100%);
    bottom: calc(129/730*100%);
  }
  .oz-container .wrap article.evt4 .sns-link {
    position: absolute;
    width: calc(424/1380*100%);
    height: calc(80/807*100%);
    left: 50%;
    top: calc(305/807*100%);
    margin-left: calc(-307/1380*100%);
  }
  .oz-container .wrap article.evt4 .sns-link .oz-btn {
    width: calc(80/424*100%);
    height: 100%;
    position: absolute;
    top: 0px;
  }
  .oz-container .wrap article.evt4 .sns-link .oz-btn.oz-btn1 {
    left: 0px;
  }
  .oz-container .wrap article.evt4 .sns-link .oz-btn.oz-btn2 {
    left: calc(165/424*100%);
  }
  .oz-container .wrap article.evt4 .sns-link .oz-btn.oz-btn3 {
    left: calc(253/424*100%);
  }
  .oz-container .wrap article.evt4 .sns-link .oz-btn.oz-btn4 {
    left: calc(344/424*100%);
  }
  .oz-container .wrap article.evt4 .oz-submit {
    width: calc(337/1380*100%);
    height: calc(75/807*100%);
    position: absolute;
    left: calc(521/1380*100%);
    bottom: calc(116/807*100%);
  }
  .oz-container .wrap article.evt8 .oz-btns {
    width: calc(1088/1380*100%);
    height: calc(56/972*100%);
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: calc(146/1380*100%);
    top: calc(786/972*100%);
    align-content: space-between;
  }
  .oz-container .wrap article.evt8 .oz-btns .oz-btn {
    width: calc(245/1088*100%);
    height: 100%;
  }
}
@media screen and (min-width: 1381px) {
  .oz-container .wrap .float {
    left: 50%;
    bottom: 0px;
    right: auto;
    top: auto;
    margin-left: 478px;
  }
}
/*# sourceMappingURL=style-pc.css.map */