img[width="1"],img[width='1'] {
	display:block;
	width:1px;
	height:1px;
	margin:0;
}
img,video {
	width: 100%;
	display:block;
	vertical-align:bottom;
	height:auto;
}
video {
	filter: drop-shadow(0px 0px rgba(0,0,0,0));
	outline: none;
	border: none;
}
body {
	background:url(../img/bg.webp) no-repeat center/cover;
	background-attachment:fixed;
	z-index:-1000;
}
#main {
	margin:0 auto;
	max-width:750px;
	box-shadow:0 0 10px 0 rgba(191,217,236,.5);
}
a {
	transition:0.3s;
}
a:hover {
	opacity:.6;
}
.cta__box {
  position: relative;
}
.cta__box__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 88%;
}
.cta__box__btn div {
  margin-bottom: 1em;
}
#lpfooter {
  font-size: clamp(12px,calc(24 / 750 * 100vw),24px);
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#231815;
  line-height:calc(44 / 24 * 1em);
	background: rgba(255,255,255,1.0);
	padding-top: 60px;
	max-width: 750px;
}
#lpfooter a{
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
#lpfooter a:hover{
  text-decoration: underline;
}
#lpfooter span {
  font-size: inherit;
  font-weight: inherit;
}
#lpfooter img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
#lpfooter img.img-t {
  vertical-align: top;
}
#lpfooter footer ,
#lpfooter div,
#lpfooter p {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter ul,
#lpfooter li {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
#lpfooter {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  width: 100%;
}
#lpfooter .footer__logo {
  display: block;
  width: clamp(125px,calc(350 / 750 * 100%),350px);
  margin: 0 auto;
}
#lpfooter .footer__link {
  text-align: left;
  display: block;
  box-sizing: border-box;
  padding: calc(80 / 750 * 100%) calc(40 / 750 * 100%) calc(40 / 750 * 100%);
}
#lpfooter .footer__link li{
  font-size: calc(28 / 24 * 1em);
  font-weight: 300;
  margin-bottom: 1em;
}
#lpfooter .footer__link li:before {
  content: "◆";
  color: #e60012;
  margin-right: .4em;
  text-decoration: none!important;
}
#lpfooter #copy {
  text-align: center;
  font-size: .75em;
  background-color: rgba(176,18,34,1.00);
  box-sizing: border-box;
  padding: .5em;
	color: rgba(255,255,255,1.00);
}
@media screen and (max-width:768px) {
#lpfooter {
	padding-top: 30px;
}	
}