@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, b, dl, dt, dd, ol, ul, li,
form, label, legend, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

html {
  touch-action: manipulation;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #4D4D4D;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.8;
}

table {
  border-spacing: 0;
}

img {
  width: 100%;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
.wrap {
  max-width: 750px;
  margin: 0 auto;
}
.wrap .bnr_area {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .wrap .bnr_area {
    width: 93.3333333333vw;
    padding-bottom: 12vw;
  }
}
.wrap .bnr_area p {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .wrap .bnr_area p {
    margin-top: 13.3333333333vw;
  }
}
.wrap .bnr_area p:first-child {
  margin-top: 0;
}/*# sourceMappingURL=style.css.map */


/* ===================================================================================
 body
=================================================================================== */



body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  color: #4D4D4D;
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.7333333333vw;
  }
}

.inner {
  max-width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
}


.lp_img{ 
  max-width: 750px;
 margin: 0 auto;}


.footer {
  margin-bottom: 200px;
}
@media screen and (max-width: 750px) {
  .footer {
    margin-bottom: 26.6666666667vw;
  }
}
.footer .foot_nav {
  display: flex;
  justify-content: center;
  margin: 55px 0 40px;
}
@media screen and (max-width: 750px) {
  .footer .foot_nav {
    margin: 7.3333333333vw 0 5.3333333333vw;
  }
}
.footer .foot_nav li {
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footer .foot_nav li {
    padding: 0 2.6666666667vw;
  }
}
.footer .foot_nav li::before {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background: #3E3A39;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .footer .foot_nav li::before {
    height: 4.2666666667vw;
  }
}
.footer .foot_nav li:first-child::before {
  content: none;
}
.footer .foot_nav li a {
  color: #3E3A39;
  font-size: 26px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .footer .foot_nav li a {
    font-size: 3.4666666667vw;
  }
}
.footer .copy {
  color: #3E3A39;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .footer .copy {
    font-size: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */