body {
    margin-top: 0 !important;
}

.lp-container .wp-block-image{
	margin:0 auto !important;
}

.lp-container {
  position: relative;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  color: #3c4449;
}
.lp-container img {
  width: 100%;
  height: auto;
  vertical-align: bottom; 
}

.lp-fixed-button {
  display: block;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 640px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateX(-50%);
  z-index: 3;
}

.lp-fixed-button.active {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0);
}

.lp-footer {
  background: #FFF7F5;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.lp-footer-container {
  padding: 50px 20px;
  text-align: center;
}
.lp-footer-line {
  width: 100%; 
  height: 1px;
  background-color: #005AA0;
  margin-bottom: 20px;
}

.lp-footer-logo {
  margin-left: auto;
  margin-right: auto;
}

.lp-footer-logo img {
  display: inline-block;
}
.lp-footer-address {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}
.lp-footer-nav {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style-type: none;
}
.lp-footer-nav li {
  padding-right: 15px;
  padding-left: 15px;
}
.lp-footer-nav li + li {
  border-left: 1px solid #000000;
}
.lp-footer-nav a {
  color: #000000;
  text-decoration: none;
}
.lp-footer-nav a:hover {
  text-decoration: underline;
}

.lp-copyright {
  height: 60px;
  color: #000000;
  font-size: 12px;
  line-height: 60px;
  text-align: center;
  background: #FFF7F5;
}


//動画用
.video-overlay-container {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.video-overlay-container img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.overlay-video {
  position: absolute;
  top: 75%;
  left: 50%;
  width: 40%;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 2;
  pointer-events: none;	
}