@charset "UTF-8";

/* ヘッダー */
.smt-momentum .header {
	padding: 22px 33px;
	border-bottom: none;
	background-color: #fff;
	position: relative;
	z-index: 10;
}
.smt-momentum .header .header-nav {
	margin: 0;
}
@media only screen and (min-width: 768px) {
	.smt-momentum .header {
    min-width: auto;
  }
}


/* フッター */
.smt-momentum .c-footer {
  background-color: #D6A73B;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 40px 0;
}
.smt-momentum .c-footer .inner-block {
  max-width: 1044px;
}
.smt-momentum .c-footer .ttl {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3913043478;
}
.smt-momentum .c-footer .txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4666666667;
  margin-top: 20px;
}
.smt-momentum .c-footer .copy {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}
.smt-momentum .footer {
  position: relative;
  min-width: auto;
  height: min(218px, 34.954954955vw);
  color: #fff;
  padding-top: 40px;
  background-color: #652E0B;
  z-index: 10;
}
.smt-momentum .footer .txt-wrap {
  width: 100%;
  max-width: min(960px, 86.4864864865vw);
  margin: 0 auto;
}
.smt-momentum .footer .com-txt {
  font-size: min(23px, 2.0720720721vw) !important;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.smt-momentum .footer .info-txt {
  margin-top: 20px;
  font-size: min(15px, 1.3513513514vw);
  letter-spacing: 0.04em;
  line-height: 1.7 !important;
}
.smt-momentum .footer .copy-txt {
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 896px) {
  .smt-momentum .footer {
    height: 100%;
    padding: 27px 0;
  }
  .smt-momentum .footer .com-txt {
    font-size: 16px !important;
  }
  .smt-momentum .footer .info-txt {
    font-size: 12px;
    margin-top: 10px;
  }
  .smt-momentum .footer .copy-txt {
    font-size: 10px;
    margin-top: 20px;
  }
}