/* 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: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: 100%;
}
.unit_1_kv {
  position: relative;
}
.unit_1_kv a {
  display: block;
  width: 97.2%;
  position: absolute;
  top: 84.75%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .unit_1_kv a {
    width: 97.2vw;
  }
}
.unit_1__link-back {
  position: relative;
  margin-bottom: -1px !important;
}
.unit_1__link-btn {
  position: absolute;
  top: 59.3103448276%;
  left: 50%;
  transform: translateX(-50%);
}
.unit_1__03 {
  position: relative;
  margin-top: -1px !important;
}

/* unit_1:end */
/* unit_2:start */
.unit_2 p {
  width: 100%;
  margin: 0;
}
.unit_2 p img {
  width: 100%;
}
.unit_2 p a {
  display: block;
  width: 100%;
}
.unit_2__link-back {
  position: relative;
}
.unit_2__link-btn {
  position: absolute;
  top: 59.3103448276%;
  left: 50%;
  transform: translateX(-50%);
}
.unit_2__10 {
  position: relative;
  margin-top: -1px !important;
}

/* unit_2:end */
/* unit_3:start */
.unit_3 {
  position: relative;
}
.unit_3 p {
  width: 100%;
  margin: 0;
}
.unit_3 p img {
  width: 100%;
}
.unit_3 p a {
  display: block;
}
.unit_3__link-back {
  position: relative;
  margin-top: -1px !important;
}
.unit_3__link-btn {
  position: absolute;
  width: 47.4666666667%;
  top: 50.0711237553%;
}
@media screen and (max-width: 768px) {
  .unit_3__link-btn {
    width: 47.4666666667vw;
  }
}
.unit_3__link-btn--01 {
  left: 2.9333333333%;
}
.unit_3__link-btn--02 {
  right: 3.2%;
}
.unit_3__link-btn--03 {
  width: 94.5333333333%;
  top: 63.8691322902%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .unit_3__link-btn--03 {
    width: 94.5333333333vw;
  }
}

/* unit_3: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__bg {
  background-color: #fff;
}
.float__btn {
  display: block;
  width: 98.6666666667%;
  margin: 0 auto;
}
.float__btn img {
  width: 100%;
}
.float__disable {
  opacity: 0;
  pointer-events: none;
}

/* float:end */