@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,700,500,600);
.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font_noto_Sans {
  font-family: 'Noto Sans Japanese', serif;
  font-weight: 300;
}
.font_open_Sans_bold {
  font-family: 'Open Sans', 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
}
.font_work_Sans_bold {
  font-family: 'Work Sans', 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
}
.font_work_Sans_mid {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}
.font_work_Sans {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-size: 15px;
  line-height: 1.4;
  color: #1a1a1a;
  background-color: #ffffff;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.cn {
  font-family: 'SimSun', 'MS UI Gothic', 'Hei', 'sans-serif';
}
body.cn header nav li a {
  font-family: 'SimSun', 'MS UI Gothic', 'Hei', 'sans-serif';
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  vertical-align: bottom;
}
li {
  list-style-type: none;
}
a {
  color: #1a1a1a;
  text-decoration: none;
}
a:hover {
  color: #1a1a1a;
}
.hover {
  cursor: pointer;
}
.hover:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
body > nav {
  background: url('../images/bg03.jpg') top left repeat;
  padding: 0 0 40px 0;
}
body > nav ul {
  text-align: center;
}
body > nav ul li {
  display: inline-block;
  margin: 0 10px;
}
body > nav ul li a {
  color: #ffffff;
  font-size: 13px;
}
body > nav ul li a:hover {
  color: #ffffff;
  cursor: pointer;
}
body > nav ul li a:hover:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 9000;
  background-color: #000000;
  *zoom: 1;
}
header.home {
  background-color: transparent;
}
header h1 {
  float: left;
  margin-left: 20px;
  padding-top: 15px;
}
header nav {
  float: left;
  margin-left: 30px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
header nav .bg {
  display: none;
}
header nav ul {
  margin-top: 26px;
  *zoom: 1;
}
header nav ul li {
  float: left;
  margin-right: 20px;
}
header nav ul li a {
  display: block;
  font-size: 15px;
  color: #c1b882;
  letter-spacing: .1em;
  padding: 10px 0;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  position: relative;
}
header nav ul li a:hover {
  color: #c1b882;
  text-decoration: none;
}
header nav ul li a::after {
  content: ' ';
  position: absolute;
  display: block;
  left: 0;
  bottom: 8px;
  width: 0;
  height: 1px;
  background-color: #c1b882;
  --webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header nav ul li a.in::after {
  width: 100%;
}
header nav ul li a.out::after {
  width: 0;
  left: 100%;
}
header nav ul:before,
header nav ul:after {
  content: ' ';
  display: table;
}
header nav ul:after {
  clear: both;
}
header #lang {
  float: right;
  height: 25px;
  padding-top: 27px;
  margin-right: 20px;
}
header #lang ul {
  border: 1px solid #ffffff;
  *zoom: 1;
}
header #lang ul li {
  width: 36px;
  text-align: center;
  float: left;
}
header #lang ul li + li {
  border-left: 1px solid #ffffff;
}
header #lang ul li a {
  display: block;
  color: #ffffff;
  font-size: 11px;
  line-height: 23px;
  letter-spacing: .3em;
  margin-right: -0.3em;
}
header #lang ul li a:hover {
  text-decoration: none;
}
header #lang ul li.current,
header #lang ul li:hover {
  background-color: #c1b882;
}
header #lang ul:before,
header #lang ul:after {
  content: ' ';
  display: table;
}
header #lang ul:after {
  clear: both;
}
header #sp_menu {
  display: none;
}
header:before,
header:after {
  content: ' ';
  display: table;
}
header:after {
  clear: both;
}
@media screen and (max-width: 740px) {
  header {
    position: fixed;
    height: 60px;
  }
  header.home {
    background-color: #000000;
  }
  header h1 {
    float: left;
    margin-left: 15px;
    padding-top: 15px;
  }
  header h1 img {
    width: 130px;
    height: auto;
  }
  header nav {
    display: none;
    float: none;
    position: absolute;
    z-index: 200000;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.95);
  }
  header nav .bg {
    display: block;
    position: absolute;
    bottom: 80px;
    left: 40px;
    right: 40px;
    padding-top: 177.777777%;
    opacity: .3;
  }
  header nav ul {
    margin-top: 0;
  }
  header nav ul li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #c1b882;
    position: relative;
    z-index: 200000;
  }
  header nav ul li a {
    line-height: 50px;
    padding-left: 20px;
    color: #333333;
  }
  header nav ul li a::after {
    display: none;
  }
  header nav ul li.current a {
    background-color: #c1b882;
    color: #ffffff;
  }
  header.open nav {
    display: block;
  }
  header.open #sp_menu::before {
    display: none;
  }
  header.open #sp_menu span.b1 {
    opacity: 0;
  }
  header.open #sp_menu span.b2 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 29px;
  }
  header.open #sp_menu span.b3 {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 29px;
  }
  header #lang {
    margin-right: 62px;
    padding-top: 18px;
  }
  header #sp_menu {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }
  header #sp_menu span {
    display: block;
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #ffffff;
    top: 29px;
    left: 16px;
    --webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header #sp_menu span.b2 {
    top: 20px;
  }
  header #sp_menu span.b3 {
    top: 38px;
  }
}
#notice {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
  background-color: #000000;
}
footer {
  background-color: #efefef;
  padding: 25px 0;
}
footer .community {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
}
footer .community ul {
  *zoom: 1;
}
footer .community ul li {
  width: 185px;
  float: left;
}
footer .community ul li + li {
  margin-left: 18.75px;
}
footer .community ul:before,
footer .community ul:after {
  content: ' ';
  display: table;
}
footer .community ul:after {
  clear: both;
}
footer .right {
  margin-bottom: 15px;
}
footer .right ul {
  text-align: center;
}
footer .right ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
footer .right ul li.r1 {
  padding-top: 6px;
}
footer .right ul li.r2 {
  padding-top: 1px;
}
footer .nav {
  margin-bottom: 30px;
}
footer .nav ul {
  text-align: center;
}
footer .nav ul li {
  display: inline-block;
  margin: 0 5px;
}
footer .nav ul li a {
  display: block;
  font-size: 12px;
}
footer .nav .tw {
  margin-bottom: 20px;
}
footer .nav .tw li a {
  color: #1da1f2;
  font-size: 13px;
}
footer .nav .tw li a img {
  vertical-align: middle;
  margin-right: 3px;
  width: 24px;
  height: auto;
}
footer .copy {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 740px) {
  #notice {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    padding: 20px;
    background-color: #000000;
  }
  footer {
    padding: 20px 0;
  }
  footer .community {
    width: auto;
    margin: 0 20px;
    margin-bottom: 20px;
    overflow-x: scroll;
  }
  footer .community ul {
    width: 760px;
    *zoom: 1;
  }
  footer .community ul li {
    width: 140px;
    float: left;
  }
  footer .community ul li + li {
    margin-left: 15px;
  }
  footer .community ul li img {
    width: 140px;
    height: auto;
  }
  footer .community ul:before,
  footer .community ul:after {
    content: ' ';
    display: table;
  }
  footer .community ul:after {
    clear: both;
  }
  footer .right {
    margin-bottom: 15px;
  }
  footer .right ul {
    text-align: center;
  }
  footer .right ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
  }
  footer .right ul li.r1 {
    padding-top: 6px;
  }
  footer .right ul li.r2 {
    padding-top: 1px;
  }
  footer .nav {
    margin-bottom: 15px;
  }
  footer .nav ul {
    text-align: center;
  }
  footer .nav ul li {
    display: inline-block;
    margin: 0 5px;
  }
  footer .nav ul li a {
    display: block;
    font-size: 12px;
  }
  footer .copy {
    font-size: 12px;
    text-align: center;
  }
}
#pagetop {
  position: fixed;
  z-index: -1;
  bottom: 25px;
  right: 25px;
  opacity: 0;
  --webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#pagetop.show {
  opacity: 1;
  z-index: 30;
}
#pagetop:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  cursor: pointer;
}
#pagetop:hover:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 768px) {
  #pagetop {
    position: fixed;
    z-index: -1;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    --webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #pagetop.show {
    opacity: .7;
  }
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 58px;
  background-color: #000000;
}
.section {
  padding: 70px 0 80px 0;
  text-align: center;
}
.section h2 {
  font-family: 'Open Sans', 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #59493f;
  margin-bottom: 70px;
  display: inline-block;
  padding: 0 250px;
  letter-spacing: -1px;
  background: url('../images/header.png') left -240px center no-repeat, url('../images/header.png') right -240px center no-repeat;
}
.section h2.s {
  line-height: 76px;
}
.section h2.sm {
  line-height: 60px;
  font-size: 25px;
  margin-bottom: 40px;
  background: none;
  padding: 0 200px;
  background: url('../images/header_s.png') left -190px center no-repeat, url('../images/header_s.png') right -190px center no-repeat;
}
.section h2.d {
  line-height: 30px;
}
.section .inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .section h2 {
    font-size: 32px;
  }
  .section .inner {
    width: auto;
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0 40px 0;
  }
  .section h2 {
    font-size: 27px;
    margin-bottom: 30px;
    padding: 0;
    letter-spacing: 0;
    background: none;
    line-height: 1.4;
  }
  .section h2.s {
    line-height: 1.4;
  }
  .section h2.sm {
    line-height: 1.4;
    font-size: 18px;
    margin-bottom: 20px;
    background: none;
    padding: 0;
  }
}
.top {
  overflow: hidden;
  position: relative;
}
.top .bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -350px;
  bottom: -100px;
  -webkit-animation: spin 180s linear infinite;
  -moz-animation: spin 180s linear infinite;
  -ms-animation: spin 180s linear infinite;
  -o-animation: spin 180s linear infinite;
  animation: spin 180s linear infinite;
}
.top h2 {
  color: #c1b882;
  position: relative;
  z-index: 11;
  margin-bottom: 40px;
}
.top .thankyou {
  color: #c1b882;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
.top .inner {
  position: relative;
  z-index: 10;
  *zoom: 1;
}
.top .inner .banner {
  float: left;
}
.top .inner .banner .copy {
  text-align: left;
  color: #fff7cc;
  font-size: 14px;
  margin-top: 5px;
}
.top .inner .banner .copy span {
  font-size: 20px;
  vertical-align: middle;
}
.top .inner .detail {
  margin-left: 570px;
  color: #c1b882;
}
.top .inner .detail .thankyousp {
  display: none;
}
.top .inner .detail .meta {
  text-align: left;
  font-size: 0;
  margin-bottom: 30px;
}
.top .inner .detail .meta dl {
  display: inline-block;
  width: 50%;
}
.top .inner .detail .meta dl:first-child {
  width: 100%;
  margin-bottom: 25px;
}
.top .inner .detail .meta dl dt {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.top .inner .detail .meta dl dt i {
  display: inline-block;
  margin-right: 5px;
  margin-top: -3px;
  width: 20px;
  height: 20px;
  background: url('../images/icons.png') no-repeat;
  background-size: 68px 40px;
  vertical-align: middle;
}
.top .inner .detail .meta dl dt i.supporter {
  background-position: -40px 0;
}
.top .inner .detail .meta dl dt i.days {
  background-position: -20px 0;
}
.top .inner .detail .meta dl dd {
  font-size: 40px;
  color: #fff7cc;
  font-family: 'Work Sans', 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
}
.top .inner .detail .meta dl dd span {
  font-size: 20px;
  margin-left: 10px;
}
.top .inner .detail .meta.eng dl {
  width: auto;
  margin-right: 25px;
}
.top .inner .detail .meta .date {
  display: inline-block;
  font-size: 13px;
  border: 1px solid #c1b882;
  padding: 3px 30px;
  margin-top: 10px;
}
.top .inner .detail p {
  font-size: 15px;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 30px;
}
.top .inner .detail .navi ul {
  text-align: left;
}
.top .inner .detail .navi ul li {
  display: inline-block;
  margin-right: 15px;
}
.top .inner .detail .navi ul li a {
  display: inline-block;
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 17px;
  padding-right: 25px;
  margin-right: 5px;
  border-bottom: 1px solid transparent;
  background: url('../images/ar.png') right center no-repeat;
}
.top .inner .detail .navi ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
.top .inner .detail .navi ul li a:focus {
  text-decoration: none;
}
.top .inner:before,
.top .inner:after {
  content: ' ';
  display: table;
}
.top .inner:after {
  clear: both;
}
@media screen and (max-width: 1000px) {
  .top .inner .banner img {
    width: 400px;
    height: auto;
  }
  .top .inner .detail {
    margin-left: 420px;
  }
  .top .inner .detail .meta dl {
    display: inline-block;
    width: auto;
  }
  .top .inner .detail .meta dl:first-child {
    width: 100%;
    margin-bottom: 25px;
  }
  .top .inner .detail .meta dl + dl {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top {
    padding-top: 0;
  }
  .top h2 {
    display: none;
  }
  .top .thankyou {
    display: none;
  }
  .top .inner {
    padding: 0;
    margin: 0;
  }
  .top .inner .banner {
    float: none;
    position: relative;
  }
  .top .inner .banner img {
    width: 100%;
    height: auto;
  }
  .top .inner .banner .copy {
    position: absolute;
    top: 3px;
    left: 5px;
    margin: 0;
    font-size: 13px;
  }
  .top .inner .banner .copy span {
    font-size: 13px;
    color: #fff7cc;
  }
  .top .inner .detail {
    margin-left: 0;
    padding: 20px;
  }
  .top .inner .detail .thankyousp {
    display: block;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .top .inner .detail .meta {
    text-align: left;
    font-size: 0;
    margin-bottom: 30px;
  }
  .top .inner .detail .meta dl {
    display: inline-block;
    width: auto;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .top .inner .detail .meta dl:first-child {
    margin-bottom: 15px;
    width: 100%;
  }
  .top .inner .detail .meta dl + dl {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .top .inner .detail .meta dl:last-child {
    margin-right: 0;
  }
  .top .inner .detail .meta.eng dl {
    margin-bottom: 10px;
  }
  .top .inner .detail .meta .date {
    padding: 3px 15px;
  }
}
.reward {
  position: relative;
  z-index: 10;
  background: url('../images/bg01.jpg') top left repeat;
}
.reward:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  top: -20px;
  left: 0;
  background: url('../images/sp01.png') top left repeat-x;
}
.reward .inner .item {
  padding: 0 25px;
  *zoom: 1;
}
.reward .inner .item + .item {
  border-top: 1px solid #999999;
  padding-top: 60px;
  margin-top: 60px;
}
.reward .inner .item:before,
.reward .inner .item:after {
  content: ' ';
  display: table;
}
.reward .inner .item:after {
  clear: both;
}
.reward .inner .item .banner {
  float: left;
  width: 600px;
  text-align: center;
}
.reward .inner .item .banner img {
  width: 600px;
  height: auto;
}
.reward .inner .item .right {
  margin-left: 630px;
  text-align: left;
}
.reward .inner .item .right form {
  display: none;
}
.reward .inner .item .right h3 {
  font-family: 'Work Sans', 'Noto Sans Japanese', sans-serif;
  font-size: 33px;
  font-weight: 700;
  color: #59493f;
  margin-bottom: 20px;
  text-align: center;
  background: url('../images/reword/title.png') center bottom no-repeat;
}
.reward .inner .item .right h3 span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.reward .inner .item .right > ul {
  margin-bottom: 20px;
  background: url('../images/bg04.png') top left repeat;
  border: 1px solid #bbbbbb;
  padding: 0 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.reward .inner .item .right > ul li {
  padding: 15px 0;
}
.reward .inner .item .right > ul li + li {
  border-top: 1px solid #e6e6e6;
}
.reward .inner .item .right > ul li h4 {
  font-size: 15px;
  line-height: 1.6;
  text-indent: -26px;
  padding-left: 26px;
}
.reward .inner .item .right > ul li h4 i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/icons.png') 0 -20px no-repeat;
  background-size: 68px 40px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 6px;
}
.reward .inner .item .right > ul li .disc {
  color: #4d4d4d;
  font-size: 14px;
  margin-top: 8px;
  margin-left: 25px;
  font-weight: normal;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4;
}
.reward .inner .item .right > ul li .disc a {
  color: #2bde73;
  font-weight: bold;
  border-bottom: 1px solid #2bde73;
}
.reward .inner .item .right .lim {
  margin-top: -15px;
  text-align: center;
  margin-bottom: 21px;
  font-size: 14px;
  background-color: #c1b882;
  padding: 7px 0;
  color: white;
  border-radius: 4px;
  opacity: .8;
}
.reward .inner .item .right .deli,
.reward .inner .item .right .ship {
  color: #666666;
  font-size: 14px;
  margin-bottom: 20px;
}
.reward .inner .item .right .deli i,
.reward .inner .item .right .ship i {
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url('../images/icons.png') -15px -15px no-repeat;
  background-size: 51px 30px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.reward .inner .item .right .deli {
  text-indent: -28px;
  padding-left: 28px;
}
.reward .inner .item .right .ship {
  margin-top: -10px;
}
.reward .inner .item .right .ship i {
  background-position: -33px -15px;
}
.reward .inner .item .right .block {
  padding-top: 20px;
  border-top: 1px dashed #ccc;
}
.reward .inner .item .right .block + .block {
  margin-top: 20px;
}
.reward .inner .item .right .block h5 {
  font-size: 15px;
  font-weight: bold;
  color: #5a493e;
  margin-bottom: 10px;
}
.reward .inner .item .right .block p {
  font-size: 13px;
  margin-bottom: 10px;
}
.reward .inner .item .right .m + p {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  color: red;
}
.reward .inner .item .right .btn {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  position: relative;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  background-color: #2bde73;
  padding: 15px 0;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #2bde73;
  --webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transition: padding 0s linear;
  -o-transition: padding 0s linear;
  transition: padding 0s linear;
}
.reward .inner .item .right .btn img {
  display: none;
}
.reward .inner .item .right .btn span i {
  font-size: 13px;
  margin-left: 8px;
  font-style: normal;
}
.reward .inner .item .right .btn:hover {
  text-decoration: none;
  color: #2bde73;
  background-color: #ffffff;
}
.reward .inner .item .right .btn.load {
  background-color: #ffffff;
  padding: 5px 0 4px 0;
}
.reward .inner .item .right .btn.load span {
  display: none;
}
.reward .inner .item .right .btn.load img {
  display: inline-block;
}
.reward .inner .item .right .btn.m {
  background-color: #cccccc;
  border: none;
  cursor: default;
}
.reward .inner .item .right .btn.m:hover {
  background-color: #cccccc;
  color: #ffffff;
  padding: 15px 0;
}
.reward.eng .inner .right ul li h4 .disc {
  text-indent: 0;
  margin-left: 0;
}
@media screen and (max-width: 1000px) {
  .reward .inner .item .banner {
    width: auto;
  }
  .reward .inner .item .banner img {
    width: 350px;
    height: auto;
  }
  .reward .inner .item .right {
    margin-left: 380px;
  }
}
@media screen and (max-width: 768px) {
  .reward .inner .item {
    padding: 0;
    *zoom: 1;
  }
  .reward .inner .item + .item {
    padding-top: 20px;
    margin-top: 20px;
  }
  .reward .inner .item:before,
  .reward .inner .item:after {
    content: ' ';
    display: table;
  }
  .reward .inner .item:after {
    clear: both;
  }
  .reward .inner .item .banner {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  .reward .inner .item .banner img {
    width: 100%;
    height: auto;
  }
  .reward .inner .item .right {
    margin-left: 0;
  }
  .reward .inner .item .right h3 {
    font-size: 24px;
    margin-bottom: 10px;
    background-size: contain;
  }
  .reward .inner .item .right h3 span {
    font-size: 16px;
  }
  .reward .inner .item .right > ul {
    margin-bottom: 20px;
  }
  .reward .inner .item .right > ul li h4 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .reward .inner .item .right > ul li .disc {
    margin-top: 3px;
  }
  .reward .inner .item .right .deli,
  .reward .inner .item .right .ship {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .reward .inner .item .right .buy a {
    font-size: 16px;
    color: #ffffff;
  }
}
#goal {
  position: relative;
  background: url('../images/bg02.jpg') top left repeat;
}
#goal:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 40px;
  top: -20px;
  left: 0;
  background: url('../images/sp02.png') top left repeat-x;
}
@media screen and (max-width: 768px) {
  #goal .inner img {
    width: 100%;
    height: auto;
  }
}
#faq,
.static {
  position: relative;
  background: url('../images/bg03.jpg') top left repeat;
}
#faq:after,
.static:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  top: -20px;
  left: 0;
  background: url('../images/sp03.png') top left repeat-x;
}
#faq .inner,
.static .inner {
  width: 940px;
  padding: 60px 0;
  background: url('../images/pTop.png') top left no-repeat, url('../images/pBottom.png') bottom left no-repeat;
}
#faq .inner .wrap,
.static .inner .wrap {
  padding: 30px 0 20px 0;
  background: url('../images/pBody.png') top left repeat-y;
}
#faq .inner .faq,
.static .inner .faq,
#faq .inner .enquete,
.static .inner .enquete {
  padding: 0 120px;
  text-align: left;
  font-size: 16px;
}
#faq .inner .faq .qa,
.static .inner .faq .qa,
#faq .inner .enquete .qa,
.static .inner .enquete .qa {
  margin-bottom: 35px;
  line-height: 1.75;
  text-indent: -1.7em;
  margin-left: 1.7em;
}
#faq .inner .faq .qa .q,
.static .inner .faq .qa .q,
#faq .inner .enquete .qa .q,
.static .inner .enquete .qa .q {
  font-weight: bold;
  margin-bottom: 5px;
}
#faq .inner .faq .qa .q:before,
.static .inner .faq .qa .q:before,
#faq .inner .enquete .qa .q:before,
.static .inner .enquete .qa .q:before {
  content: 'Q.';
  margin-right: 10px;
}
#faq .inner .faq .qa .a:before,
.static .inner .faq .qa .a:before,
#faq .inner .enquete .qa .a:before,
.static .inner .enquete .qa .a:before {
  content: 'A.';
  margin-right: 10px;
}
#faq .inner .enquete p,
.static .inner .enquete p {
  font-size: 17px;
  line-height: 1.75;
}
#faq .inner .enquete p span,
.static .inner .enquete p span {
  margin-top: 10px;
  font-size: 14px;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
#faq .inner .enquete b,
.static .inner .enquete b {
  color: #3366ff;
}
#faq .inner .enquete a,
.static .inner .enquete a {
  color: #3366ff;
  text-decoration: underline;
  font-weight: bold;
}
#faq .inner .enquete .b,
.static .inner .enquete .b {
  margin-top: 30px;
}
#faq .inner .enquete .b h3,
.static .inner .enquete .b h3 {
  font-weight: bold;
  font-size: 19px;
}
#faq .inner .enquete .b p,
.static .inner .enquete .b p {
  margin: 10px 0 0 0;
  font-size: 16px;
}
#faq .inner .enquete .b .bb,
.static .inner .enquete .b .bb {
  margin-top: 30px;
}
#faq .inner .enquete .b .bb h4,
.static .inner .enquete .b .bb h4 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
#faq .inner .enquete .b .bb ul li,
.static .inner .enquete .b .bb ul li {
  font-size: 14px;
}
#faq .inner .enquete .b .bb ul li + li,
.static .inner .enquete .b .bb ul li + li {
  margin-top: 2px;
}
@media screen and (max-width: 1000px) {
  #faq .inner,
  .static .inner {
    width: auto;
    margin: 0 20px;
    padding: 45px 0;
    background: url('../images/pTop.png') top left no-repeat, url('../images/pBottom.png') bottom left no-repeat;
    background-size: contain;
  }
  #faq .inner .wrap,
  .static .inner .wrap {
    padding: 30px 0 20px 0;
    background: url('../images/pBody.png') top left repeat-y;
    background-size: contain;
  }
  #faq .inner .faq,
  .static .inner .faq,
  #faq .inner .enquete,
  .static .inner .enquete {
    padding: 0 80px;
  }
  #faq .inner .faq .qa,
  .static .inner .faq .qa,
  #faq .inner .enquete .qa,
  .static .inner .enquete .qa {
    margin-bottom: 35px;
    line-height: 1.75;
    text-indent: -1.7em;
    margin-left: 1.7em;
  }
  #faq .inner .faq .qa .q,
  .static .inner .faq .qa .q,
  #faq .inner .enquete .qa .q,
  .static .inner .enquete .qa .q {
    font-weight: bold;
    margin-bottom: 5px;
  }
  #faq .inner .faq .qa .q:before,
  .static .inner .faq .qa .q:before,
  #faq .inner .enquete .qa .q:before,
  .static .inner .enquete .qa .q:before {
    content: 'Q.';
    margin-right: 10px;
  }
  #faq .inner .faq .qa .a:before,
  .static .inner .faq .qa .a:before,
  #faq .inner .enquete .qa .a:before,
  .static .inner .enquete .qa .a:before {
    content: 'A.';
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #faq,
  .static {
    padding-top: 50px;
  }
  #faq .inner,
  .static .inner {
    width: auto;
    margin: 0 10px;
    padding: 15px 0;
  }
  #faq .inner h2,
  .static .inner h2 {
    margin-bottom: 20px;
  }
  #faq .inner .wrap,
  .static .inner .wrap {
    padding: 20px 35px;
  }
  #faq .inner .faq,
  .static .inner .faq,
  #faq .inner .enquete,
  .static .inner .enquete {
    padding: 0;
    font-size: 15px;
  }
  #faq .inner .faq .qa,
  .static .inner .faq .qa,
  #faq .inner .enquete .qa,
  .static .inner .enquete .qa {
    margin-bottom: 30px;
  }
  #faq .inner .faq .qa .q,
  .static .inner .faq .qa .q,
  #faq .inner .enquete .qa .q,
  .static .inner .enquete .qa .q {
    margin-bottom: 0;
  }
}
.static {
  padding-top: 35px;
}
.static:after {
  display: none;
}
.static .inner {
  margin-bottom: 40px;
}
.static .inner .wrap .list {
  width: 660px;
  margin: 0 auto;
  text-align: left;
}
.static .inner .wrap .list dl {
  padding: 35px 0;
  font-size: 15px;
  *zoom: 1;
}
.static .inner .wrap .list dl + dl {
  border-top: 1px solid #999999;
}
.static .inner .wrap .list dl dt {
  font-weight: bold;
  float: left;
  line-height: 1.75;
}
.static .inner .wrap .list dl dd {
  margin-left: 250px;
  line-height: 1.75;
}
.static .inner .wrap .list dl:before,
.static .inner .wrap .list dl:after {
  content: ' ';
  display: table;
}
.static .inner .wrap .list dl:after {
  clear: both;
}
.static .inner .wrap .body {
  width: 660px;
  margin: 0 auto;
  text-align: left;
}
.static .inner .wrap .body .block {
  margin-bottom: 30px;
  font-size: 13px;
}
.static .inner .wrap .body .block h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.static .inner .wrap .body .block p {
  line-height: 1.75;
  margin-bottom: 10px;
}
.static .inner .wrap .body .block p.preface {
  font-size: 15px;
}
.static .inner .wrap .body .block > ol {
  counter-reset: list;
  text-indent: -22px;
  margin-left: 22px;
}
.static .inner .wrap .body .block > ol > li {
  counter-increment: list;
  line-height: 1.75;
  margin-bottom: 5px;
}
.static .inner .wrap .body .block > ol > li:before {
  content: "(" counter(list) ")";
  margin-right: 5px;
}
.static .inner .wrap .body .block > ol > li ol {
  margin-left: 22px;
  text-indent: 0;
  margin-top: 3px;
}
.static .inner .wrap .body .block > ol > li ol li {
  list-style-type: lower-alpha;
  line-height: 1.75;
}
.static .btn a {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.static .btn a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 1000px) {
  .static .inner .wrap .list {
    width: auto;
    margin: 0 80px;
  }
  .static .inner .wrap .list dl {
    padding: 30px 0;
  }
  .static .inner .wrap .body {
    width: auto;
    margin: 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .static {
    padding-top: 20px;
  }
  .static .inner {
    margin-bottom: 20px;
  }
  .static .inner .wrap .list {
    width: auto;
    margin: 0;
  }
  .static .inner .wrap .list dl {
    padding: 25px 0;
  }
  .static .inner .wrap .list dl + dl {
    border-top: 1px solid #999999;
  }
  .static .inner .wrap .list dl dt {
    float: none;
    margin-bottom: 5px;
  }
  .static .inner .wrap .list dl dd {
    margin-left: 0;
  }
  .static .inner .wrap .body {
    width: auto;
    margin: 0;
  }
  .static .btn a {
    display: block;
    margin: 0 auto;
  }
  .static .btn a img {
    width: 100%;
    height: auto;
  }
}
#modal,
#modal2 {
  display: none;
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
#modal:before,
#modal2:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
#modal .p1 .attention,
#modal2 .p1 .attention {
  font-size: 13px;
  font-weight: bold;
  color: red;
  margin: 10px 0;
  text-align: center;
  line-height: 1.75;
}
#modal .p1 .attention a,
#modal2 .p1 .attention a {
  display: inline-block;
  color: #c1b882;
  text-decoration: underline;
  cursor: pointer;
}
#modal .p1 .attention a:hover,
#modal2 .p1 .attention a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
#modal .p1 .next,
#modal2 .p1 .next {
  border: 1px solid #2bde73;
  background-color: #2bde73;
  color: #ffffff;
  padding: 10px 30px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  --webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#modal .p1 .next:hover,
#modal2 .p1 .next:hover {
  background-color: #ffffff;
  color: #2bde73;
}
#modal .p1 .next img,
#modal2 .p1 .next img {
  display: none;
}
#modal .p1 .next.load,
#modal2 .p1 .next.load {
  background-color: #ffffff;
  padding: 5px 0 4px 0;
}
#modal .p1 .next.load span,
#modal2 .p1 .next.load span {
  display: none;
}
#modal .p1 .next.load img,
#modal2 .p1 .next.load img {
  display: inline-block;
}
#modal .p1 .term,
#modal2 .p1 .term {
  height: 160px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #bbb;
}
#modal .p1 .term .block,
#modal2 .p1 .term .block {
  margin-bottom: 10px;
  font-size: 13px;
}
#modal .p1 .term .block h3,
#modal2 .p1 .term .block h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
#modal .p1 .term .block p,
#modal2 .p1 .term .block p {
  line-height: 1.75;
  margin-bottom: 10px;
}
#modal .p1 .term .block p.preface,
#modal2 .p1 .term .block p.preface {
  font-size: 15px;
}
#modal .p1 .term .block > ol,
#modal2 .p1 .term .block > ol {
  counter-reset: list;
  text-indent: -22px;
  margin-left: 22px;
}
#modal .p1 .term .block > ol > li,
#modal2 .p1 .term .block > ol > li {
  counter-increment: list;
  line-height: 1.75;
  margin-bottom: 5px;
}
#modal .p1 .term .block > ol > li:before,
#modal2 .p1 .term .block > ol > li:before {
  content: "(" counter(list) ")";
  margin-right: 5px;
}
#modal .p1 .term .block > ol > li ol,
#modal2 .p1 .term .block > ol > li ol {
  margin-left: 22px;
  text-indent: 0;
  margin-top: 3px;
}
#modal .p1 .term .block > ol > li ol li,
#modal2 .p1 .term .block > ol > li ol li {
  list-style-type: lower-alpha;
  line-height: 1.75;
}
#modal .p2,
#modal2 .p2 {
  display: none;
}
#modal .box,
#modal2 .box {
  width: 440px;
  background: url('../images/bg04.png') top left repeat;
  border: 1px solid #bbb;
  display: inline-block;
  vertical-align: middle;
  padding: 30px 40px;
  text-align: left;
  position: relative;
}
#modal .box .cls,
#modal2 .box .cls {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#modal .box .cls:hover,
#modal2 .box .cls:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
#modal .box .cls span,
#modal2 .box .cls span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #59493f;
  position: absolute;
  left: 3px;
  top: 11px;
}
#modal .box .cls span.b1,
#modal2 .box .cls span.b1 {
  transform: rotate(45deg);
}
#modal .box .cls span.b2,
#modal2 .box .cls span.b2 {
  transform: rotate(-45deg);
}
#modal .box h2,
#modal2 .box h2 {
  font-size: 17px;
  font-weight: bold;
  color: #59493f;
  margin-bottom: 20px;
  text-align: center;
}
#modal .box dl,
#modal2 .box dl {
  padding: 10px 0;
}
#modal .box dl dt,
#modal2 .box dl dt {
  margin-bottom: 2px;
  font-weight: normal;
  font-size: 13px;
}
#modal .box dl dt span,
#modal2 .box dl dt span {
  display: none;
  color: red;
  margin-left: 10px;
  font-size: 10px;
}
#modal .box dl dd input,
#modal2 .box dl dd input {
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
}
#modal .box dl dd input#zipcode,
#modal2 .box dl dd input#zipcode {
  width: 50%;
}
#modal .box dl dd#item_name,
#modal2 .box dl dd#item_name {
  font-weight: bold;
}
#modal .box input[type=submit],
#modal2 .box input[type=submit] {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 1px solid #2bde73;
  background-color: #2bde73;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  --webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#modal .box input[type=submit]:hover,
#modal2 .box input[type=submit]:hover {
  background-color: #ffffff;
  color: #2bde73;
}
@media screen and (max-width: 768px) {
  #modal .box,
  #modal2 .box {
    position: absolute;
    display: block;
    margin: 0;
    left: 15px;
    right: 15px;
    top: 20px;
    bottom: 20px;
    width: auto;
    overflow-y: scroll;
    padding: 20px 15px;
  }
  #modal .box h2,
  #modal2 .box h2 {
    margin-bottom: 15px;
  }
  #modal .box dl,
  #modal2 .box dl {
    padding: 10px 0;
  }
  #modal .box dl dt,
  #modal2 .box dl dt {
    margin-bottom: 2px;
    font-weight: normal;
    font-size: 13px;
  }
  #modal .box dl dd input,
  #modal2 .box dl dd input {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
  #modal .box dl dd input#zipcode,
  #modal2 .box dl dd input#zipcode {
    width: 50%;
  }
  #modal .box dl dd#item_name,
  #modal2 .box dl dd#item_name {
    font-weight: bold;
  }
  #modal .box input[type=submit],
  #modal2 .box input[type=submit] {
    appearance: none;
    margin: 0;
    padding: 0;
    border: 1px solid #2bde73;
    background-color: #2bde73;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    --webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #modal .box input[type=submit]:hover,
  #modal2 .box input[type=submit]:hover {
    background-color: #ffffff;
    color: #2bde73;
  }
}
