@use "./common/reset";

/* SP space */
.body_sph .contents_main {
	margin: 0 !important;
}
body{
	margin: 0;
}
/*==================================
Layout
==================================*/
.lt-page-inner {
  width: 750px;
  margin: 0 auto;
}
.lt-page-inner .grn {
	background: #cfebad;
}
/*==================================
Image
==================================*/
.lt-box-img {
  width: 100%;
}
.lt-box-img img {
  vertical-align: bottom;
  max-width: 100%;
}

/*==================================
offer
==================================*/
.lt-cv-area {
  position: relative;
}
.lt-cv-area-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 38.6%;
    margin: auto;
    width: 83%;
transition-duration: .4s;
}
.lt-cv-area-btn:hover {
transform: scale(1.1);
}

/*==================================
footer
==================================*/
.lt-footer {
  background-color: #000;
}
.lt-footer .copyright {
  margin: 0 auto;
}
.lt-footer .copyright img {
  width: 100%;
}
.lt-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;
}
.lt-footer-list-item img {
  width: 100%;
}

/*==================================
float-cv-btn
==================================*/

#pt-cv-btn {
  position: fixed;
  bottom: 10px;
  margin: 0 auto;
  transition-duration: 0.4s;
}
#pt-cv-btn:hover {
  transform: scale(1.08);
}
#pt-cv-btn img {
  margin: 0 auto;
  display: block;
}
.float-disable {
  opacity: 0 !important;
  pointer-events: none !important;
}

/*==================================
sp
==================================*/
@media screen and (max-width: 768px) {
  .lt-page-inner {
    width: 100%;
    margin: 0 auto;
  }
	#pt-cv-btn img {
	  max-width: 100%;
	}
}