/* リセット */
html,
body {
  height: 100%;
  margin: 0;
}

picture {
  display: block;
}

p {
  margin: 0;
}

/* ベース */
html {
  -webkit-overflow-scrolling: touch;
}

/* 基本設定 */
.llw {
  max-width: 750px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.llw img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.overlayArea {
  position: relative;
}

.overlayItem {
  position: absolute;
}

/* 画像サイズの調整 */
img {
  width: 100%;
}

/* 高さの調整 */
.slick-slide {
  height: auto !important;
}

.mozi {
  top: 18%;
  left: 5%;
  width: 90%;
}

.btn {
  top: 78%;
  left: 5%;
  width: 90%;
}

@media screen and (max-width: 750px) {
  .mozi {
    top: 18%;
    left: 5%;
    width: 90%;
  }

@media screen and (max-width: 750px) {
  .btn {
    top: 77%;
    left: 0%;
    width: 100%;
  }
}

.footArea {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.footArea a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}

.footArea img {
  display: block;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  border: 0;
}

.about {
  background: #ffffff;
  color: #46323c;
}

.about p {
  padding: 0 5%;
  margin-bottom: 3%;
}

.about dd {
  margin-right: 5%;
  margin-left: 5%;
}

.about p:last-child {
  margin: 0;
  padding-bottom: 5%;
}

.about .titl {
  text-align: center;
  background: rgb(60 45 40);
  color: #ffffff;
  font-weight: bold;
  padding: 2% 0;
  margin-bottom: 3%;
}

.bold {
  font-weight: 700;
}

.red {
  color: #bf2828;
}

.blue {
  color: #003c7d;
}

.pl {
  position: relative;
  width: 100%;
}

.mt6 {
  margin-top: 6%;
}

.mb3 {
  margin-bottom: 3em;
}

.cta-btn {
  position: absolute;
  top: 0;
  right: 3%;
  width: 47.85%;
}

.btn-list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 84.8%;
}

.btn-list p {
  margin-bottom: 3%;
}

.footer-link {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 10%;
  list-style: none;
}

.footer-link li {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: #3c230f;
  padding-bottom: 1em;
  text-align: center;
  list-style: none;
}

#copy {
  background: #18512e;
  text-align: center;
  font-size: 0.72em;
  color: #fff;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 1em 0 1em;
  line-height: 1.7;
}
#copy p {
  text-align: center;
}