@charset "UTF-8";
/*リセット
--------------------------------------------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-weight: 500;
  font-weight: 350;
  line-height: 1.6;
  width: 100%;
}

body {
  font-family: "Jost", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  font-weight: 500;
  font-weight: 350;
  line-height: 1.6;
  width: 100%;
  color: #231815;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .spNone {
    display: none;
  }
}

div.wrapper {
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  div.wrapper {
    margin-bottom: 35px;
  }
}

div.fixed-bar {
  width: 100%;
  background: #e5e2ce;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
@media screen and (max-width: 750px) {
  div.fixed-bar {
    height: 65px;
  }
}
@media screen and (min-width: 751px) {
  div.fixed-bar {
    height: 100px;
  }
}
div.fixed-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 750px) {
  div.fixed-bar ul {
    width: 90%;
  }
}
@media screen and (min-width: 751px) {
  div.fixed-bar ul {
    width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  div.fixed-bar ul li:first-child {
    font-size: 11px;
    font-weight: bold;
  }
}
@media screen and (min-width: 751px) {
  div.fixed-bar ul li:first-child {
    font-size: 18px;
    font-weight: bold;
  }
}
div.fixed-bar ul li:nth-child(2), div.fixed-bar ul li:nth-child(3) {
  border-radius: 30px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  div.fixed-bar ul li:nth-child(2), div.fixed-bar ul li:nth-child(3) {
    padding: 8px 10px;
    font-size: 11px;
    margin-left: 17px;
  }
}
@media screen and (min-width: 751px) {
  div.fixed-bar ul li:nth-child(2), div.fixed-bar ul li:nth-child(3) {
    padding: 8px 18px;
    font-size: 18px;
    margin-left: 20px;
  }
}
div.fixed-bar ul li:nth-child(2) a, div.fixed-bar ul li:nth-child(3) a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  div.appInstall {
    width: 67%;
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  div.appInstall {
    width: 30%;
    position: absolute;
    top: 70%;
    left: 13.3%;
  }
}
div.appInstall ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  div.appInstall ul {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 751px) {
  div.appInstall ul {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  div.appInstall ul li:nth-child(1) {
    width: 48%;
  }
}
@media screen and (min-width: 751px) {
  div.appInstall ul li:nth-child(1) {
    width: 48%;
  }
}
@media screen and (max-width: 750px) {
  div.appInstall ul li:nth-child(2) {
    width: 41%;
  }
}
@media screen and (min-width: 751px) {
  div.appInstall ul li:nth-child(2) {
    width: 41%;
  }
}
div.appInstall p {
  text-align: center;
  color: #000;
}
@media screen and (max-width: 750px) {
  div.appInstall p {
    font-size: 10px;
  }
}
@media screen and (min-width: 751px) {
  div.appInstall p {
    font-size: 12px;
  }
}

div.in_cover {
  position: relative;
}
@media screen and (min-width: 751px) {
  div.in_cover {
    width: 1060px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  div.in_cover {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 751px) {
  div.in_cover::before {
    width: 100%;
    content: "";
    display: block;
    padding-top: 47%;
  }
}

div#cover {
  width: 100%;
  background: #9ac5dd;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  div#cover {
    height: calc(100vh - 65px);
  }
}
div#cover h1 {
  position: absolute;
}
@media screen and (max-width: 750px) {
  div#cover h1 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.2;
  }
}
@media screen and (min-width: 751px) {
  div#cover h1 {
    white-space: nowrap;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    top: 23%;
    left: 10.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.2;
  }
}
div#cover h1 span {
  display: block;
}
@media screen and (max-width: 750px) {
  div#cover h1 span.left {
    width: 50px;
  }
}
@media screen and (min-width: 751px) {
  div#cover h1 span.left {
    width: 80px;
  }
}
@media screen and (max-width: 750px) {
  div#cover h1 span.right {
    width: 82%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
  }
}
@media screen and (min-width: 751px) {
  div#cover h1 span.right {
    font-size: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 40px;
  }
}
div#cover p.desc {
  color: #fff;
}
@media screen and (max-width: 750px) {
  div#cover p.desc {
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
  div#cover p.desc span {
    display: inline-block;
    border-bottom: 4px solid #fff000;
  }
}
@media screen and (min-width: 751px) {
  div#cover p.desc {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    position: absolute;
    top: 42%;
    left: 10.3%;
    width: 35%;
  }
  div#cover p.desc span {
    display: inline-block;
    border-bottom: 4px solid #fff000;
  }
}
@media screen and (max-width: 750px) {
  div#cover div.smartphone {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 45%;
  }
}
@media screen and (min-width: 751px) {
  div#cover div.smartphone {
    position: absolute;
    top: 15%;
    right: 22%;
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  div#cover div.newicon {
    position: absolute;
    bottom: 19%;
    right: 7%;
    width: 17%;
  }
}
@media screen and (min-width: 751px) {
  div#cover div.newicon {
    position: absolute;
    top: 23%;
    right: 6.6%;
    width: 12.6%;
  }
}

@media screen and (min-width: 751px) {
  div.menu {
    width: 400px;
    margin: 120px auto 80px;
  }
}
@media screen and (max-width: 750px) {
  div.menu {
    width: 73%;
    margin: 55px auto 55px;
  }
}
div.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 751px) {
  div.menu ul li {
    width: 160px;
  }
}
@media screen and (max-width: 750px) {
  div.menu ul li {
    width: 44%;
  }
}

div.content div.block01 {
  border: #9ac5dd solid 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  div.content div.block01 {
    width: 90%;
    margin: 0 auto;
    padding: 30px 10px;
  }
}
@media screen and (min-width: 751px) {
  div.content div.block01 {
    width: 550px;
    margin: 0 auto;
    padding: 40px 10px;
  }
}
div.content div.block01 div.sub {
  text-align: center;
}
div.content div.block01 div.sub p {
  text-align: center;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 750px) {
  div.content div.block01 div.sub p {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 751px) {
  div.content div.block01 div.sub p {
    font-size: 24px;
    margin-bottom: 25px;
    padding: 0 10px;
  }
}
div.content div.block01 div.sub p::before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
div.content div.block01 div.sub p::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
div.content div.block01 h2 {
  color: #9ac5dd;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  div.content div.block01 h2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 751px) {
  div.content div.block01 h2 {
    font-size: 26px;
  }
}
div.content div.block01 h2 span.line-1 {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 60%);
}
@media screen and (max-width: 750px) {
  div.content div.block01 h2 span.line-1 {
    font-size: 21px;
  }
}
@media screen and (min-width: 751px) {
  div.content div.block01 h2 span.line-1 {
    font-size: 26px;
    display: inline-block;
  }
}
div.content div.block01 h2 span.line-2 {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 60%);
}
@media screen and (max-width: 750px) {
  div.content div.block01 h2 span.line-2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 751px) {
  div.content div.block01 h2 span.line-2 {
    font-size: 30px;
    display: inline-block;
  }
}
div.content div.block01 h2 span.num {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  div.content div.block01 h2 span.num {
    font-size: 40px;
  }
}
@media screen and (min-width: 751px) {
  div.content div.block01 h2 span.num {
    font-size: 45px;
  }
}
div.content div.block01 h2 span.dot {
  position: relative;
}
div.content div.block01 h2 span.dot::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #9ac5dd;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -25%;
}
div.content div.block01 p.desc {
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  div.content div.block01 p.desc {
    font-size: 12px;
    text-align: center;
    margin: 30px 0;
  }
}
@media screen and (min-width: 751px) {
  div.content div.block01 p.desc {
    font-size: 16px;
    text-align: center;
    margin: 30px 0;
  }
}
div.content div.block01 p.attention {
  text-align: center;
  color: #d02626;
}
@media screen and (max-width: 750px) {
  div.content div.block01 p.attention {
    font-size: 10px;
  }
}
@media screen and (min-width: 751px) {
  div.content div.block01 p.attention {
    font-size: 12px;
  }
}
div.content div.block01 p.attention a {
  color: #d02626;
}
@media screen and (max-width: 750px) {
  div.content div.new_member, div.content div.new_member2 {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 751px) {
  div.content div.new_member, div.content div.new_member2 {
    margin-bottom: 65px;
  }
}
div.content div.new_member::before, div.content div.new_member2::before {
  content: "+";
  margin: 20px auto;
  text-align: center;
  font-weight: normal;
  display: block;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
}
@media screen and (max-width: 750px) {
  div.content div.new_member::before, div.content div.new_member2::before {
    font-size: 35px;
  }
}
@media screen and (min-width: 751px) {
  div.content div.new_member::before, div.content div.new_member2::before {
    font-size: 40px;
  }
}
div.content div.new_member div.sub, div.content div.new_member2 div.sub {
  text-align: center;
}
div.content div.new_member div.sub p, div.content div.new_member2 div.sub p {
  text-align: center;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 750px) {
  div.content div.new_member div.sub p, div.content div.new_member2 div.sub p {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 751px) {
  div.content div.new_member div.sub p, div.content div.new_member2 div.sub p {
    font-size: 25px;
    margin-bottom: 15px;
    padding: 0 10px;
  }
}
div.content div.new_member div.sub p::before, div.content div.new_member2 div.sub p::before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
div.content div.new_member div.sub p::after, div.content div.new_member2 div.sub p::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
div.content div.new_member h2, div.content div.new_member2 h2 {
  text-align: center;
  color: #9ac5dd;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  div.content div.new_member h2, div.content div.new_member2 h2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 751px) {
  div.content div.new_member h2, div.content div.new_member2 h2 {
    font-size: 26px;
  }
}
div.content div.new_member h2 span.underline, div.content div.new_member2 h2 span.underline {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 60%);
}
@media screen and (max-width: 750px) {
  div.content div.new_member h2 span.num, div.content div.new_member2 h2 span.num {
    font-size: 40px;
    display: inline-block;
    margin-right: 5px;
  }
}
@media screen and (min-width: 751px) {
  div.content div.new_member h2 span.num, div.content div.new_member2 h2 span.num {
    font-size: 45px;
    display: inline-block;
    margin-right: 5px;
  }
}
div.content div.new_member p.desc, div.content div.new_member2 p.desc {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  div.content div.new_member p.desc, div.content div.new_member2 p.desc {
    font-size: 12px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 751px) {
  div.content div.new_member p.desc, div.content div.new_member2 p.desc {
    font-size: 16px;
    margin-top: 30px;
  }
}
div.content div.new_member a.detailbtn, div.content div.new_member2 a.detailbtn {
  display: block;
  color: #fff;
  background: #636363;
  text-decoration: none;
  text-align: center;
  padding: 15px 0;
}
@media screen and (max-width: 750px) {
  div.content div.new_member a.detailbtn, div.content div.new_member2 a.detailbtn {
    width: 60%;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 751px) {
  div.content div.new_member a.detailbtn, div.content div.new_member2 a.detailbtn {
    width: 400px;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  div.content div.new_member2 {
    margin: 50px auto;
  }
}
@media screen and (min-width: 751px) {
  div.content div.new_member2 {
    margin: 60px auto;
  }
}
div.content div.new_member2::before {
  content: "";
  display: none;
  margin: 0;
  padding: 0;
}

div.appdetail {
  background: #f7f5e8;
}
@media screen and (max-width: 750px) {
  div.appdetail {
    padding: 30px 0;
  }
}
@media screen and (min-width: 751px) {
  div.appdetail {
    padding: 40px 0;
  }
}
div.appdetail h2 {
  text-align: center;
  color: #9ac5dd;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  div.appdetail h2 {
    font-size: 20px;
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 751px) {
  div.appdetail h2 {
    font-size: 25px;
    margin-bottom: 17px;
  }
}
div.appdetail p.explain {
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  div.appdetail p.explain {
    font-size: 12px;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  div.appdetail p.explain {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 751px) {
  div.appdetail div.pc_app {
    width: 1060px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  div.appdetail div.appfunction {
    width: 90%;
    margin: 0 auto;
    border: 4px solid #9ac5dd;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 10px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 751px) {
  div.appdetail div.appfunction {
    width: 480px;
    margin: 0 auto;
    border: 4px solid #9ac5dd;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 10px;
    margin-bottom: 60px;
  }
}
div.appdetail div.appfunction h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  div.appdetail div.appfunction h3 {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  div.appdetail div.appfunction h3 {
    width: 360px;
    margin: 0 auto 30px;
  }
}
div.appdetail div.appfunction h3 span.num {
  display: block;
  background: #ffff00;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  div.appdetail div.appfunction h3 span.num {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 751px) {
  div.appdetail div.appfunction h3 span.num {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 750px) {
  div.appdetail div.appfunction h3 span.title {
    padding-left: 14px;
  }
}
@media screen and (min-width: 751px) {
  div.appdetail div.appfunction h3 span.title {
    padding-left: 20px;
  }
}
div.appdetail div.appfunction h3 span.underline {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 60%);
}
@media screen and (max-width: 750px) {
  div.appdetail div.appfunction h3 span.underline {
    font-size: 15px;
  }
}
@media screen and (min-width: 751px) {
  div.appdetail div.appfunction h3 span.underline {
    font-size: 20px;
  }
}
div.appdetail div.appfunction p.desc {
  text-align: center;
}
@media screen and (max-width: 750px) {
  div.appdetail div.appfunction p.desc {
    margin-top: 30px;
    font-size: 12px;
  }
}
div.appdetail div.appfunction a.detailbtn {
  display: block;
  width: 63%;
  margin: 30px auto 0;
  background: #9ac5dd;
  color: #fff;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  padding: 14px 0;
}

@media screen and (max-width: 750px) {
  div.pointArea {
    margin-top: 62px;
  }
}
@media screen and (min-width: 751px) {
  div.pointArea {
    margin-top: 72px;
  }
}
div.pointArea::before {
  content: "";
  display: block;
}
@media screen and (max-width: 750px) {
  div.pointArea::before {
    background: #dd9a00;
    height: 4px;
    width: 90%;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 751px) {
  div.pointArea::before {
    background: #dd9a00;
    height: 4px;
    width: 500px;
    margin: 0 auto 60px;
  }
}
div.pointArea h2 {
  border-radius: 10px;
  color: #fff;
  text-align: center;
  background: #dd9a00;
}
@media screen and (max-width: 750px) {
  div.pointArea h2 {
    width: 72%;
    font-size: 14px;
    padding: 15px 0;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 751px) {
  div.pointArea h2 {
    width: 400px;
    font-size: 16px;
    padding: 15px 0;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 750px) {
  div.pointArea div.img {
    width: 40%;
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 751px) {
  div.pointArea div.img {
    width: 400px;
    margin: 0 auto 35px;
  }
}
@media screen and (max-width: 750px) {
  div.pointArea p {
    font-size: 12px;
    width: 80%;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 751px) {
  div.pointArea p {
    font-size: 16px;
    width: 500px;
    margin: 0 auto 50px;
  }
}
div.pointArea ul.attention {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  div.pointArea ul.attention {
    width: 80%;
    font-size: 10px;
    padding: 14px;
  }
}
@media screen and (min-width: 751px) {
  div.pointArea ul.attention {
    width: 500px;
    font-size: 12px;
    padding: 24px;
  }
}
@media screen and (max-width: 750px) {
  div.pointArea ul.attention li {
    margin-bottom: 14px;
  }
}
div.pointArea ul.attention li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f12a";
  margin-right: 10px;
}

div.serviceArea {
  background: #f7f0de;
  position: relative;
}
@media screen and (max-width: 750px) {
  div.serviceArea {
    padding: 70px 0;
  }
}
@media screen and (min-width: 751px) {
  div.serviceArea {
    padding: 80px 0;
  }
}
div.serviceArea div.tri {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  div.serviceArea div.tri {
    width: 26%;
  }
}
@media screen and (min-width: 751px) {
  div.serviceArea div.tri {
    width: 80px;
  }
}
div.serviceArea h2 {
  border-radius: 10px;
  color: #dd9a00;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 750px) {
  div.serviceArea h2 {
    width: 72%;
    font-size: 14px;
    padding: 15px 0;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 751px) {
  div.serviceArea h2 {
    width: 400px;
    font-size: 18px;
    padding: 15px 0;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 750px) {
  div.serviceArea ul.privilege-box {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  div.serviceArea ul.privilege-box {
    width: 700px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  div.serviceArea ul.privilege-box li.privilege-list {
    border-bottom: 1px #dc9a00 dashed;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 751px) {
  div.serviceArea ul.privilege-box li.privilege-list {
    width: 50%;
  }
}
div.serviceArea ul.privilege-box li.privilege-list div.privilege-icon {
  width: 30%;
}
@media screen and (min-width: 751px) {
  div.serviceArea ul.privilege-box li.privilege-list div.privilege-icon {
    width: 60%;
    margin: 0 auto;
  }
}
div.serviceArea ul.privilege-box li.privilege-list div.privilege-sp-box {
  width: 70%;
}
@media screen and (min-width: 751px) {
  div.serviceArea ul.privilege-box li.privilege-list div.privilege-sp-box {
    width: 80%;
    margin: 0 auto 10px;
  }
}
div.serviceArea ul.privilege-box li.privilege-list div.privilege-sp-box div.privilege-catch {
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  color: #dc9a00;
  border-bottom: 2px solid #dc9a00;
}
@media screen and (max-width: 750px) {
  div.serviceArea ul.privilege-box li.privilege-list div.privilege-sp-box div.privilege-catch {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 751px) {
  div.serviceArea ul.privilege-box li.privilege-list div.privilege-sp-box div.privilege-catch {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  div.serviceArea ul.privilege-box li.privilege-list div.privilege-sp-box div.privilege-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) {
  div.serviceArea ul.privilege-box li.privilege-list div.privilege-sp-box div.privilege-text {
    font-size: 16px;
    text-align: center;
  }
}

div.rankArea {
  position: relative;
}
@media screen and (max-width: 750px) {
  div.rankArea {
    padding: 70px 0;
  }
}
@media screen and (min-width: 751px) {
  div.rankArea {
    padding: 80px 0;
  }
}
div.rankArea div.tri {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  div.rankArea div.tri {
    width: 26%;
  }
}
@media screen and (min-width: 751px) {
  div.rankArea div.tri {
    width: 80px;
  }
}
div.rankArea h2 {
  border-radius: 10px;
  color: #fff;
  text-align: center;
  background: #dd9a00;
}
@media screen and (max-width: 750px) {
  div.rankArea h2 {
    width: 72%;
    font-size: 14px;
    padding: 15px 0;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 751px) {
  div.rankArea h2 {
    width: 400px;
    font-size: 18px;
    padding: 15px 0;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 750px) {
  div.rankArea p.status-text {
    font-size: 12px;
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 751px) {
  div.rankArea p.status-text {
    font-size: 14px;
    width: 700px;
    margin: 0 auto 40px;
  }
}

/*------ status ------*/
.status-table-area {
  width: 900px;
  margin: 0px auto;
  overflow: auto;
  position: relative;
}

.status-table {
  width: 900px;
}

table {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

tbody {
  display: table-row-group;
  font-size: 0.8rem;
}

table th, table td {
  width: 100px;
  border: 0;
  padding: 25px 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 1px;
  font-weight: bold;
  background-color: #ffffff;
  color: #2C2C2C;
  border: 1px solid #9D9D9D;
}

th.table-title {
  width: 200px;
  background-color: #f4f4f4;
}

th.table-rank {
  color: #FFFFFF;
}

th.status-regular {
  background-color: #D67E43;
}

th.status-silver {
  background-color: #C0C6C6;
}

th.status-gold {
  background-color: #DCC445;
}

th.status-platinum {
  background-color: #7164AF;
}

th.status-diamond {
  background-color: #92B06B;
}

.td-point {
  font-size: 22px;
}

.point-regular {
  color: #D67E43;
}

td.point-silver {
  color: #C0C6C6;
}

td.point-gold {
  color: #DCC445;
}

td.point-platinum {
  color: #7164AF;
}

td.point-diamond {
  color: #92B06B;
}

p.fas {
  font-size: 22px;
  vertical-align: middle;
}

.fa-check {
  color: #F54447;
}

.attention-number {
  display: inline-block;
}

.table-title .attention-number {
  margin-left: 8px;
}

.attention-text .attention-number {
  margin-right: 8px;
  font-weight: bold;
}

.status-area {
  width: 100%;
  margin: 0;
  padding: 25px 0;
}

@media screen and (max-width: 750px) {
  .status-table-area {
    width: 90%;
    margin: 10px 5%;
    overflow: auto;
    position: relative;
  }
}

.status-table {
  width: 100%;
}

table {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

tbody {
  display: table-row-group;
}

table th, table td {
  width: 100px;
  border: 0;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  background-color: #fdfdfd;
  color: #2C2C2C;
  border: 1px solid #9D9D9D;
}

th.table-title {
  width: 140px;
  background-color: #f4f4f4;
}

th.table-rank {
  color: #FFFFFF;
}

.table-scroll {
  font-size: 1rem;
  width: 90%;
  margin: 0 5%;
  color: #2C2C2C;
}

.table-scroll p {
  margin-right: 8px;
}

a.status_help::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-left: 10px;
}

@media screen and (min-width: 751px) {
  .rankArea .attention-text {
    width: 800px;
    text-align: left;
    margin: 40px auto 30px;
    padding: 20px 30px;
    font-size: 1.4rem;
    color: #2C2C2C;
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .rankArea .attention-text {
    width: 80%;
    margin: 25px 10%;
    padding: 0;
    font-size: 10px;
  }
}
.rankArea .attention-text a {
  color: #000;
}

a.status_help {
  width: 480px;
  margin: 40px auto;
  padding: 15px 0 10px;
  color: #ffffff;
  background-color: #2C2C2C;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .status-area {
    width: 100%;
    margin: 0;
    padding: 25px 0;
  }
  .status-table-area {
    width: 90%;
    margin: 10px 5%;
    overflow: auto;
    position: relative;
  }
  .status-table {
    width: 100%;
  }
  table {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
  }
  tbody {
    display: table-row-group;
  }
  table th, table td {
    width: 100px;
    border: 0;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    font-weight: bold;
    background-color: #fdfdfd;
    color: #2C2C2C;
    border: 1px solid #9D9D9D;
  }
  th.table-title {
    width: 140px;
    background-color: #f4f4f4;
  }
  th.table-rank {
    color: #FFFFFF;
  }
  .table-scroll {
    font-size: 10px;
    width: 90%;
    margin: 0 5%;
    color: #2C2C2C;
  }
  .table-scroll p {
    margin-right: 8px;
  }
  span.preorder {
    font-size: 10px;
  }
  a.status_help {
    width: 70%;
    margin: 20px 15%;
    padding: 10px 0 10px;
    color: #ffffff;
    background-color: #2C2C2C;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
  }
  a.status_help::after {
    margin-left: 7px;
  }
}
div.downloadArea {
  width: 100%;
  background: #f7f5e8;
}
@media screen and (max-width: 750px) {
  div.downloadArea {
    padding: 45px 0;
  }
}
@media screen and (min-width: 751px) {
  div.downloadArea {
    padding: 65px 0;
  }
}
div.downloadArea h2 {
  color: #9ac5dd;
  text-align: center;
}
@media screen and (max-width: 750px) {
  div.downloadArea h2 {
    font-size: 15px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 751px) {
  div.downloadArea h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 750px) {
  div.appInstall2 {
    width: 67%;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 751px) {
  div.appInstall2 {
    width: 318px;
    margin: 0 auto 80px;
  }
}
div.appInstall2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  div.appInstall2 ul {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 751px) {
  div.appInstall2 ul {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  div.appInstall2 ul li:nth-child(1) {
    width: 48%;
  }
}
@media screen and (min-width: 751px) {
  div.appInstall2 ul li:nth-child(1) {
    width: 48%;
  }
}
@media screen and (max-width: 750px) {
  div.appInstall2 ul li:nth-child(2) {
    width: 41%;
  }
}
@media screen and (min-width: 751px) {
  div.appInstall2 ul li:nth-child(2) {
    width: 41%;
  }
}
div.appInstall2 p {
  text-align: center;
  color: #000;
}
@media screen and (max-width: 750px) {
  div.appInstall2 p {
    font-size: 10px;
  }
}
@media screen and (min-width: 751px) {
  div.appInstall2 p {
    font-size: 12px;
  }
}

a.scrolltop {
  font-size: 15px;
  display: block;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  a.palclotop img {
    width: 40%;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 751px) {
  a.palclotop img {
    width: 14%;
    margin: 0 auto 20px;
  }
}

p.copy {
  font-size: 10px;
  text-align: center;
}

div.videoArea {
  position: relative;
}
@media screen and (min-width: 751px) {
  div.videoArea {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  div.videoArea {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 750px) {
  div.videoArea div.frame {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  div.videoArea div.frame {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  div.videoArea div.gif {
    width: 63%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 2%;
  }
  div.videoArea div.gif video {
    display: block;
    width: 100%;
    border-radius: 20px;
  }
}
@media screen and (min-width: 751px) {
  div.videoArea div.gif {
    width: 45%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 2%;
  }
  div.videoArea div.gif video {
    display: block;
    width: 100%;
    border-radius: 30px;
  }
}

/* scss読み込み
--------------------------------------*//*# sourceMappingURL=style.css.map */