* {
  box-sizing: border-box;
  color: inherit;
}

*:before,
*:after {
  box-sizing: border-box;
  color: inherit;
}

html {
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

body,
section,
article,
address,
div,
ul,
ol,
li,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
p,
a,
span,
strong,
small,
b,
pre,
form,
input,
select,
textarea,
button {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

table {
  max-width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  table-layout: fixed;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

img {
  pointer-events: none;
}

pre {
  white-space: normal;
}

a {
  text-decoration: none;
}

*:link,
*:visited,
*:active {
  text-decoration: inherit;
}

input,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
}

button {
  display: inline-block;
  background: none;
  border: none;
}

label {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
}

input[type=radio],
input[type=checkbox],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
button,
label {
  cursor: pointer;
}

textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  resize: vertical;
}

*:focus {
  outline: none;
}

.s-footer {
  background: #ffffff;
  padding-top: 40px;
}
.s-footer .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #FA6F45;
}
.s-footer .pagetop {
  max-width: 140px;
  margin-top: -40px;
}
.s-footer .logo {
  max-width: 293px;
  margin-top: -34px;
}
.s-footer .menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
}
.s-footer .menu a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ffffff;
  text-decoration: underline;
}
.s-footer .bottom {
  width: 100%;
  background: #ffffff;
  padding: 20px 16px;
  border-radius: 20px 20px 0 0;
  margin-top: 64px;
}
.s-footer .bottom .sns {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.s-footer .bottom .sns a {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: #F4F3EE;
  padding: 11px;
  border: 2px solid #E8E1D7;
  border-radius: 16px;
}
.s-footer .bottom .copyright {
  font-family: "Figtree", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4E4D4D;
  margin-top: 20px;
}/*# sourceMappingURL=footer.css.map */