body {
  margin: 0;
  padding: 0;
}

/* SP space */
.body_sph .contents_main {
  margin: 0 !important;
}

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

/*==================================
Image
==================================*/
.et-box-img {
  width: 100%;
}
.et-box-img img {
  vertical-align: bottom;
  max-width: 100%;
}

/*==================================
background
==================================*/
.et-background-color01 {
  background-image: linear-gradient(180deg, rgb(206, 11, 95) 1%, rgb(249, 223, 220) 99%);
}

.et-background-color02 {
  background-color: #b7a9b6;
}

.et-background-color03 {
  background-image: linear-gradient(91deg, #f6d9df 73%, rgb(251, 193, 207) 91%);
}

.et-background-color04 {
  background-color: #f6dcda;
}

.et-background-color05 {
  background-image: linear-gradient(90deg, rgb(255, 241, 241) 29%, rgb(255, 201, 215) 41%, rgb(255, 241, 241) 53%, rgb(252, 225, 230) 85%, rgb(254, 237, 238) 93%, rgb(249, 223, 220));
}

.et-background-color06 {
  background-color: #5c5962;
}

.et-background-color07 {
  background-color: #f9e1e6;
}

/*==================================
float-btn
==================================*/
.float {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s all;
  max-width: 750px;
  width: 100%;
  z-index: 1000;
}
.float-container {
  position: relative;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.float-btn {
  display: block;
  background-color: #fff;
}
.float-disable {
  opacity: 0;
  pointer-events: none;
}

/*==================================
offer
==================================*/
.et-cv-area {
  position: relative;
}
.et-cv-area-btn01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28%;
  margin: auto;
  width: 82.4%;
  transition-duration: 0.4s;
}
.et-cv-area-btn01:hover {
  transform: scale(1.1);
}
.et-cv-area-btn02 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27%;
  margin: auto;
  width: 82.4%;
  transition-duration: 0.4s;
}
.et-cv-area-btn02:hover {
  transform: scale(1.1);
}
.et-cv-area-btn03 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26%;
  margin: auto;
  width: 82.4%;
  transition-duration: 0.4s;
}
.et-cv-area-btn03:hover {
  transform: scale(1.1);
}
.et-cv-area-btn01 img {
  vertical-align: bottom;
  max-width: 100%;
}
.et-cv-area-btn02 img {
  vertical-align: bottom;
  max-width: 100%;
}
.et-cv-area-btn03 img {
  vertical-align: bottom;
  max-width: 100%;
}

/*==================================
footer
==================================*/
.et-footer {
  background-color: #000;
}
.et-footer .copyright {
  margin: 0 auto;
}
.et-footer .copyright img {
  width: 100%;
}
.et-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;
}
.et-footer-list-item img {
  width: 100%;
}

/*==================================
sp
==================================*/
@media screen and (max-width: 768px) {
  .et-page-inner {
    width: 100%;
    margin: 0 auto;
  }
  .float-btn img {
    width: 100%;
  }
}