<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Amazonコイン情報  |  白猫プロジェクト攻略の『白あん』</title>
	<atom:link href="https://white-cat-project.an-channel.com/category/amazon-coin/feed" rel="self" type="application/rss+xml" />
	<link>https://white-cat-project.an-channel.com</link>
	<description>白猫プロジェクトの攻略ブログです。</description>
	<lastBuildDate>Mon, 12 Oct 2020 14:39:33 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://white-cat-project.an-channel.com/wp-content/uploads/2018/06/cropped-CAD08E4C-6C44-4C3A-90D1-300AD8782DB6-100x100.png</url>
	<title>Amazonコイン情報  |  白猫プロジェクト攻略の『白あん』</title>
	<link>https://white-cat-project.an-channel.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<atom:link rel='hub' href='https://white-cat-project.an-channel.com/?pushpress=hub'/>
	<item>
		<title>Amazonコインの月別割引率まとめ</title>
		<link>https://white-cat-project.an-channel.com/post-14201</link>
		
		<dc:creator><![CDATA[あん]]></dc:creator>
		<pubDate>Wed, 29 May 2019 09:28:33 +0000</pubDate>
				<category><![CDATA[Amazonコイン情報]]></category>
		<guid isPermaLink="false">https://white-cat-project.an-channel.com/?p=14201</guid>

					<description><![CDATA[Amazonコインの割引率の変化を 月別にグラフで見やすくまとめてみました 値段の傾向と変化を 購入のさいの参考にしてください 目次 2020年2020年7月〜2020年1〜6月2019年2019年8月〜12月2019年 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Amazonコインの割引率の変化を 月別にグラフで見やすくまとめてみました</p>



<p>値段の傾向と変化を 購入のさいの参考にしてください</p>




  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-2" checked><label class="toc-title" for="toc-checkbox-2">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">2020年</a><ol><li><a href="#toc2" tabindex="0">2020年7月〜</a></li><li><a href="#toc3" tabindex="0">2020年1〜6月</a></li></ol></li><li><a href="#toc4" tabindex="0">2019年</a><ol><li><a href="#toc5" tabindex="0">2019年8月〜12月</a></li><li><a href="#toc6" tabindex="0">2019年7月</a></li><li><a href="#toc7" tabindex="0">2019年6月</a></li><li><a href="#toc8" tabindex="0">2019年5月</a></li><li><a href="#toc9" tabindex="0"> 2019年4月 </a></li><li><a href="#toc10" tabindex="0"> 2019年3月 </a></li><li><a href="#toc11" tabindex="0"> 2019年2月 </a></li><li><a href="#toc12" tabindex="0"> 2019年1月 </a></li></ol></li></ol>
    </div>
  </div>

<h2 class="wp-block-heading"><span id="toc1">2020年</span></h2>



<h3 class="wp-block-heading"><span id="toc2">2020年7月〜</span></h3>



<p>2020年7月に1年近く続いた割引率が変化。値上がりしました</p>



<div class="canv"><canvas id="myLineChart2007" width="400" height="300"></canvas></div>



<script>
  var ctx = document.getElementById("myLineChart2007");
  var myLineChart = new Chart(ctx, {
    type: 'line',
   
      data: {
      labels: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31],
      datasets: [
        {
            label: "50000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(219,39,91,0.5)",
            borderColor: "rgba(219,39,91,0.5)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(219,39,91,0.5)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(219,39,91,0.5)",
            pointHoverBorderColor: "rgba(219,39,91,0.5)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
　　　　　　　borderWidth: 6,
           data:[18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18],
            spanGaps: false,
        },{
            label: "10000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(130,201,169,0.7)",
            borderColor: "rgba(130,201,169,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(130,201,169,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(130,201,169,0.7)",
            pointHoverBorderColor: "rgba(130,201,169,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
borderWidth: 6,
               data:[16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16],
            spanGaps: false,

 },{
            label: "5000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(255,183,76,0.7)",
            borderColor: "rgba(255,183,76,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(255,183,76,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(255,183,76,0.7)",
            pointHoverBorderColor: "rgba(255,183,76,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,borderWidth: 6,
              data:[14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14],
            spanGaps: false,
     
 }
      ],
    },
  options: {
      title: {
        display: true,
        text: '2020年7月のAmazonコイン割引率'
      },
      scales: {
xAxes: [{
          ticks: {
            suggestedMax: 31,
            suggestedMin: 1,
            maxTicksLimit: 10,
            fontSize: 12,
            callback: function(value, index, values){
              return  value +  '日'
            }
          }
        }],
        yAxes: [{
          ticks: {
            suggestedMax: 25,
            suggestedMin: 10,
            stepSize: 5,
            callback: function(value, index, values){
              return  value +  '％'
            }
          }
        }]
      },
    }
  });
  </script>



<h3 class="wp-block-heading"><span id="toc3">2020年1〜6月</span></h3>



<p>〜2020年6月も 引き続き固定でした。</p>



<div class="canv"><canvas id="myLineChart2001" width="400" height="300"></canvas></div>



<script>
  var ctx = document.getElementById("myLineChart2001");
  var myLineChart = new Chart(ctx, {
    type: 'line',
   
      data: {
      labels: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31],
      datasets: [
        {
            label: "50000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(219,39,91,0.5)",
            borderColor: "rgba(219,39,91,0.5)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(219,39,91,0.5)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(219,39,91,0.5)",
            pointHoverBorderColor: "rgba(219,39,91,0.5)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
　　　　　　　borderWidth: 6,
           data:[20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20],
            spanGaps: false,
        },{
            label: "10000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(130,201,169,0.7)",
            borderColor: "rgba(130,201,169,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(130,201,169,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(130,201,169,0.7)",
            pointHoverBorderColor: "rgba(130,201,169,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
borderWidth: 6,
               data:[18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18],
            spanGaps: false,

 },{
            label: "5000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(255,183,76,0.7)",
            borderColor: "rgba(255,183,76,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(255,183,76,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(255,183,76,0.7)",
            pointHoverBorderColor: "rgba(255,183,76,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,borderWidth: 6,
              data:[15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15],
            spanGaps: false,
     
 }
      ],
    },
  options: {
      title: {
        display: true,
        text: '2020年1月〜6月のAmazonコイン割引率'
      },
      scales: {
xAxes: [{
          ticks: {
            suggestedMax: 31,
            suggestedMin: 1,
            maxTicksLimit: 10,
            fontSize: 12,
            callback: function(value, index, values){
              return  value +  '日'
            }
          }
        }],
        yAxes: [{
          ticks: {
            suggestedMax: 25,
            suggestedMin: 10,
            stepSize: 5,
            callback: function(value, index, values){
              return  value +  '％'
            }
          }
        }]
      },
    }
  });
  </script>



<h2 class="wp-block-heading"><span id="toc4">2019年</span></h2>



<p>2019年8月以降は固定に変わったもようです。今後また変動する時には再度グラフを更新していきます</p>



<p></p>



<h3 class="wp-block-heading"><span id="toc5">2019年8月〜12月</span></h3>



<div class="canv"><canvas id="myLineChart198" width="400" height="300"></canvas></div>



<script>
  var ctx = document.getElementById("myLineChart198");
  var myLineChart = new Chart(ctx, {
    type: 'line',
   
      data: {
      labels: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31],
      datasets: [
        {
            label: "50000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(219,39,91,0.5)",
            borderColor: "rgba(219,39,91,0.5)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(219,39,91,0.5)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(219,39,91,0.5)",
            pointHoverBorderColor: "rgba(219,39,91,0.5)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
　　　　　　　borderWidth: 6,
           data:[20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20],
            spanGaps: false,
        },{
            label: "10000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(130,201,169,0.7)",
            borderColor: "rgba(130,201,169,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(130,201,169,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(130,201,169,0.7)",
            pointHoverBorderColor: "rgba(130,201,169,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
borderWidth: 6,
               data:[18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18],
            spanGaps: false,

 },{
            label: "5000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(255,183,76,0.7)",
            borderColor: "rgba(255,183,76,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(255,183,76,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(255,183,76,0.7)",
            pointHoverBorderColor: "rgba(255,183,76,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,borderWidth: 6,
              data:[15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15],
            spanGaps: false,
     
 }
      ],
    },
  options: {
      title: {
        display: true,
        text: '2019年8月〜12月のAmazonコイン割引率'
      },
      scales: {
xAxes: [{
          ticks: {
            suggestedMax: 31,
            suggestedMin: 1,
            maxTicksLimit: 10,
            fontSize: 12,
            callback: function(value, index, values){
              return  value +  '日'
            }
          }
        }],
        yAxes: [{
          ticks: {
            suggestedMax: 25,
            suggestedMin: 10,
            stepSize: 5,
            callback: function(value, index, values){
              return  value +  '％'
            }
          }
        }]
      },
    }
  });
  </script>



<h3 class="wp-block-heading"><span id="toc6">2019年7月</span></h3>



<div class="canv"><canvas id="myLineChart197" width="400" height="300"></canvas></div>



<script>
  var ctx = document.getElementById("myLineChart197");
  var myLineChart = new Chart(ctx, {
    type: 'line',
   
      data: {
      labels: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31],
      datasets: [
        {
            label: "50000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(219,39,91,0.5)",
            borderColor: "rgba(219,39,91,0.5)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(219,39,91,0.5)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(219,39,91,0.5)",
            pointHoverBorderColor: "rgba(219,39,91,0.5)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
　　　　　　　borderWidth: 6,
           data:[18,19,20,18,18,18,19,18,19,18,18,19,19,18,20,18,18,20,18,20,19,18,19,20,20,20,20,20,20,20,20],
            spanGaps: false,
        },{
            label: "10000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(130,201,169,0.7)",
            borderColor: "rgba(130,201,169,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(130,201,169,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(130,201,169,0.7)",
            pointHoverBorderColor: "rgba(130,201,169,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
borderWidth: 6,
               data:[15,13,12,17,17,15,12,16,13,17,16,14,12,17,12,17,15,12,17,12,15,15,15,12,12,12,18,18,18,18,18],
            spanGaps: false,

 },{
            label: "5000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(255,183,76,0.7)",
            borderColor: "rgba(255,183,76,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(255,183,76,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(255,183,76,0.7)",
            pointHoverBorderColor: "rgba(255,183,76,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,borderWidth: 6,
              data:[14,12,11,16,16,14,11,11,12,16,11,13,11,16,11,16,14,11,16,11,13,12,14,11,11,11,15,15,15,15,15],
            spanGaps: false,
     
 }
      ],
    },
  options: {
      title: {
        display: true,
        text: '2019年7月のAmazonコイン割引率'
      },
      scales: {
xAxes: [{
          ticks: {
            suggestedMax: 31,
            suggestedMin: 1,
            maxTicksLimit: 10,
            fontSize: 12,
            callback: function(value, index, values){
              return  value +  '日'
            }
          }
        }],
        yAxes: [{
          ticks: {
            suggestedMax: 25,
            suggestedMin: 10,
            stepSize: 5,
            callback: function(value, index, values){
              return  value +  '％'
            }
          }
        }]
      },
    }
  });
  </script>



<h3 class="wp-block-heading"><span id="toc7">2019年6月</span></h3>



<div class="canv"><canvas id="myLineChart196" width="400" height="300"></canvas></div>



<script>
  var ctx = document.getElementById("myLineChart196");
  var myLineChart = new Chart(ctx, {
    type: 'line',
   
      data: {
      labels: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30],
      datasets: [
        {
            label: "50000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(219,39,91,0.5)",
            borderColor: "rgba(219,39,91,0.5)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(219,39,91,0.5)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(219,39,91,0.5)",
            pointHoverBorderColor: "rgba(219,39,91,0.5)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
　　　　　　　borderWidth: 6,
           data:[17,18,20,20,19,19,19,19,19,19,19,19,19,20,20,20,20,18,18,19,19,19,18,19,18,18,18,20,19,17],
            spanGaps: false,
        },{
            label: "10000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(130,201,169,0.7)",
            borderColor: "rgba(130,201,169,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(130,201,169,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(130,201,169,0.7)",
            pointHoverBorderColor: "rgba(130,201,169,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
borderWidth: 6,
               data:[16,17,12,12,12,12,12,12,12,12,12,12,12,12,14,12,12,17,15,12,15,15,15,13,16,17,17,12,15,16],
            spanGaps: false,

 },{
            label: "5000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(255,183,76,0.7)",
            borderColor: "rgba(255,183,76,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(255,183,76,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(255,183,76,0.7)",
            pointHoverBorderColor: "rgba(255,183,76,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,borderWidth: 6,
              data:[15,15,11,11,11,11,11,11,11,11,11,11,11,11,13,11,11,11,13,11,11,14,14,12,15,16,11,11,14,15],
            spanGaps: false,
     
 }
      ],
    },
  options: {
      title: {
        display: true,
        text: '2019年6月のAmazonコイン割引率'
      },
      scales: {
xAxes: [{
          ticks: {
            suggestedMax: 31,
            suggestedMin: 1,
            maxTicksLimit: 10,
            fontSize: 12,
            callback: function(value, index, values){
              return  value +  '日'
            }
          }
        }],
        yAxes: [{
          ticks: {
            suggestedMax: 25,
            suggestedMin: 10,
            stepSize: 5,
            callback: function(value, index, values){
              return  value +  '％'
            }
          }
        }]
      },
    }
  });
  </script>



<h3 class="wp-block-heading"><span id="toc8">2019年5月</span></h3>



<div class="canv"><canvas id="myLineChart195" width="400" height="300"></canvas></div>



<script>
  var ctx = document.getElementById("myLineChart195");
  var myLineChart = new Chart(ctx, {
    type: 'line',
   
      data: {
      labels: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31],
      datasets: [
        {
            label: "50000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(219,39,91,0.5)",
            borderColor: "rgba(219,39,91,0.5)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(219,39,91,0.5)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(219,39,91,0.5)",
            pointHoverBorderColor: "rgba(219,39,91,0.5)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
　　　　　　　borderWidth: 6,
           data:[18,18,18,18,19,19,19,19,19,18,19,19,19,19,19,18,18,19,19,19,19,19,19,19,19,19,19,19,19,20,20],
            spanGaps: false,
        },{
            label: "10000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(130,201,169,0.7)",
            borderColor: "rgba(130,201,169,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(130,201,169,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(130,201,169,0.7)",
            pointHoverBorderColor: "rgba(130,201,169,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
borderWidth: 6,
               data:[15,15,15,12,12,12,12,12,12,12,12,12,12,12,12,15,14,12,12,12,12,12,12,12,12,12,12,12,15,12,13],
            spanGaps: false,

 },{
            label: "5000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(255,183,76,0.7)",
            borderColor: "rgba(255,183,76,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(255,183,76,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(255,183,76,0.7)",
            pointHoverBorderColor: "rgba(255,183,76,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,borderWidth: 6,
              data:[14,14,14,11,11,11,11,11,11,11,11,11,11,11,11,14,13,11,11,11,11,11,11,11,11,11,11,11,14,11,12],
            spanGaps: false,
     
 }
      ],
    },
  options: {
      title: {
        display: true,
        text: '2019年5月のAmazonコイン割引率'
      },
      scales: {
xAxes: [{
          ticks: {
            suggestedMax: 31,
            suggestedMin: 1,
            maxTicksLimit: 10,
            fontSize: 12,
            callback: function(value, index, values){
              return  value +  '日'
            }
          }
        }],
        yAxes: [{
          ticks: {
            suggestedMax: 25,
            suggestedMin: 10,
            stepSize: 5,
            callback: function(value, index, values){
              return  value +  '％'
            }
          }
        }]
      },
    }
  });
  </script>



<h3 class="wp-block-heading"><span id="toc9"> 2019年4月 </span></h3>



<div class="canv"><canvas id="myLineChart194" width="400" height="300"></canvas></div>



<script>
  var ctx = document.getElementById("myLineChart194");
  var myLineChart = new Chart(ctx, {
    type: 'line',
   
      data: {
      labels: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30],
      datasets: [
        {
            label: "50000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(219,39,91,0.5)",
            borderColor: "rgba(219,39,91,0.5)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(219,39,91,0.5)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(219,39,91,0.5)",
            pointHoverBorderColor: "rgba(219,39,91,0.5)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
　　　　　　　borderWidth: 6,
           data:[18,19,17,20,18,18,19,19,18,19,19,19,20,19,18,19,20,19,19,19,19,19,19,19,19,18,18,18,18,18],
            spanGaps: false,
        },{
            label: "10000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(130,201,169,0.7)",
            borderColor: "rgba(130,201,169,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(130,201,169,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(130,201,169,0.7)",
            pointHoverBorderColor: "rgba(130,201,169,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
borderWidth: 6,
               data:[16,12,16,12,12,13,14,13,16,12,12,12,12,14,15,12,13,15,14,14,13,12,12,13,13,15,15,15,15,15],
            spanGaps: false,

 },{
            label: "5000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(255,183,76,0.7)",
            borderColor: "rgba(255,183,76,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(255,183,76,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(255,183,76,0.7)",
            pointHoverBorderColor: "rgba(255,183,76,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,borderWidth: 6,
              data:[15,11,15,11,11,11,13,12,12,11,11,11,11,13,14,11,12,14,13,13,12,11,11,12,12,14,14,14,14,14],
            spanGaps: false,
     
 }
      ],
    },
  options: {
      title: {
        display: true,
        text: '2019年4月のAmazonコイン割引率'
      },
      scales: {
xAxes: [{
          ticks: {
            suggestedMax: 31,
            suggestedMin: 1,
            maxTicksLimit: 10,
            fontSize: 12,
            callback: function(value, index, values){
              return  value +  '日'
            }
          }
        }],
        yAxes: [{
          ticks: {
            suggestedMax: 25,
            suggestedMin: 10,
            stepSize: 5,
            callback: function(value, index, values){
              return  value +  '％'
            }
          }
        }]
      },
    }
  });
  </script>



<h3 class="wp-block-heading"><span id="toc10"> 2019年3月 </span></h3>



<div class="canv"><canvas id="myLineChart193" width="400" height="300"></canvas></div>



<script>
  var ctx = document.getElementById("myLineChart193");
  var myLineChart = new Chart(ctx, {
    type: 'line',
   
      data: {
      labels: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31],
      datasets: [
        {
            label: "50000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(219,39,91,0.5)",
            borderColor: "rgba(219,39,91,0.5)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(219,39,91,0.5)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(219,39,91,0.5)",
            pointHoverBorderColor: "rgba(219,39,91,0.5)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
　　　　　　　borderWidth: 6,
           data:[17,19,19,19,19,17,19,19,19,19,18,19,19,19,20,18,18,18,19,20,20,18,18,18,19,19,19,19,19,20,20],
            spanGaps: false,
        },{
            label: "10000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(130,201,169,0.7)",
            borderColor: "rgba(130,201,169,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(130,201,169,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(130,201,169,0.7)",
            pointHoverBorderColor: "rgba(130,201,169,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
borderWidth: 6,
               data:[16,13,13,13,14,16,14,14,14,14,16,14,15,15,13,14,15,15,12,12,13,15,16,16,13,12,13,12,12,14,14],
            spanGaps: false,

 },{
            label: "5000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(255,183,76,0.7)",
            borderColor: "rgba(255,183,76,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(255,183,76,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(255,183,76,0.7)",
            pointHoverBorderColor: "rgba(255,183,76,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,borderWidth: 6,
              data:[15,12,11,12,13,15,13,13,13,13,15,13,14,14,12,13,14,14,11,11,12,14,14,12,12,11,12,11,11,13,13],
            spanGaps: false,
     
 }
      ],
    },
  options: {
      title: {
        display: true,
        text: '2019年3月のAmazonコイン割引率'
      },
      scales: {
xAxes: [{
          ticks: {
            suggestedMax: 31,
            suggestedMin: 1,
            maxTicksLimit: 10,
            fontSize: 12,
            callback: function(value, index, values){
              return  value +  '日'
            }
          }
        }],
        yAxes: [{
          ticks: {
            suggestedMax: 25,
            suggestedMin: 10,
            stepSize: 5,
            callback: function(value, index, values){
              return  value +  '％'
            }
          }
        }]
      },
    }
  });
  </script>



<h3 class="wp-block-heading"><span id="toc11"> 2019年2月 </span></h3>



<div class="canv"><canvas id="myLineChart192" width="400" height="300"></canvas></div>



<script>
  var ctx = document.getElementById("myLineChart192");
  var myLineChart = new Chart(ctx, {
    type: 'line',
   
      data: {
      labels: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],
      datasets: [
        {
            label: "50000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(219,39,91,0.5)",
            borderColor: "rgba(219,39,91,0.5)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(219,39,91,0.5)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(219,39,91,0.5)",
            pointHoverBorderColor: "rgba(219,39,91,0.5)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
　　　　　　　borderWidth: 6,
           data:[20,19,19,17,19,18,18,18,19,19,19,19,19,19,19,20,20,20,19,18,20,19,18,18,18,19,18,17],
            spanGaps: false,
        },{
            label: "10000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(130,201,169,0.7)",
            borderColor: "rgba(130,201,169,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(130,201,169,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(130,201,169,0.7)",
            pointHoverBorderColor: "rgba(130,201,169,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
borderWidth: 6,
               data:[12,13,14,15,12,12,12,15,14,14,14,14,13,14,14,12,12,15,13,12,14,13,12,12,15,13,12,16],
            spanGaps: false,

 },{
            label: "5000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(255,183,76,0.7)",
            borderColor: "rgba(255,183,76,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(255,183,76,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(255,183,76,0.7)",
            pointHoverBorderColor: "rgba(255,183,76,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,borderWidth: 6,
              data:[11,12,13,14,11,11,11,14,13,13,13,13,12,13,13,11,11,12,12,11,12,12,11,11,14,12,11,15],
            spanGaps: false,
     
 }
      ],
    },
  options: {
      title: {
        display: true,
        text: '2019年2月のAmazonコイン割引率'
      },
      scales: {
xAxes: [{
          ticks: {
            suggestedMax: 31,
            suggestedMin: 1,
            maxTicksLimit: 10,
            fontSize: 12,
            callback: function(value, index, values){
              return  value +  '日'
            }
          }
        }],
        yAxes: [{
          ticks: {
            suggestedMax: 25,
            suggestedMin: 10,
            stepSize: 5,
            callback: function(value, index, values){
              return  value +  '％'
            }
          }
        }]
      },
    }
  });
  </script>



<h3 class="wp-block-heading"><span id="toc12"> 2019年1月 </span></h3>



<div class="canv"><canvas id="myLineChart191" width="400" height="300"></canvas></div>



<script>
  var ctx = document.getElementById("myLineChart191");
  var myLineChart = new Chart(ctx, {
    type: 'line',
   
      data: {
      labels: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31],
      datasets: [
        {
            label: "50000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(219,39,91,0.5)",
            borderColor: "rgba(219,39,91,0.5)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(219,39,91,0.5)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(219,39,91,0.5)",
            pointHoverBorderColor: "rgba(219,39,91,0.5)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
　　　　　　　borderWidth: 6,
           data:[20,18,18,19,20,20,19,19,20,20,20,20,17,16,17,19,19,18,18,18,18,20,20,18,18,20,18,18,18,20,19],
            spanGaps: false,
        },{
            label: "10000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(130,201,169,0.7)",
            borderColor: "rgba(130,201,169,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(130,201,169,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(130,201,169,0.7)",
            pointHoverBorderColor: "rgba(130,201,169,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,
borderWidth: 6,
               data:[16,17,17,18,19,15,14,17,16,16,18,18,13,15,16,18,17,17,17,17,17,14,12,17,17,14,17,17,17,13,12],
            spanGaps: false,

 },{
            label: "5000コイン",
            fill: false,
            lineTension: 0.1,
            backgroundColor: "rgba(255,183,76,0.7)",
            borderColor: "rgba(255,183,76,0.7)",
            borderCapStyle: 'butt',
            borderDash: [],
            borderDashOffset: 0.0,
            borderJoinStyle: 'miter',
            pointBorderColor: "rgba(255,183,76,0.7)",
            pointBackgroundColor: "#fff",
            pointBorderWidth: 2,
            pointHoverRadius: 5,
            pointHoverBackgroundColor: "rgba(255,183,76,0.7)",
            pointHoverBorderColor: "rgba(255,183,76,0.7)",
            pointHoverBorderWidth: 2,
            pointRadius: 1,
            pointHitRadius: 10,borderWidth: 6,
              data:[15,16,16,17,18,14,12,16,15,15,17,17,12,16,15,17,16,16,16,16,16,13,11,16,16,13,16,16,16,12,11],
            spanGaps: false,
     
 }
      ],
    },
  options: {
      title: {
        display: true,
        text: '2019年1月のAmazonコイン割引率'
      },
      scales: {
xAxes: [{
          ticks: {
            suggestedMax: 31,
            suggestedMin: 1,
            maxTicksLimit: 10,
            fontSize: 12,
            callback: function(value, index, values){
              return  value +  '日'
            }
          }
        }],
        yAxes: [{
          ticks: {
            suggestedMax: 25,
            suggestedMin: 10,
            stepSize: 5,
            callback: function(value, index, values){
              return  value +  '％'
            }
          }
        }]
      },
    }
  });
  </script>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>【毎日更新】Amazonコインの現在の値段をチェックしよう【お得に課金】</title>
		<link>https://white-cat-project.an-channel.com/post-7690</link>
					<comments>https://white-cat-project.an-channel.com/post-7690#respond</comments>
		
		<dc:creator><![CDATA[あん]]></dc:creator>
		<pubDate>Wed, 05 Dec 2018 16:30:54 +0000</pubDate>
				<category><![CDATA[Amazonコイン情報]]></category>
		<guid isPermaLink="false">https://white-cat-project.an-channel.com/?p=7690</guid>

					<description><![CDATA[Amazonコインの値段の一覧ページです。 毎日の様に変化するお値段を チェックしておりますAmazonコイン購入の際の参考になれば幸いです。 Amazonコインの 値段一覧表 ※コインの数字タップで各Amazonコイン [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="insert-read">
<p>Amazonコインの値段の一覧ページです。</p>
<p>毎日の様に変化するお値段を チェックしております<br />Amazonコイン購入の際の参考になれば幸いです。</p>
</div>
<h2>Amazonコインの 値段一覧表</h2>
<p>※コインの数字タップで各Amazonコインのページに飛びます。</p>
<div class="n21">
<table>
<thead>
<tr>
<td>コイン</td>
<td>値段</td>
<td>割引率</td>
</tr>
</thead>
<tbody class="right">
<tr>
<td class="right"><a rel="nofollow noopener" target="_blank" href="https://amzn.to/2PlMrtA">50,000コイン</a></td>
<td class="right">41,000円</td>
<td class="right">18%</td>
</tr>
<tr>
<td class="right"><a rel="nofollow noopener" target="_blank" href="https://amzn.to/2BsFrbF">10,000コイン</a></td>
<td class="right">8,400円</td>
<td class="right">16%</td>
</tr>
<tr>
<td class="right"><a rel="nofollow noopener" target="_blank" href="https://amzn.to/2Ld99kr">5,000コイン</a></td>
<td class="right">4,300円</td>
<td class="right">14%</td>
</tr>
<tr>
<td class="right"><a rel="nofollow noopener" target="_blank" href="https://amzn.to/2PneAAJ">2,500コイン</a></td>
<td class="right">2,175円</td>
<td class="right">13%</td>
</tr>
<tr>
<td class="right"><a rel="nofollow noopener" target="_blank" href="https://amzn.to/2BwvMRg">1,000コイン</a></td>
<td class="right">900円</td>
<td class="right">10%</td>
</tr>
<tr>
<td class="right"><a rel="nofollow noopener" target="_blank" href="https://amzn.to/2Pq2tCE">500コイン</a></td>
<td class="right">475円</td>
<td class="right">5%</td>
</tr>
</tbody>
</table>
</div>


<div class="wp-block-cocoon-blocks-toggle-box toggle-wrap tb-red block-box"><input id="toggle-checkbox-20190111000955" class="toggle-checkbox" type="checkbox"/><label class="toggle-button" for="toggle-checkbox-20190111000955">注意事項</label><div class="toggle-content">
<div class="wp-block-cocoon-blocks-iconlist-box iconlist-box blank-box list-check block-box has-border-color has-icon-color has-white-border-color has-red-icon-color"><div class="iconlist-title"></div>
<ul class="wp-block-list"><li>コイン欄の数字をタップで Amazonコイン各種のページに飛びます そちらで正確なお値段を確認してからご購入してください。</li><li>5000コイン以上は毎日更新予定。 (夜1時頃または早朝更新)</li><li>2500コイン以下はあまり値段が変わらないので更新してません。&nbsp; 参考値と思ってください。</li></ul>
</div>
</div></div>



<div class="insert-read">  <a rel="follow" target="_self" href="https://white-cat-project.an-channel.com/post-14201">https://white-cat-project.an-channel.com/post-14201</a>
<p>↑過去の割引率グラフはこちらから↑ </p>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://white-cat-project.an-channel.com/post-7690/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
