@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* 個別タグリセット */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: 12px "M PLUS Rounded 1c";
}

a {
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* --------------------- パーツ
/* 画像回り込み */
.img-float-l {
  display: block;
  float: left;
  width: 32%;
  max-height: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0 1rem 0 0;
  box-sizing: border-box;
}

@media screen and (min-width: 600px) {
  .img-float-l {
    width: auto;
    max-width: 400px;
    max-height: initial;
    padding: 2rem 5.6rem 1rem 0;
  }
}

.img-float-r {
  display: block;
  float: right;
  width: 32%;
  max-height: 160px;
  padding: 0 0 1rem 1rem;
}

@media screen and (min-width: 600px) {
  .img-float-r {
    width: 40%;
    max-width: 260px;
    padding: 0 0 1rem 3rem;
  }
}

/*　テキストリンク */
.text-link {
  color: #0b7575;
  text-decoration: none;
  border-bottom: 1px dotted #0b7575;
  -webkit-transition: .3s;
  transition: .3s;
}

.text-link:hover {
  opacity: .8;
  border-bottom: 1px dotted transparent;
}

/* PCのみ */
.only-pc {
  display: none;
}

@media screen and (min-width: 600px) {
  .only-pc {
    display: block;
  }
}

/* SPのみ */
.only-sp {
  display: block;
}

@media screen and (min-width: 600px) {
  .only-sp {
    display: none;
  }
}

/* マーカー */
.marker-yellow {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 250, 128, 1) 41%, rgba(255, 250, 128, 1) 100%);
  background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 250, 128, 1) 41%, rgba(255, 250, 128, 1) 100%);
  padding: 2px 2px;
  margin-right: 2px;
}

/* hタグ */
h2, h3 {
  font-weight: bold;
  line-height: 1.4;
}


/* 文字色 */
.text-green {
  color: #19A8B2;
}

.text-orange {
  color: #FF8344;
}
/* text-yrllow */
.text-yellow {
  color: #FFE061;
}


/* ポイントボックス */
.point-box {
  background-color: rgba(243, 124, 38, 0.4);
}

/* フォントサイズ */
.text-ss {
  font-size: 0.75em;
}

.text-s {
  font-size: 0.875em;
}

.text-l {
  font-size: 1.125em;
}

/* フォント太字 */
.text-bold {
  font-weight: bold;
}

/* テキストセンタリング */
.centered {
  text-align: center;
}

/* 「報酬 そのx」ラベル */
.reward-label {
  display: block;
  width: 80px;
  margin: 0 auto;
  background: #19A8B2;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .reward-label {
    width: 100px;
    font-size: 2rem;
  }
}




/* ------------------------------------------
　main内CTA用ボタン
------------------------------------------ */
/* 新規登録ボタン */
.register-buttons {
  position: relative;
  /* position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; */
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  z-index: 4;
}

.register-buttons .copy {
  position: relative;
  display: block;
  padding: 0 0 8px;
  font-size: 1.6rem;
  font-weight: bold;
}

.register-buttons .copy::before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: -2rem;
  display: block;
  width: 10px;
  height: 15px;
}

.register-buttons .copy::after {
  content: '';
  position: absolute;
  top: 0.5rem;
  right: -2rem;
  display: block;
  width: 10px;
  height: 15px;
}

.register-buttons .notes {
  display: block;
  margin-top: 8px;
}

.register-buttons li {
  width: 100%;
  max-width: 340px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
}

.register-buttons li a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 280px;
  height: 56px;
  padding: 1rem;
  border-radius: 28px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height:  1.4;
  -webkit-transition: .3s;
  transition: .3s;
}

.register-buttons li a:hover {
  letter-spacing: 2px;
}

@media screen and (min-width: 600px) {
  .register-buttons li a {
    width: 300px;
    height: 56px;
  }
}

.register-buttons li a::after {
  content: '';
  position: absolute;
  right: 1.6rem;
  display: block;
  width: 8px;
  height: 16px;
  background: transparent url(../images/icon-arrow-right-w.png) no-repeat 0 0;
  background-size: contain;
}


/* -- infoQ 新規登録*/
.register-infoq {
  padding: 1rem 2rem 2rem;
  box-sizing: border-box;
}

.register-infoq .copy::before {
  background: transparent url(../images/line-green-left.png) no-repeat 0 0;
  background-size: contain;

}

.register-infoq .copy::after {
  background: transparent url(../images/line-green-right.png) no-repeat 0 0;
  background-size: contain;
}

.register-infoq a {
  background: -webkit-linear-gradient(right, #35bca2 0%, #19A8B2 100%);
  background: linear-gradient(-90deg, #35bca2 0%, #19A8B2 100%);
  box-shadow: 3px 4px 0px rgba(53, 177, 188, 0.45);
}

.register-infoq a:hover {
  box-shadow: 3px 4px 0px rgba(53, 177, 188, 0);
}

/* -- ポイントタウン 新規登録*/
.register-pointTown {
  padding: 1rem 2rem 2rem;
  box-sizing: border-box;
}

.register-pointTown .copy::before {
  background: transparent url(../images/line-orange-left.png) no-repeat 0 0;
  background-size: contain;
}

.register-pointTown .copy::after {
  background: transparent url(../images/line-orange-right.png) no-repeat 0 0;
  background-size: contain;
}


.register-pointTown a {
  background: -webkit-linear-gradient(right, #ffa700 0%, #ff8344 100%);
  background: linear-gradient(-90deg, #ffa700 0%, #ff8344 100%);
  box-shadow: 3px 4px 0px rgba(255, 131, 68, 0.29);
}

.register-pointTown a:hover {
  box-shadow: 3px 4px 0px rgba(255, 131, 68, 0);
}


.register-buttons .register-pointTown .notes {
  color: #FD5500;
}


html {
  font-size: 62.5%;
  height: 100%;
}

body {
  position: relative;
  font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Avenir','Helvetica Neue','Helvetica',Arial,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: .2px;
  color: #3c494b;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 600px) {
  body {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------
　ヘッダー
------------------------------------------ */
.header-inner {
  background: transparent;
  /* position: fixed; */
  z-index: 10;
  width: 100%;
  padding: 1rem 1rem;
  box-sizing: border-box;
  -webkit-transition: .6s;
  transition: .6s;
}

.header-with-box {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 600px) {
  .header-with-box {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .header-with-box {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
  }
}

/* infoQロゴ */
.header-logo {
  display: block;
  width: 104px;
  height: 23px;
  margin: 0 1rem 0 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-logo img {
  height: auto;
}

@media screen and (min-width: 600px) {
  .header-logo {
    width: 180px;
    height: auto;
    margin: 0 2rem 0;
    display: block;
    -webkit-transition: 1s;
    transition: 1s;
  }
}

/* ------------------------------------------
　ナビゲーション　スクロール後固定＆ロゴ表示
------------------------------------------ */
/* ヘッダー背景を透明から白へ */
.header-inner.header-tranform {
  position: fixed;
  /* z-index: 99; */
  background: rgba(255, 255, 255, 96%);
}

/* ------------------------------------------
　登録・ログインボタン
------------------------------------------ */
/* 新規登録・ログインボタン */
.header-buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
    /* margin: 0 32px 0 2rem; */
}

@media screen and (min-width: 769px) {
  .header-buttons {
    margin: 0 0 0 2rem;
  }
}

/* 新規登録ボタン */
.header-inner .register-button {
  width: 100px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  padding: 0 1.6rem;
  border-radius: 18px;
  background: #19A8B2;
  color: #ffffff;
  text-align: center;
  font-size: 0.875em;
  margin: 0 1rem 0 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-inner .register-button:hover {
  letter-spacing: 2px;
}

@media screen and (min-width: 600px) {
  .header-inner .register-button {
    width: 120px;
  }
}

/* ログインボタン */
.header-inner .login-button {
  width: 72px;
  height: 32px;
  padding: 0 4px;
  border-radius: 18px;
  border: 2px solid #19A8B2;
  color: #19A8B2;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-inner .login-button:hover {
  letter-spacing: 2px;
}

@media screen and (min-width: 600px) {
  .header-inner .login-button {
    width: 96px;
  }
}

/* ------------------------------------------
　メインビジュアル
------------------------------------------ */
.mainvisual {
  position: relative;
  width: 100%;
  /* max-width: 1366px; */
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .mainvisual {
    padding: 16px 0 0;
  }
}



/* h1：ダウン報酬スタート */
.mainvisual h1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}

.mainvisual h1 span {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .mainvisual h1 span {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .mainvisual h1 span {
    font-size: 3.2rem;
  }
}

/* ボーダーパターン green */
.mainvisual h1::before {
  content: '';
  display: block;
  width: 24%;
  height: 40px;
  background: -webkit-repeating-linear-gradient(#FF8344, #FF8344 1px, #fff 1px, rgba(255, 255, 255, 0) 4px);
  background: repeating-linear-gradient(#FF8344, #FF8344 1px, #fff 1px, rgba(255, 255, 255, 0) 4px);
  z-index: 2;
}

@media screen and (min-width: 600px) {
  .mainvisual h1::before {
    width: 32vw;
    height: 54px;
    background: -webkit-repeating-linear-gradient(#FF8344, #FF8344 1px, #fff 1px, rgba(255, 255, 255, 0) 8px);
    background: repeating-linear-gradient(#FF8344, #FF8344 1px, #fff 1px, rgba(255, 255, 255, 0) 8px);
  }
}

/* ボーダーパターン orange */
.mainvisual h1::after {
  content: '';
  display: block;
  width: 24%;
  height: 40px;
  background: -webkit-repeating-linear-gradient(#19A8B2, #19A8B2 1px, #fff 1px, rgba(255, 255, 255, 0) 4px);
  background: repeating-linear-gradient(#19A8B2, #19A8B2 1px, #fff 1px, rgba(255, 255, 255, 0) 4px);
  z-index: 3;
}

@media screen and (min-width: 600px) {
  .mainvisual h1::after {
    width: 32vw;
    height: 54px;
    background: -webkit-repeating-linear-gradient(#19A8B2, #19A8B2 1px, #fff 1px, rgba(255, 255, 255, 0) 8px);
    background: repeating-linear-gradient(#19A8B2, #19A8B2 1px, #fff 1px, rgba(255, 255, 255, 0) 8px);
  }
}

.mainvisual-inner {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  /* padding: 0 1.6rem; */
  /* background: transparent url(../images/mainvisu); */
  box-sizing: border-box;
  z-index: 6;
}

/* スマホ画面 */
.mainvisual-inner::before {
  content: '';
  position: absolute;
  top: -6vw;
  left: -72px;
  display: block;
  width: 190px;
  height: 140px;
  background: transparent url(../images/pointtown-screen.png) no-repeat 0 0;
  background-size: contain;
  z-index: 1;
}

.mainvisual-inner::after {
  content: '';
  position: absolute;
  top: -6vw;
  right: -72px;
  display: block;
  width: 190px;
  height: 140px;
  background: transparent url(../images/infoq-screen.png) no-repeat 0 0;
  background-size: contain;
  z-index: 2;
}

@media screen and (min-width: 600px) {
  .mainvisual-inner::before {
    width: 40vw;
    max-width: 534px;
    height: 384px;
    top: -4vw;
    left: -14vw;
  }

  .mainvisual-inner::after {
    width: 40vw;
    max-width: 534px;
    height: 384px;
    top: -4vw;
    right: -14vw;
  }
}

@media screen and (min-width: 1024px) {
  .mainvisual-inner::before {
    /* top: 2vw; */
    left: -12vw;
  }

  .mainvisual-inner::after {
    /* top: 2vw; */
    right: -12vw;
  }
}

@media screen and (min-width: 1200px) {
  .mainvisual-inner::before {
    top: -2vw;
    max-width: 600px;
    height: 560px;
  }

  .mainvisual-inner::after {
    top: -2vw;
    max-width: 600px;
    height: 560px;
  }
}

/* @media screen and (min-width: 1440px) {
  .mainvisual-inner::before {
    top: 0;
  }

  .mainvisual-inner::after {
    top: 0;
  }
} */


/* h2：毎月最大5,000円分〜 */
.mainvisual-inner h2 {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
}

.mainvisual-inner h2 > span {
  padding: 2rem 1.6rem 0;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  z-index: 3;
}

@media screen and (min-width: 600px) {
  .mainvisual-inner h2 > span {
    padding: 4rem 1.6rem 0;
    font-size: 2em;
  }
}

@media screen and (min-width: 1024px) {
  .mainvisual-inner h2 > span {
    font-size: 2.5em;
  }
}

.mainvisual-inner h2 span img {
  display: block;
  width: 100%;
  max-width: 540px;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 1366px) {
  .mainvisual-inner h2 span img {
    width: 100%;
    max-width: 660px;
  }
}


/* コイン画像 */
/* .mainvisual-inner .register-buttons {
  position: relative;
}

.mainvisual-inner .register-buttons::after {
  content: '';
  position: absolute;
  top: 40px;
  display: block;
  width: 100%;
  height: 200px;
  background: transparent url(../images/coin-bg.png) no-repeat 0 ;
  background-size: 100vw;
  overflow: hidden;
  mix-blend-mode: multiply;
  z-index: 2;
} */



/* ------------------------------------------
ダウン報酬とは
------------------------------------------ */
.about-cp {
  position: relative;
  margin: 72px 0 0;
  background: #35B1BC;
}

/* 三角 */
.about-cp::before {
  content: '';
  position: absolute;
  top: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60vw 50px 40vw;
  border-color: transparent transparent #35B1BC transparent;
  box-sizing: border-box;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .about-cp::before {
    top: -72px;
    border-width: 0 52vw 72px 48vw;
  }
}


/* コイン画像 */
.about-cp::after {
  content: '';
  position: absolute;
  top: -120px;
  display: block;
  width: 100%;
  height: 32vw;
  background: transparent url(../images/coin-bg.png) no-repeat 0 ;
  background-size: 100vw;
  overflow: hidden;
  mix-blend-mode: multiply;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .about-cp::after {
    top: -180px;
  }
}

.about-cp-inner {
  position: relative;
  padding: 1.6rem 1rem 1rem;
  z-index: 10;
  z-index: 3;
}

@media screen and (min-width: 600px) {
  .about-cp-inner {
    padding: 0 1rem 6.4rem;
  }
}

.about-cp-inner h2 {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-shadow: 0px 2px 0px #00000029;
}

@media screen and (min-width: 600px) {
  .about-cp-inner h2 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .about-cp-inner h2 {
    font-size: 3.2rem;
  }
}

/* 報酬　共通 */
@media screen and (min-width: 600px) {
  .reward-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 88%;
    max-width: 880px;
    margin: 0 auto;
  }
}

.about-cp-inner .reward {
  width: 88%;
  max-width: 380px;
  margin: 2rem auto;
  padding: 1rem 2rem 2rem;
  border-radius: 6px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 10px 8px 0px #00000029;
  z-index: 2;
}

@media screen and (min-width: 600px) {
  .about-cp-inner .reward {
    padding: 1rem 2rem 2rem;
  }
}

.about-cp-inner .reward:nth-of-type(1)::before {
  content: '';
  position: absolute;
  top: 32%;
  left: 0;
  width: 40%;
  height: 60px;
  background: -webkit-repeating-linear-gradient(#fff, rgb(255 255 255 / 44%) 0.5px, transparent 2px, transparent 6px);
  background: repeating-linear-gradient(#fff, rgb(255 255 255 / 44%) 0.5px, transparent 2px, transparent 6px);
  z-index: 1;
}

@media screen and (min-width: 600px) {
  .about-cp-inner .reward:nth-of-type(1)::before {
    top: 48%;
    height: 100px;
  }
}

@media screen and (min-width: 600px) {
  .about-cp-inner .reward:nth-of-type(2) {
    margin: 56px 4rem 0;
  }
}

.about-cp-inner .reward:nth-of-type(2)::before {
  content: '';
  position: absolute;
  bottom: 16%;
  right: 0;
  width: 40%;
  height: 60px;
  background: -webkit-repeating-linear-gradient(#fff, rgb(255 255 255 / 44%) 0.5px, transparent 2px, transparent 6px);
  background: repeating-linear-gradient(#fff, rgb(255 255 255 / 44%) 0.5px, transparent 2px, transparent 6px);
  z-index: 1;
}

@media screen and (min-width: 600px) {
  .about-cp-inner .reward:nth-of-type(2)::before {
    bottom: 16%;
    height: 100px;
  }
}

.about-cp-inner .reward dt {
  position: relative;
  z-index: 2;
}

.about-cp-inner .reward dd {
  position: relative;
  z-index: 3;
}

.about-cp-inner .reward dt span.title {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0.5rem 0;
  color: #19A8B2;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 600px) {
  .about-cp-inner .reward dt span.title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .about-cp-inner .reward dt span.title {
    font-size: 2.4rem;
  }
}

.about-cp-inner .reward dt span.title::before {
  content: '';
  display: block;
  width: 45px;
  height: 24px;
  background: transparent url(../images/icon-coin.png) no-repeat 0 0;
  background-size: contain;
}

@media screen and (min-width: 600px) {
  .about-cp-inner .reward .reward-label {
    margin: 0 0 1rem;
  }
}

/* ------------------------------------------
ポイントタウンについて
------------------------------------------ */
.about-pointtown {
  width: 100%;
  max-width: 900px;
  padding: 56px 1.6rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.about-pointtown h2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 0 2rem;
  font-size: 1.6rem;
}

.about-pointtown h2::after {
  content: '';
  display: block;
  width: 40%;
  height: 1px;
  background: #C7DCDE;
}

@media screen and (min-width: 600px) {
  .about-pointtown h2 {
    font-size: 2.4rem;
  }

  .about-pointtown h2::after {
    width: 60%;
  }
}

@media screen and (min-width: 600px) {
  .about-pointtown .detail {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
}

.about-pointtown .detail img {
  display: block;
  width: 88%;
  height: auto;
  max-width: 244px;
  max-height: 116px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .about-pointtown .detail img {
    margin: 0;
  }
}

@media screen and (min-width: 600px) {
  .about-pointtown .detail > div {
    width: 60%;
    height: auto;
  }
}

.about-pointtown .detail > div > p {
  margin: 0 0 1rem;
}




/* ------------------------------------------
報酬について
------------------------------------------ */
.about-reward {
  position: relative;
  width: 100%;
  background: #DCF1F3;
  padding: 2.4rem 0;
}

@media screen and (min-width: 600px) {
  .about-reward {
    padding: 0;
  }
}

.about-reward-inner {
  position: relative;
  max-width: 960px;
  width: 92%;
  margin: 0 auto;
  padding: 5.6rem 1.6rem 2.4rem;
  box-sizing: border-box;
  background: #ffffff;
}

@media screen and (min-width: 600px) {
  .about-reward-inner {
    padding: 5.6rem 1.6rem 5.6rem;
  }
}


.about-reward-inner::before {
  content: '';
  display: block;
  position: absolute;
  top: -1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 66px;
  height: 60px;
  background: transparent url(../images/icon-point.png) no-repeat 0 0;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .about-reward-inner::before {
    top: -3.2rem;
    right: -32px;
    left: auto;
    width: 184px;
    height: 168px;
    -webkit-transform: none;
            transform: none;
  }
}

.about-reward-inner h2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 480px;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .about-reward-inner h2 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1020px) {
  .about-reward-inner h2 {
    font-size: 3.2rem;
  }
}


.about-reward-inner h2::before {
  content: '';
  display: block;
  width: 25%;
  height: 1px;
  background: #C7DCDE;
}

.about-reward-inner h2::after {
  content: '';
  display: block;
  width: 25%;
  height: 1px;
  background: #C7DCDE;
}

.about-reward-inner h3 {
  text-align: center;
  margin: 2rem 0 0;
}

@media screen and (min-width: 600px) {
  .about-reward-inner h3 {
    margin: 5rem 0 0;
  }
}

.about-reward-inner h3 .reward-label {
  margin: 0 auto 0.5rem;
}

.about-reward-inner h3 .title {
  display: block;
  padding: 0.5rem 0;
  color: #19A8B2;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .about-reward-inner h3 .title {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .about-reward-inner h3 .title {
    font-size: 4rem;
  }
}

.about-reward-inner ul.condition {
  position: relative;
  max-width: 740px;
  border-radius: 6px;
  border: 1px solid #C7DCDE;
  margin: 1rem auto 0;
  padding: 1rem 1rem;
  box-sizing: border-box;
}

@media screen and (min-width: 600px) {
  .about-reward-inner ul.condition {
    padding: 2.4rem 1.6rem;
  }
}

.about-reward-inner ul.condition::before {
  content: '';
  position: absolute;
  top: -2.4rem;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: transparent url(../images/icon-jouken.png) no-repeat 0 0;
  background-size: contain;
}

@media screen and (min-width: 600px) {
  .about-reward-inner ul.condition::before {
    top: -4rem;
    width: 68px;
    height: 70px;
  }
}


.about-reward-inner .condition li {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-weight: bold;
  margin: 8px 0;
}


.about-reward-inner .condition li > span {
  width: 88%;
}

@media screen and (min-width: 600px) {
  .about-reward-inner .condition li > span {
    font-size: 1.8rem;
    width: 96%;
  }
}

.about-reward-inner .condition li::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: transparent url(../images/icon-checked.png) no-repeat 0 0;
  background-size: contain;
}

@media screen and (min-width: 600px) {
  .about-reward-inner .condition li::before {
    width: 24px;
    height: 24px;
  }
}


/* 獲得ポイント対応表 */
.points-table {
  width: 100%;
  max-width: 720px;
  margin: 2rem auto;
}

.points-table tr:nth-of-type(odd) {
  background: #FAFAFA;
}

.points-table th {
  width: 50%;
  vertical-align: middle;
  padding: 0.5rem;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 600px) {
  .points-table th {
    font-size: 2rem;
  }
}

.points-table td {
  padding: 1rem 1rem;
  text-align: right;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .points-table td {
    font-size: 2rem;
    padding: 1rem 8rem 1rem 0;
  }
}


/* ポイントタウン */
.points-table th:nth-child(1) {
  background: #FF8344;
}

/* infoQ */
.points-table th:nth-child(2) {
  background: #54BDC6;
}

.about-reward-inner .memo {
  max-width: 720px;
  margin: 0 auto;
}


/* ------------------------------------------
ポイント獲得方法
------------------------------------------ */
.howtoget-points {
  padding: 32px 0 72px;
}

@media screen and (min-width: 600px) {
  .howtoget-points {
    padding: 96px 0 0;
  }
}

.howtoget-points h2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 88%;
  margin: 0 auto 2.4rem;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .howtoget-points h2 {
    max-width: 560px;
    margin: 0 auto;
    font-size: 3.2rem;
  }
}

.howtoget-points h2::before {
  content: '';
  display: block;
  width: 25%;
  height: 1px;
  background: #C7DCDE;
}

.howtoget-points h2::after {
  content: '';
  display: block;
  width: 25%;
  height: 1px;
  background: #C7DCDE;
}

.howtoget-points > ul {
  position: relative;
  width: 88%;
  max-width: 1100px;
  margin: 2rem auto 0;
}

@media screen and (min-width: 1024px) {
  .howtoget-points > ul {
    display: -webkit-box;
    display: flex;
    margin: 5rem auto 0;
  }
}

.howtoget-points li.step {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 88%;
  border-bottom: 1px solid #C6DCDE;
  border-right: 1px solid #C6DCDE;
  margin: 2rem auto;
  padding: 2rem 1rem;
}

/* .howtoget-points li.step > p {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: nowrap;
}

.howtoget-points li.step > p span {
  width: 100%;
} */

@media screen and (min-width: 1024px) {
  .howtoget-points li.step {
    max-width: 300px;
    height: auto;
    padding: 2rem 1rem 2rem;
  }
}

.howtoget-points li.step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #35B1BC transparent transparent transparent;
  z-index: 1;
}

.howtoget-points li.step > span {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  display: block;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  z-index: 2;
}

.howtoget-points li.step .content > span {
  display: block;
  text-align: center;
}

.howtoget-points li.step .content .lead {
  margin-top: 1rem;
}

.howtoget-points li.step .content .copy {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 600px) {
  .howtoget-points li.step .content .copy {
    font-size: 2.4rem;
  }
}

/* 01 */
.howtoget-points li.step:nth-of-type(1)::after {
  content: '';
  position: absolute;
  top: -1rem;
  right: 1rem;
  display: block;
  width: 76px;
  height: 80px;
  background: url("../images/icon-important-fukidashi.png") no-repeat 0 0;
  background-size: contain
}

/* 02 03 */
.howtoget-points li.step:nth-of-type(3)::after,
.howtoget-points li.step:nth-of-type(5)::after {
  content: '';
  position: absolute;
  top: -1rem;
  right: 1rem;
  display: block;
  width: 76px;
  height: 80px;
  background: url("../images/icon-coin-fukidashi.png") no-repeat 0 0;
  background-size: contain
}

/* 矢印 */
.howtoget-points li.arrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 12px;
  margin: 1rem auto;
  background: transparent url("../images/icon-arrow-down.png") 0 0 no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .howtoget-points li.arrow {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 8px;
  }
}


@media screen and (min-width: 1024px) {
  .howtoget-points li.arrow::before {
    content: '';
    display: block;
    width: 10px;
    height: 24px;
    margin: 1rem auto;
    background: transparent url("../images/icon-arrow-right.png") 0 0 no-repeat;
    background-size: contain;
  }
}


/* 条件達成 */
.completion {
  position: relative;
  padding: 4rem 0 4rem;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .completion {
    width: 100%;
    height: 40vw;
    padding: 96px 0 0;
    background: transparent url("../images/coin-bg.png") 0 0 no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 1440px) {
  .completion {
    height: 32vw;
  }
}

.completion::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -24px;
  width: 98px;
  height: 132px;
  margin: 1rem auto;
  background: transparent url("../images/icon-coin-completion.png") 0 0 no-repeat;
  background-size: contain;
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .completion::before {
    display: none;
    /* left: 50%;
    right: auto;
    top: 0; */
  }
}

.completion-inner {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  width: 96%;
  max-width: 720px;
  height: 240px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .completion-inner {
    height: 24vw;
  }
}

.completion-inner::before {
  content: '';
  position: absolute;
  top: 8vw;
  left: -88px;
  width: 72vw;
  height: 48vw;
  max-height: 240px;
  background: transparent url(../images/infoq-screen-left.png) no-repeat 0 0;
  background-size: contain;
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .completion-inner::before {
    top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .completion-inner::before {
    left: -110px;
    height: 26vw;
    max-height: 380px;

  }
}

@media screen and (min-width: 1366px) {
  .completion-inner::before {
    left: -200px;
    height: 26vw;
  }
}

.completion-inner > dl {
  position: relative;
  width: 56%;
  max-width: 390px;
}

@media screen and (min-width: 668px) {
  .completion-inner > dl {
    width: 80%;
    max-width: 480px;

  }
}

@media screen and (min-width: 1025px) {
  .completion-inner > dl {
    position: relative;
    width: 50%;
    max-width: 390px;
  }
}


@media screen and (min-width: 1024px) {
  .completion-inner > dl::before {
    content: '';
    position: absolute;
    top: -140px;
    left: 32px;
    width: 382px;
    height: 116px;
    background: url("../images/achievement-bg-top.png") no-repeat 0 ;
    background-size: contain;
    overflow: hidden;
  }
  .completion-inner > dl::after {
    content: '';
    position: absolute;
    bottom: -96px;
    left: 32px;
    width: 300px;
    height: 60px;
    background: url("../images/achievement-bg-bottom.png") no-repeat 0 ;
    background-size: contain;
    overflow: hidden;
  }
}


.completion-inner > dl dt {
  position: relative;
}

.completion-inner > dl dt::before {
  content: '';
  position: absolute;
  top: -24px;
  left: -40px;
  display: block;
  width: 76px;
  height: 80px;
  background: url("../images/icon-coin-fukidashi.png") no-repeat 0 0;
  background-size: contain;
  overflow: hidden;
  z-index: 2;
}

@media screen and (min-width: 600px) {
  .completion-inner > dl dt::before {
    width: 88px;
    height: 88px;
  }
}

.completion-inner > dl dt > span {
  position: relative;
  background: #19A8B2;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
  padding: 6px 2rem 6px 4rem;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  .completion-inner > dl dt > span {
    padding: 6px 4rem 6px 8rem;
    font-size: 2rem;
  }
}

.completion-inner > dl dd {
  padding: 1.6rem 0;
  font-size: 1.6rem;
}

@media screen and (min-width: 600px) {
  .completion-inner > dl dd {
    font-size: 2rem;
  }
}

/* ------------------------------------------
cta
------------------------------------------ */
.foot-CTA {
  position: relative;
  width: 100%;
}

.foot-CTA h2 {
  position: relative;
  font-size: 2.4rem;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 600px) {
  .foot-CTA h2 {
    font-size: 2em;
    margin: 0 0 56px;
  }
}

@media screen and (min-width: 1024px) {
  .foot-CTA h2 {
    font-size: 2.5em;
    margin: 0 0 96px;
  }
}

.foot-CTA .register-buttons-wrap {
  position: relative;
  width: 100%;
  background: -webkit-linear-gradient(left, #E9F7F8 0%, #E9F7F8 50%, #FDFAED 0%, #FDFAED 50%);
  background: linear-gradient(90deg, #E9F7F8 0%, #E9F7F8 50%, #FDFAED 0%, #FDFAED 50%);
  z-index: 1;
}

.foot-CTA .register-buttons-wrap::before {
  content: '';
  position: absolute;
  top: -32px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0 0 50vw;
  border-color: transparent transparent transparent #E9F7F8;
}

@media screen and (min-width: 600px) {
  .foot-CTA .register-buttons-wrap::before {
    top: -160px;
    border-width: 160px 0 0 50vw;
  }
}

.foot-CTA .register-buttons-wrap::after {
  content: '';
  position: absolute;
  top: -32px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 32px 50vw;
  border-color: transparent transparent #FDFAED transparent;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  .foot-CTA .register-buttons-wrap::after {
    top: -160px;
    border-width: 0 0 160px 50vw;
  }
}

.foot-CTA .register-buttons {
  position: relative;
  -webkit-box-align: start;
  align-items: flex-start;
  margin: 32px auto 0;
  padding: 2.4rem 0;
  z-index: 5;
}

@media screen and (min-width: 600px) {
  .foot-CTA .register-buttons {
    flex-wrap: nowrap;
    top: -56px;

  }
}

.foot-CTA .register-buttons li:nth-child(2)::before {
  content: '';
}

.foot-CTA .register-buttons li {
  position: relative;
  width: 88%;
  max-width: 340px;
  padding: 2rem 1rem 2rem;
  margin: 0 auto 2.4rem;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 600px) {
  .foot-CTA .register-buttons li {
    margin: 0 1.6rem 0 2rem;
  }
}

.foot-CTA .register-buttons .copy {
  padding: 0;
}

.foot-CTA .register-buttons li .logo {
  /* padding: 2rem 0; */
  text-align: center;
}

.foot-CTA .register-buttons li .logo img {
  width: 200px;
  height: auto;
}

.foot-CTA .register-buttons li a {
  width: 260px;
}

/* infoQ */
.foot-CTA .register-pointTown {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ffa10c;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.1);
}

/* infoQ */
.foot-CTA .register-infoq {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #35b2ba;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.08);
}

/* .foot-CTA .register-buttons .register-pointTown .notes {
  font-size: 10px;
} */


/* ------------------------------------------
注意事項
------------------------------------------ */
.rules {
  width: 100%;
  max-width: 720px;
  padding: 56px 1.6rem;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width: 600px) {
  .rules {
    font-size: 1.4rem;
  }
}

.rules h2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 0 2rem;
  font-size: 1.6rem;
}

.rules h2::after {
  content: '';
  display: block;
  width: 70%;
  height: 1px;
  background: #C7DCDE;
}

.rules dl dt {
  font-weight: bold;
}

.rules dl dd {
  margin: 0 0 2rem;
}

.rules dl dd li {
  list-style: disc;
  margin: 0 0 0 1em;
}



/* ------------------------------------------
フッター
------------------------------------------ */
footer {
  background: #152453;
}

.footer {
  text-align: center;
  padding: 3vh;
}

.footer a:hover {
  text-decoration: underline;
}

.wrap-footer {
  font-size: 13px;
  text-align: left;
  list-style: disc;
}

.wrap-footer li {
  margin-bottom: 2vh;
}

.wrap-footer li a {
  font-weight: bold;
  margin-bottom: 1vh;
  text-decoration: none;
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .wrap-footer li {
    margin-bottom: 2vh;
    display: inline-block;
  }
  .wrap-footer li:not(:last-child) {
    margin-right: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    max-width: 984px;
    margin: 0 auto;
  }
}

.wrap_footer_copy {
  display: block;
  color: #dddddd;
  font-size: 0.6rem;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 2vh 0 0.5vh;
}


/* ----------------------------

トップへ戻るボタン

---------------------------- */
#page-top {
  position: relative;
  z-index: 1000;
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 1024px) {
  #page-top {
    right: 24px;
    bottom: 96px;
  }
}

#page-top a {
  border-radius: 50px;
  background: rgba(51, 51, 51, 0.4);
  display: block;
  width: 50px;
  height: 50px;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: .3s;
  transition: .3s;
}




#page-top a:after {
  content: "";
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: transparent url(../images/pagetop-arrow.png) no-repeat 0 0;
  background-size: contain;
}

#page-top a:hover {
  background: rgba(51, 51, 51, 0.6);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
