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

/*==================================
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_1-btn--03, .unit_1-btn--02, .unit_1-btn--01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 86.6666666667%;
  transition: opacity 0.3s;
}
.unit_1-btn--03:hover, .unit_1-btn--02:hover, .unit_1-btn--01:hover {
  opacity: 0.6;
}

/* unit_1:start */
.unit_1 p {
  width: 100%;
  margin: 0;
}
.unit_1 p img {
  width: 100%;
  vertical-align: bottom;
  line-height: 1;
  font-size: 0;
}
.unit_1 p a {
  display: block;
  width: 86.666666667%;
}
@media screen and (max-width: 768px) {
  .unit_1 p a {
    width: 86.6666666667vw;
  }
}
.unit_1_kv {
  position: relative;
  margin: 0 0 -1px 0;
  z-index: 10;
}
.unit_1_kv-movie {
  position: absolute;
  top: 43%;
  right: 0;
  width: 84% !important;
}
.unit_1-cta {
  position: relative;
  margin-bottom: -2px !important;
  z-index: 1;
}
.unit_1-btn--01 {
  top: 60.8%;
}
.unit_1-btn--02 {
  width: 85.3333333333%;
  top: 74.5%;
}
.unit_1-btn--03 {
  top: 61.25%;
}
.unit_1__04 {
  position: relative;
  margin-bottom: -1px !important;
  z-index: 2;
}
.unit_1__05 {
  position: relative;
  z-index: 1;
}

/* unit_1:end */
/* float:start */
.float {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s all;
  max-width: 750px;
  width: 100%;
  max-height: 277px;
  height: 100%;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .float {
    max-width: none;
    max-height: none;
    height: 36.9333333333vw;
    z-index: 1000;
  }
}
.float__btn {
  display: block;
  width: 91.3333333333%;
  margin-inline: auto;
  transition: opacity 0.3s;
}
.float__btn:hover {
  opacity: 0.6;
}
.float__disable {
  opacity: 0;
  pointer-events: none;
}

/* float:end */