html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html, body, * {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.site-footer {
  background-color: #D63B3B;
  padding: 120px 0 140px;
}
.site-footer__panel {
  max-width: 1300px;
  margin: 0 auto;
  background-color: #FCFCFC;
  border-radius: 12px;
  padding: 80px 100px 56px;
  -webkit-box-shadow: 0 30px 80px rgba(214, 59, 59, 0.2);
          box-shadow: 0 30px 80px rgba(214, 59, 59, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
.site-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer__brand-link img {
  width: 220px;
  height: auto;
  display: block;
}
.site-footer__pagetop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #D63B3B;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.site-footer__pagetop:hover, .site-footer__pagetop:focus-visible {
  opacity: 0.7;
}
.site-footer__pagetop-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #D63B3B;
  position: relative;
}
.site-footer__pagetop-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #D63B3B;
  border-right: 2px solid #D63B3B;
  -webkit-transform: translate(-50%, -30%) rotate(-45deg);
          transform: translate(-50%, -30%) rotate(-45deg);
}
.site-footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
}
.site-footer .footer-nav__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #202020;
  text-decoration: none;
}
.site-footer .footer-nav__list {
  list-style: none;
  margin-top: 24px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.site-footer .footer-nav__list a {
  font-size: 14px;
  color: rgba(32, 32, 32, 0.72);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.site-footer .footer-nav__list a:hover, .site-footer .footer-nav__list a:focus-visible {
  color: #D63B3B;
}
.site-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(32, 32, 32, 0.08);
  padding-top: 24px;
  margin-top: 90px;
}
.site-footer__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
.site-footer__copyright {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(32, 32, 32, 0.6);
}
.site-footer__policy {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(32, 32, 32, 0.6);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.site-footer__policy:hover, .site-footer__policy:focus-visible {
  color: #D63B3B;
}
.site-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.site-footer__sns img {
  width: 48px;
  height: 48px;
  display: block;
}
@media (max-width: 960px) {
  .site-footer {
    padding: 80px 0 100px;
  }
  .site-footer__panel {
    padding: 56px 32px 48px;
    gap: 48px;
  }
  .site-footer .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 28px 36px;
  }
  .site-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
  .site-footer__sns {
    gap: 16px;
  }
}
@media (max-width: 640px) {
  .site-footer {
    padding: 56px 0 72px;
  }
  .site-footer__panel {
    margin: 0 16px;
    max-width: none;
    padding: 48px 20px 40px;
    gap: 40px;
  }
  .site-footer__brand-link img {
    width: 200px;
  }
  .site-footer .footer-nav {
    grid-template-columns: 1fr;
  }
  .site-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
  .site-footer__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .site-footer__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}