@import url("https://netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");
body {
  animation: fadeIn 2s ease 0s 1 normal;
  font-family: "Shuei Mincho L", sans-serif;
  color: #2B2B2A;
  font-feature-settings: "palt";
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home_menu_sp_only,
.home_menu_pc_only {
  fill: #474445;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

main {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.2em;
}
@media (min-width: 992px) {
  main {
    font-size: 14px;
    line-height: 31px;
  }
}

a {
  text-decoration: none;
  /*&:link{
    color: #e00012;
  }
  &:visited {
    color: #e00012;
  }
  &:hover {
    color: #e06f00;
  }*/
}
a img {
  transition: 0.2s ease-in-out;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
}

ul,
li,
p,
figure,
dd,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.footer {
  background-color: #474445;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}
.footer a:link {
  color: #fff;
}
.footer a:visited {
  color: #fff;
}
.footer a:hover {
  color: #fff;
  opacity: 0.4;
}
.footer a img {
  transition: 0.2s ease-in-out;
}
.footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_sns {
  gap: 30px;
  margin-bottom: 24px;
}
.footer_sns img {
  width: 42px;
}
.footer_sns li:first-child img {
  width: 52px;
}
.footer_info {
  flex-wrap: wrap;
  font-size: 10px;
  gap: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.footer_info:last-child {
  margin-bottom: 36px;
}
.footer_baselink {
  flex-wrap: wrap;
  gap: 0.5em;
  font-size: 12px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_baselink li + li::before {
  content: "/";
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.footer .copyright {
  text-align: center;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 0.2em;
}
@media (min-width: 992px) {
  .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 40px;
    padding-top: 55px;
    padding-bottom: 35px;
  }
  .footer .footer_sns {
    margin-bottom: initial;
  }
  .footer .footer_sns img {
    width: 45px;
  }
  .footer .footer_sns li:first-child img {
    width: 60px;
  }
  .footer .footer_info {
    margin-bottom: initial;
    font-size: 15px;
    line-height: 42px;
    gap: 35px;
  }
  .footer .footer_baselink {
    width: 100%;
    font-size: 13px;
  }
  .footer .copyright {
    width: 100%;
    font-size: 15px;
    line-height: 35px;
  }
}/*# sourceMappingURL=common.css.map */