/* 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;
  }
}

.unit {
  position: relative;
}
.unit_cont {
  position: relative;
}
.unit_btn {
  width: 627px;
  position: absolute;
  bottom: 463px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .unit_btn {
    width: 83.6%;
    bottom: 61.7333333333vw;
  }
}

/*==================================
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:start */
.unit picture {
  display: block;
  width: 100%;
  margin: 0;
}
.unit picture > img {
  width: 100%;
  height: auto;
}
.unit_movie {
  position: relative;
  margin-top: -1px;
}
.unit_movie iframe {
  position: absolute;
  bottom: 325px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .unit_movie iframe {
    width: 89.3333333333vw;
    height: 52vw;
    bottom: 43.3333333333vw;
  }
}

/* unit:end */
/* float:start */
.float {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s all;
  max-width: 750px;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .float {
    max-width: none;
  }
}
.float__container {
  position: relative;
  width: 100%;
  font-size: 0;
}
.float__back {
  width: 100%;
}
.float__dec {
  position: absolute;
  right: 150px;
  bottom: 20px;
  pointer-events: none;
  z-index: 10;
  width: 54px;
}
@media screen and (max-width: 768px) {
  .float__dec {
    right: 20vw;
    bottom: 2.6666666667vw;
    width: 7.2vw;
  }
}
.float__btn {
  display: block;
  background-color: #fff;
}
.float__disable {
  opacity: 0;
  pointer-events: none;
}

/* float:end */