<!doctype html>
<html lang="ja">

<head>
  <meta charset="utf-8">
  <title>一本道 期間限定スペシャルー無料お試し開始！</title>
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  <link rel="icon" type="image/png" sizes="32x32" href="https://www.1pondo.tv/img/icons/favicon-32x32.png">
  <link rel="icon" type="image/png" sizes="16x16" href="https://www.1pondo.tv/img/icons/favicon-16x16.png">
  <script id="pyocoJq" src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  <script>
    // first check if s2s_id param exists, if so, pass it to the redirected url
    var params = $(location).attr('search').substring(1).split('&');
    for (i = 0; i < params.length; i++) {
      param = params[i].split('=');
      if (param[0] == 's2s_id') {
        var s2s = decodeURIComponent(param[1]);
      }
    }

    // display with 50% random distribution
    var rand = Math.random();
    if (rand < 1 / 2) {
      if (s2s) {
        window.location.href = './index2.html?s2s_id=' + s2s;
      } else {
        window.location.href = './index2.html';
      }
    } else {
      if (s2s) {
        window.location.href = './index1.html?s2s_id=' + s2s;
      } else {
        window.location.href = './index1.html';
      }
    }
  </script>
  <!-- Google tag (gtag.js) -->
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-EZ6DC49S15"></script>
  <script>
    window.dataLayer = window.dataLayer || [];
    function gtag() { dataLayer.push(arguments); }
    gtag('js', new Date());

    gtag('config', 'G-EZ6DC49S15');
  </script>
</head>

<body>
</body>

</html>