@charset "utf-8";

html, body {
	margin: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}

/*------------
  common
------------*/

.container {
  position: relative;
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
}

article#content .entry-content {
	font-size: 1rem;
}


/*
  campaign
------------*/

#campaign {
  text-align: center;
}
#campaign .campaign-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
#campaign .campaign-image {
  margin: 40px auto;
}
#campaign .campaign-txt {
  margin: 30px auto;
  font-size: 16px;
  line-height: 2;
}
#campaign .campaign-txt .txt-ttl {
  font-weight: 700;
}


/*
  post
------------*/

#post {
  margin-bottom: 40px;
  text-align: center;
}
#post .post-ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
#post .post-image {
  margin: 20px auto;
}
#post .post-txt {
  font-size: 16px;
  line-height: 2;
}


/*
  rewards
------------*/

#rewards .rewards-ttl {
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
#rewards .rewards-txt {
  margin: 0 auto 30px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
#rewards .rewards-item {
  margin: 40px auto;
}
#rewards .rewards-item h2 {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
#rewards .rewards-item .item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#rewards .rewards-item .item-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
}
#rewards .rewards-item ._two .item-box {
  width: auto;
}
#rewards .rewards-item .item-box hr {
  margin: 1rem 0;
  border: none;
}
#rewards .rewards-item .item-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  margin: auto 0;
}
#rewards .rewards-item .item-image .image-block {
  width: 100%;
  max-width: calc(675px / 3);
  padding: 0 10px;
  text-align: center;
}
#rewards .rewards-item .item-image .image-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#rewards .rewards-item .item-detail {
  margin-top: auto;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
#rewards .rewards-item .item-detail a {
  display: inline-block;
  padding: 0 25px;
  border: 1px solid #000000;
  border-radius: 100px;
}
/*
  add
------------*/
article#content .entry-content p {
    font-size: 1.0rem;
    line-height: 1.8;
}
