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

- Base

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

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

body {
  overflow-x: hidden;
}

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

- 表示アニメーション

================================================ */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

- フォント

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

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

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

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

- RWD表示切り替え

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

@media all and (max-width: 569px) {
  body {
    max-width: 1280px;
  }
}

@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;
}

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

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

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

- プラン

================================================ */
/* @media screen */
/* ================================================

-

================================================ */
.plan-fp {
  padding: 235px 0 85px;
}

ul.plan-fp__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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
}

ul.plan-fp__list li {
  width: calc((100% / 2) - (80px / 2));
  margin-top: 120px;
}

ul.plan-fp__list li.-double {
  margin-left: 80px;
}

ul.plan-fp__list li.-single {
  width: 100%;
  margin-right: 0;
}

ul.plan-fp__list li.-single img {
  display: block;
  max-width: 529px;
  width: 100%;
  margin: 0 auto;
}

ul.plan-fp__list li:nth-child(-n+2) {
  margin-top: 0;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .plan-fp {
    padding: 140px 0 85px;
  }
  .plan-fp__content {
    padding: 0 4vw;
  }
  ul.plan-fp__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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.plan-fp__list li {
    max-width: 405px;
    width: 76vw;
    margin-top: 60px;
  }
  ul.plan-fp__list li.-double {
    margin-left: 0;
  }
  ul.plan-fp__list li:nth-child(-n+2) {
    margin-top: 60px;
  }
  ul.plan-fp__list li:nth-child(-n+1) {
    margin-top: 0;
  }
}
