/* reset:start */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
}

[hidden] {
  display: none;
}

.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.cont__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .cont__container, .cont__container--small {
    max-width: 94.6666666667vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.cont__container--small {
  max-width: 990px;
}
@media screen and (max-width: 768px) {
  .cont__container--small {
    max-width: 89.3333333333vw;
  }
}

.link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.link:hover {
  opacity: 0.7;
}

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

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

.unit {
  position: relative;
}

/*==================================
Layout
==================================*/
.eq-page-inner {
  width: 750px;
  margin: 0 auto;
}

/*==================================
footer
==================================*/
.eq-footer {
  background-color: #000;
}

.eq-footer .copyright {
  margin: 0 auto;
}

.eq-footer .copyright img {
  width: 100%;
}

.eq-footer-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eq-footer-list-item img {
  width: 100%;
}

article.bk {
  background: #fac4c2;
}

article.bk_grade {
  background-image: linear-gradient(180deg, rgb(250, 196, 194) 96%, rgb(255, 255, 255) 96%);
}

/*==================================
sp
==================================*/
@media screen and (max-width: 768px) {
  .eq-page-inner {
    width: 100%;
    margin: 0 auto;
  }
}
.body_sph .contents_main {
  margin: 0 !important;
}

/* common:end */
.unit_btn--top, .unit_btn--kv, .unit_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* unit:start */
.unit_kv {
  position: relative;
  z-index: 10;
}
.unit_cta {
  position: relative;
  margin-bottom: -2px !important;
  z-index: 1;
}
.unit_btn {
  top: 59.2592592593%;
  width: 86.6666666667%;
}
.unit_btn--kv {
  bottom: 1.83639399%;
  width: 79.0666666667%;
}
.unit_btn--top {
  top: 55.6643356643%;
  width: 86.6666666667%;
}
.unit_note {
  position: relative;
}
.unit_note-link {
  display: block;
  position: absolute;
  left: 50px;
  bottom: 60px;
}
@media screen and (max-width: 768px) {
  .unit_note-link {
    left: 6.6666666667vw;
    bottom: 8vw;
    width: 64.1333333333%;
  }
}

/* unit:end */
/* float:start */
.float {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s all;
  max-width: 750px;
  width: 100%;
  max-height: 208px;
  height: 100%;
  z-index: 1000;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .float {
    max-width: none;
    max-height: none;
    height: 27.7333333333vw;
    z-index: 1000;
  }
}
.float__btn {
  position: absolute;
  display: block;
  width: 93.3333333333%;
  transform: translateX(-50%);
  left: 50%;
  top: 15px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .float__btn {
    top: 2vw;
  }
}
.float__btn img {
  width: 100%;
}
.float__disable {
  opacity: 0;
  pointer-events: none;
}

/* float:end */