@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: var(--cc-blue) !important;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- 利用規約 + プライバシーポリシー + 推奨環境

================================================ */
.terms-body {
  padding: 74px 0 120px;
}

.terms-ttl {
  font-size: 1.875rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.terms-page {
  margin-top: 68px;
}

.terms-sc:not(:first-of-type) {
  margin-top: 65px;
  padding-top: 65px;
  border-top: solid 1px #3b496c;
}

.terms-sc__ttl {
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.terms-sc__list > li {
  margin-top: 50px;
  counter-increment: ordered;
  position: relative;
}
.terms-sc__list > li .terms-sc__ttl::before {
  content: counter(ordered) ".";
  display: inline-block;
}
.terms-sc__list > li .m-indent--dot p {
  line-height: 2;
  margin: 10px 0;
}

.terms-sc__subList {
  margin: 7px 0;
  padding-left: 1em;
}
.terms-sc__subList > li {
  line-height: 1.866;
}
.terms-sc__subList > li::before {
  content: "-";
}

.terms-sc__list2 {
  margin: 20px 0;
}
.terms-sc__list2 li {
  line-height: 2.8;
}

.terms-sc__list3 {
  margin-top: 23px;
}
.terms-sc__list3 li:not(:first-child) {
  margin-top: 14px;
}

.terms-sc__block:not(:first-of-type) {
  margin-top: 60px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .terms-body {
    padding: 65px 0 110px;
  }
  .terms-body__inner {
    padding: 0 6.4vw;
  }
  .terms-ttl {
    font-size: 7.2vw;
  }
  .terms-page {
    margin-top: 50px;
  }
  .terms-sc:not(:first-of-type) {
    margin-top: 50px;
    padding-top: 50px;
  }
  .terms-sc__ttl {
    margin-bottom: 15px;
    font-size: 4.5333333333vw;
    line-height: 1.675;
  }
  .terms-sc__list > li {
    margin-top: 50px;
  }
  .terms-sc__list > li .m-indent--dot p {
    line-height: 2;
    margin: 10px 0;
  }
  .terms-sc__subList {
    margin: 7px 0;
    padding-left: 1em;
  }
  .terms-sc__list2 {
    margin: 20px 0;
  }
  .terms-sc__list2 li {
    line-height: 2;
  }
  .terms-sc__list3 {
    margin-top: 23px;
  }
  .terms-sc__list3 li:not(:first-child) {
    margin-top: 14px;
  }
  .terms-sc__block:not(:first-of-type) {
    margin-top: 50px;
  }
}
/* ================================================

- 推奨環境

================================================ */
.terms-browser {
  margin: 24px 0 21px;
}

.terms-browser__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.terms-browser__list dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.terms-browser__list dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-left: 1.5em;
}

.terms-browser__list:not(:first-of-type) {
  margin-top: 14px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .terms-browser {
    margin: 24px 0 21px;
  }
  .terms-browser__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .terms-browser__list dd {
    margin-left: 0;
  }
  .terms-browser__list:not(:first-of-type) {
    margin-top: 14px;
  }
}