@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700;900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0;
  background: url(../image/background_01_sp.webp) center top/contain repeat-y, hsl(55, 100%, 85%);
}

body > header {
  width: 100%;
}
body > header > h1 {
  width: 60.4vw;
  margin: 14.8vw auto 0;
}
body > header > h1 img {
  width: 100%;
  height: auto;
}
body > header > h2 {
  width: 83.8666666667vw;
  margin: 12.8vw auto 0;
  pointer-events: none;
}
body > header > h2 img {
  width: 100%;
  height: auto;
}
body > header > p {
  text-align: center;
  width: 89.3333333333vw;
  margin: 10.2666666667vw auto 0;
  font-weight: 900;
  font-size: 6.6666666667vw;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: hsl(26, 65%, 26%);
}

#manners {
  width: 100%;
  margin: 52.8vw 0 0;
}
#manners > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 89.3333333333vw;
  padding: 0;
}
#manners > ul:nth-of-type(1) {
  gap: 25.7333333333vw;
  margin: 0 auto;
}
#manners > ul:nth-of-type(1) > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#manners > ul:nth-of-type(1) > li > img {
  display: block;
  width: 89.3333333333vw;
  height: auto;
  pointer-events: none;
}
#manners > ul:nth-of-type(1) > li > p {
  text-align: center;
  width: 89.3333333333vw;
  margin: 8.5333333333vw auto 0;
  font-weight: 900;
  font-size: 5.3333333333vw;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: hsl(26, 65%, 26%);
}
#manners > ul:nth-of-type(2) {
  gap: 14.4vw;
  margin: 18.9333333333vw auto 0;
}
#manners > ul:nth-of-type(2) > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#manners > ul:nth-of-type(2) > li > img {
  display: block;
  width: 49.3333333333vw;
  height: auto;
  pointer-events: none;
}
#manners > ul:nth-of-type(2) > li > a {
  display: block;
  width: 74.9333333333vw;
  position: relative;
  margin: 5.6vw auto 0;
  padding: 0 0 4.1333333333vw;
  font-weight: 900;
  font-size: 5.3333333333vw;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: hsl(26, 65%, 26%);
  text-decoration: none;
  user-select: none;
}
#manners > ul:nth-of-type(2) > li > a::before {
  content: "";
  display: block;
  width: 74.9333333333vw;
  height: max(0.8vw, 1px);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: max(0.4vw, 0.5px);
  background: hsl(26, 73%, 17%);
}
#manners > ul:nth-of-type(2) > li > a::after {
  content: "";
  display: block;
  width: 6.4vw;
  height: 6.6666666667vw;
  position: absolute;
  bottom: 3.7333333333vw;
  right: 0;
  background: url(../image/manners_03.svg) center center/contain no-repeat;
}
#manners > ul:nth-of-type(2) > li:nth-of-type(2) > a > br:nth-of-type(2) {
  display: none;
}
#manners > ul:nth-of-type(3) {
  gap: 3.2vw;
  justify-content: center;
  margin: 10.2666666667vw auto 0;
}
#manners > ul:nth-of-type(3) > li {
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 1.3888888889;
  letter-spacing: 0.03em;
  color: hsl(238, 40%, 15%);
  text-align: center;
}
#manners > ul:nth-of-type(3) > li::before {
  content: "※";
}
#manners > h3 {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 89.3333333333vw;
  box-sizing: border-box;
  margin: 29.4666666667vw auto 0;
  padding: 3.4666666667vw 0 2.6666666667vw;
  font-weight: 900;
  font-size: 4vw;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
  color: hsl(26, 65%, 26%);
  background: hsl(0, 0%, 100%);
  border: max(0.5333333333vw, 1px) solid hsl(26, 65%, 26%);
}

#service {
  width: 100%;
  margin: 36.4vw 0 0;
}
#service > h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 88.9333333333vw;
  height: 13.3333333333vw;
  margin: 0 auto;
  font-weight: 900;
  font-size: 5.8666666667vw;
  line-height: 1;
  letter-spacing: 0.06em;
  color: hsl(0, 0%, 100%);
  background: hsl(33, 100%, 48%);
  border-radius: 6.6666666667vw;
}
#service > div {
  display: grid;
  justify-content: center;
  width: 100%;
  margin: 23.8666666667vw 0 0;
}
#service > div > div {
  width: 100%;
}
#service > div > div:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#service > div > div:nth-of-type(1) > h4 {
  width: 38.1333333333vw;
  height: 38.1333333333vw;
  margin: 0 auto;
}
#service > div > div:nth-of-type(1) > h4 img {
  width: 100%;
  height: auto;
}
#service > div > div:nth-of-type(1) > p {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
  justify-content: center;
  width: 89.3333333333vw;
  font-weight: 900;
  font-size: 9.3333333333vw;
  line-height: 1;
  letter-spacing: 0.035em;
  color: hsl(355, 100%, 43%);
}
#service > div > div:nth-of-type(1) > p > span {
  display: block;
  position: relative;
  padding: 0 2.1333333333vw 2.8vw;
}
#service > div > div:nth-of-type(1) > p > span::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.1333333333vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: hsl(54, 94%, 52%);
  border-radius: 1.0666666667vw;
}
#service > div > div:nth-of-type(1) > p:nth-of-type(1) {
  margin: 8.2666666667vw auto 0;
}
#service > div > div:nth-of-type(1) > p:nth-of-type(n+2) {
  position: relative;
  margin: 8vw auto 0;
  padding: 6.1333333333vw 0 0;
}
#service > div > div:nth-of-type(1) > p:nth-of-type(n+2)::before {
  content: "";
  display: block;
  width: 88vw;
  height: 1.0666666667vw;
  position: absolute;
  top: 0;
  left: calc(50% - 44vw);
  background: url(../image/service_02.svg) center left/4vw repeat-x;
}
#service > div > div:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5.6vw;
  margin: 13.7333333333vw 0 0;
}
#service > div > div:nth-of-type(2) > img {
  display: block;
  width: 77.3333333333vw;
  height: auto;
  box-sizing: border-box;
  pointer-events: none;
  border-radius: 18.6666666667vw;
}
#service > div > div:nth-of-type(2) > img:nth-of-type(2) {
  border: 1px solid hsl(0, 100%, 0%);
}
#service > div > div:nth-of-type(3) {
  margin: 21.3333333333vw 0 0;
}
#service > div > div:nth-of-type(3) > p {
  text-align: center;
  width: 89.3333333333vw;
  position: relative;
  margin: 0 auto;
  padding: 6.8vw 0 5.2vw;
  font-weight: 900;
  font-size: 5.8666666667vw;
  line-height: 1.7727272727;
  letter-spacing: 0.035em;
  color: hsl(0, 1%, 30%);
}
#service > div > div:nth-of-type(3) > p::before {
  content: "";
  display: block;
  width: 88vw;
  height: 1.0666666667vw;
  position: absolute;
  top: 0;
  left: calc(50% - 44vw);
  background: url(../image/service_02.svg) center left/4vw repeat-x;
}
#service > div > div:nth-of-type(3) > p::after {
  content: "";
  display: block;
  width: 88vw;
  height: 1.0666666667vw;
  position: absolute;
  bottom: 0;
  left: calc(50% - 44vw);
  background: url(../image/service_02.svg) center left/4vw repeat-x;
}
#service > div > div:nth-of-type(3) > ul {
  list-style: none;
  width: 89.3333333333vw;
  margin: 4vw auto 0;
  padding: 0;
}
#service > div > div:nth-of-type(3) > ul > li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  width: 100%;
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  color: hsl(238, 40%, 15%);
}
#service > div > div:nth-of-type(3) > ul > li::before {
  content: "※";
}

#shop {
  width: 100%;
  margin: 34.2666666667vw 0 0;
}
#shop > h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 88.9333333333vw;
  height: 13.3333333333vw;
  margin: 0 auto;
  font-weight: 900;
  font-size: 5.0666666667vw;
  line-height: 1;
  letter-spacing: 0.01em;
  color: hsl(0, 0%, 100%);
  background: hsl(33, 100%, 48%);
  border-radius: 6.6666666667vw;
}
#shop > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24.8vw;
  width: 89.3333333333vw;
  margin: 20.8vw auto 0;
  padding: 0;
}
#shop > ul > li {
  position: relative;
  padding: 12.1333333333vw 10.1333333333vw 0;
}
#shop > ul > li > a {
  display: block;
}
#shop > ul > li > a img {
  width: 100%;
  height: auto;
}
#shop > ul > li > a:nth-of-type(1) {
  width: 48.5333333333vw;
  margin: 0 auto;
}
#shop > ul > li > a:nth-of-type(2) {
  width: 25.0666666667vw;
  height: 25.0666666667vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  background: hsl(355, 100%, 43%);
  border-radius: 50%;
  box-shadow: 0 1.3333333333vw 1.6vw hsla(238, 40%, 15%, 0.4);
}
#shop > ul > li > h4 {
  margin: 0;
}
#shop > ul > li > h4 > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 62vw;
  height: 8.2666666667vw;
  margin: 8vw auto 0;
  font-weight: 900;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: hsl(0, 0%, 100%);
  background: hsl(33, 100%, 48%);
  border-radius: 4.1333333333vw;
}
#shop > ul > li:nth-of-type(5) > h4 > a {
  font-size: 3.4666666667vw;
  letter-spacing: 0;
}

#notice {
  width: 100%;
  margin: 46.5333333333vw 0 0;
  padding: 0 0 26.8vw;
}
#notice > h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3.2vw 13.8666666667vw 6vw;
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  color: hsl(0, 0%, 100%);
  background: hsl(26, 65%, 26%);
  border-top: max(0.2666666667vw, 1px) solid hsl(0, 0%, 44%);
  border-bottom: max(0.2666666667vw, 1px) solid hsl(0, 0%, 44%);
}
#notice > p {
  width: 73.3333333333vw;
  box-sizing: border-box;
  margin: 5.8666666667vw auto 0;
  font-weight: 700;
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
  color: hsl(238, 40%, 15%);
}

body > aside {
  width: 100%;
  height: 14.6666666667vw;
  position: sticky;
  bottom: 0;
  left: 0;
}
body > aside > a {
  display: block;
  width: 11.4666666667vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 2.2666666667vw;
  border-radius: 50%;
}
body > aside > a img {
  width: 100%;
  height: auto;
}

body > footer {
  width: 100%;
  box-sizing: border-box;
  padding: 6.1333333333vw 13.3333333333vw 4.6666666667vw;
  background: hsl(33, 100%, 48%);
}
body > footer > address {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 4vw;
  line-height: 1.3333333333;
  color: hsl(0, 0%, 100%);
}
body > footer > small {
  display: block;
  margin: 5.2vw auto 0;
  text-align: center;
  font-family: "Elza", sans-serif;
  font-weight: 500;
  font-size: 3.7333333333vw;
  line-height: 1;
  color: hsl(0, 0%, 100%);
}
@media (min-width: 768px) {
  body {
    background: url(../image/background_01_pc.webp) center top/contain repeat-y, hsl(55, 100%, 85%);
  }
  body > header {
    width: 100%;
  }
  body > header > h1 {
    width: 17.3958333333vw;
    margin: 3.125vw 0 0 6.25vw;
  }
  body > header > h1 img {
    width: 100%;
    height: auto;
  }
  body > header > h2 {
    width: 76.40625vw;
    margin: 4.2708333333vw auto 0;
  }
  body > header > p {
    width: 77.0833333333vw;
    margin: 2.9166666667vw auto 0;
    font-size: 2.2395833333vw;
    line-height: 1.2093023256;
  }
  body > header > p > br:nth-of-type(1) {
    display: none;
  }
  body > header > p > br:nth-of-type(3) {
    display: none;
  }
  body > header > p > br:nth-of-type(4) {
    display: none;
  }
  #manners {
    margin: 7.2916666667vw 0 0;
  }
  #manners > ul {
    align-items: start;
    width: 88.5416666667vw;
    padding: 0;
  }
  #manners > ul:nth-of-type(1) {
    gap: 3.9583333333vw 2.5vw;
  }
  #manners > ul:nth-of-type(1) > li {
    width: 27.3958333333vw;
  }
  #manners > ul:nth-of-type(1) > li > img {
    width: 100%;
    height: auto;
  }
  #manners > ul:nth-of-type(1) > li > p {
    width: 100%;
    margin: 1.3020833333vw auto 0;
    font-size: 1.40625vw;
    line-height: 1.4814814815;
  }
  #manners > ul:nth-of-type(1) > li:nth-of-type(1) > p > br:nth-of-type(1) {
    display: none;
  }
  #manners > ul:nth-of-type(1) > li:nth-of-type(1) > p > br:nth-of-type(3) {
    display: none;
  }
  #manners > ul:nth-of-type(1) > li:nth-of-type(2) > p > br:nth-of-type(1) {
    display: none;
  }
  #manners > ul:nth-of-type(1) > li:nth-of-type(3) > p > br:nth-of-type(2) {
    display: none;
  }
  #manners > ul:nth-of-type(1) > li:nth-of-type(3) > p > br:nth-of-type(5) {
    display: none;
  }
  #manners > ul:nth-of-type(1) > li:nth-of-type(4) > p > br:nth-of-type(1) {
    display: none;
  }
  #manners > ul:nth-of-type(1) > li:nth-of-type(4) > p > br:nth-of-type(3) {
    display: none;
  }
  #manners > ul:nth-of-type(2) {
    align-items: stretch;
    gap: 3.125vw;
    margin: 6.3020833333vw auto 0;
  }
  #manners > ul:nth-of-type(2) > li {
    align-content: space-between;
    width: 19.53125vw;
  }
  #manners > ul:nth-of-type(2) > li > img {
    width: 100%;
  }
  #manners > ul:nth-of-type(2) > li > a {
    width: 14.5833333333vw;
    margin: 1.71875vw auto 0;
    padding: 0 0 0.9895833333vw;
    font-size: 1.3020833333vw;
    line-height: 1.2;
  }
  #manners > ul:nth-of-type(2) > li > a::before {
    width: 100%;
    height: max(0.15625vw, 2px);
    border-radius: max(0.078125vw, 1px);
  }
  #manners > ul:nth-of-type(2) > li > a::after {
    width: 1.25vw;
    height: 1.3020833333vw;
    bottom: 1.1458333333vw;
    right: 0;
  }
  @keyframes arrow {
    0% {
      opacity: 1;
      transform: translate(0, 0);
    }
    5% {
      opacity: 0;
      transform: translate(0, 0);
    }
    10% {
      opacity: 0;
      transform: translate(-1.25vw, 0);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  #manners > ul:nth-of-type(2) > li > a:hover::after {
    animation: 0.5s linear 0s 1 normal both arrow;
  }
  #manners > ul:nth-of-type(2) > li:nth-of-type(2) > a > br:nth-of-type(2) {
    display: inline;
  }
  #manners > ul:nth-of-type(3) {
    gap: 0.3645833333vw;
    margin: 5.7291666667vw auto 0;
  }
  #manners > ul:nth-of-type(3) > li {
    width: 100%;
    font-size: 1.6666666667vw;
    line-height: 1.3125;
  }
  #manners > ul:nth-of-type(3) > li:nth-of-type(1) > br:nth-of-type(1) {
    display: none;
  }
  #manners > ul:nth-of-type(3) > li:nth-of-type(2) > br:nth-of-type(1) {
    display: none;
  }
  #manners > h3 {
    width: 59.7395833333vw;
    margin: 10.0520833333vw auto 0;
    padding: 0.9375vw 0 0.7291666667vw;
    font-size: 1.8229166667vw;
    line-height: 1.4;
    border: max(0.1041666667vw, 1px) solid hsl(26, 65%, 26%);
  }
  #manners > h3 > br:nth-of-type(1) {
    display: none;
  }
  #service {
    margin: 11.1979166667vw 0 0;
  }
  #service > h3 {
    width: 30vw;
    height: 5.9895833333vw;
    font-size: 2.3958333333vw;
    line-height: 1;
    border-radius: 2.9947916667vw;
  }
  #service > div {
    grid-template-rows: auto 1fr;
    grid-template-columns: 46.875vw auto;
    justify-content: start;
    width: 78.125vw;
    margin: 6.5104166667vw auto 0;
  }
  #service > div > div {
    align-content: start;
    align-items: start;
    width: 100%;
  }
  #service > div > div:nth-of-type(1) {
    grid-row: 1/2;
    grid-column: 1/2;
    padding: 3.90625vw 0 0;
  }
  #service > div > div:nth-of-type(1) > h4 {
    width: 10.7291666667vw;
    height: 10.7291666667vw;
    margin: 0 auto;
  }
  #service > div > div:nth-of-type(1) > p {
    display: block;
    width: auto;
    position: relative;
    padding: 0 0 0.8333333333vw;
    font-size: 3.3854166667vw;
  }
  #service > div > div:nth-of-type(1) > p::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.4166666667vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background: hsl(54, 94%, 52%);
    border-radius: 0.2083333333vw;
  }
  #service > div > div:nth-of-type(1) > p > span {
    display: inline;
    position: relative;
    padding: 0;
  }
  #service > div > div:nth-of-type(1) > p > span::before {
    display: none;
  }
  #service > div > div:nth-of-type(1) > p:nth-of-type(1) {
    margin: 3.125vw auto 0;
  }
  #service > div > div:nth-of-type(1) > p:nth-of-type(1) > span:nth-of-type(1) > br:nth-of-type(1) {
    display: none;
  }
  #service > div > div:nth-of-type(1) > p:nth-of-type(n+2) {
    margin: 1.9270833333vw auto 0;
    padding: 0 0 0.8333333333vw;
  }
  #service > div > div:nth-of-type(1) > p:nth-of-type(n+2)::before {
    width: 100%;
    height: 0.4166666667vw;
    top: auto;
    bottom: 0;
    left: 0;
    background: hsl(54, 94%, 52%);
    border-radius: 0.2083333333vw;
  }
  #service > div > div:nth-of-type(1) > p:nth-of-type(n+2) > span:nth-of-type(1) > br:nth-of-type(1) {
    display: none;
  }
  #service > div > div:nth-of-type(2) {
    grid-row: 1/3;
    grid-column: 2/3;
    justify-content: end;
    gap: 1.875vw;
    margin: 0;
  }
  #service > div > div:nth-of-type(2) > img {
    width: 25.9375vw;
    border-radius: 3.75vw;
  }
  #service > div > div:nth-of-type(3) {
    grid-row: 2/3;
    grid-column: 1/2;
    margin: 3.8541666667vw 0 0;
  }
  #service > div > div:nth-of-type(3) > p {
    width: 46.875vw;
    margin: 0 auto;
    padding: 1.25vw 0 1.3020833333vw;
    font-size: 1.9270833333vw;
    line-height: 1.5135135135;
  }
  #service > div > div:nth-of-type(3) > p::before {
    width: 100%;
    height: max(0.2083333333vw, 2px);
    left: 0;
    background: hsl(33, 100%, 48%);
    border-radius: max(0.1041666667vw, 1px);
  }
  #service > div > div:nth-of-type(3) > p::after {
    width: 100%;
    height: max(0.2083333333vw, 2px);
    left: 0;
    background: hsl(33, 100%, 48%);
    border-radius: max(0.1041666667vw, 1px);
  }
  #service > div > div:nth-of-type(3) > p > br:nth-of-type(1) {
    display: none;
  }
  #service > div > div:nth-of-type(3) > ul {
    width: 100%;
    margin: 0.625vw auto 0;
    padding: 0;
  }
  #service > div > div:nth-of-type(3) > ul > li {
    margin: 0.3125vw;
    font-size: 1.5625vw;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    color: hsl(238, 40%, 15%);
  }
  #service > div > div:nth-of-type(3) > ul > li::before {
    content: "※";
  }
  #shop {
    width: 100%;
    margin: 13.5416666667vw 0 0;
  }
  #shop > h3 {
    width: 45.3125vw;
    height: 5.9895833333vw;
    font-size: 2.3958333333vw;
    letter-spacing: 0.06em;
    border-radius: 7.6666666667vw;
  }
  #shop > ul {
    gap: 7.7083333333vw 3.125vw;
    width: 79.6875vw;
    margin: 10.46875vw auto 0;
  }
  #shop > ul > li {
    width: 24.3229166667vw;
    padding: 3.6458333333vw 0 0;
    transition: transform 0.3s;
  }
  #shop > ul > li:has(a:hover) {
    transform: translate(0, -0.625vw);
  }
  #shop > ul > li > a:nth-of-type(1) {
    width: 18.90625vw;
    padding: 0 2.7083333333vw;
  }
  #shop > ul > li > a:nth-of-type(2) {
    width: 7.6041666667vw;
    height: 7.6041666667vw;
    box-shadow: 0 0.5208333333vw 0.625vw hsla(238, 40%, 15%, 0.4);
  }
  #shop > ul > li > h4 {
    margin: 0;
  }
  #shop > ul > li > h4 > a {
    width: 22.1354166667vw;
    height: 3.0208333333vw;
    margin: 3.0208333333vw auto 0;
    font-size: 1.3020833333vw;
    border-radius: 1.5104166667vw;
  }
  #shop > ul > li:nth-of-type(5) > h4 > a {
    font-size: 1.1979166667vw;
    letter-spacing: 0;
  }
  #notice {
    width: 100%;
    margin: 20vw 0 0;
    padding: 0 0 7.2395833333vw;
  }
  #notice > h3 {
    width: 77.0833333333vw;
    padding: 1.5104166667vw 2.7083333333vw 1.25vw;
    font-size: 1.875vw;
    line-height: 1.4444444444;
    border: max(0.1041666667vw, 1px) solid hsl(0, 0%, 44%);
  }
  #notice > p {
    width: 77.0833333333vw;
    margin: 0.5208333333vw auto 0;
    font-size: 1.5625vw;
    line-height: 1.5;
  }
  body > aside {
    height: 5.7291666667vw;
  }
  body > aside > a {
    width: 4.4791666667vw;
    right: 1.9791666667vw;
    transition: transform 0.3s;
  }
  body > aside > a:hover {
    transform: translate(0, -0.625vw);
  }
  body > footer {
    padding: 2.1875vw 0 2.03125vw;
  }
  body > footer > address {
    font-size: 1.5625vw;
    line-height: 1.5;
  }
  body > footer > address > br:nth-of-type(2) {
    display: none;
  }
  body > footer > small {
    margin: 1.25vw auto 0;
    font-size: 1.0416666667vw;
  }
}