* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.noto-serif-normal {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
body {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #292929;
}
.container {
  width: 1080px;
  margin: 0 auto;
}
nav {
  font-size: 14px;
}
header.nav-header {
  height: 72px;
  display: flex;
  align-items: center;
}
header nav {
  display: flex;
  align-items: center;
}
a {
  text-decoration: none;
}
.brands {
  display: flex;
  align-items: center;
  margin-right: auto;
  text-decoration: none;
}
.brand-texts {
  margin-right: auto;
}
.brand-text {
  font-size: 28px;
  font-weight: 600;
}
.brand-text.th {
  color: #df5f0f;
}
.brand-text.loyal {
  color: #434343;
}
.header-nav {
  display: flex;
  gap: 12px;
  height: 48px;
  align-items: center;
  margin-right: 36px;
  font-size: 1.1rem;
}
img.site-logo {
  width: 64px;
  transform: translateX(-8px);
}
.button {
  background-color: #5b5b5b;
  padding: 8px 12px;
  border-radius: 16px;
  color: #f3f3f3;
  font-weight: 400;
}
.brand {
  margin-right: auto;
}
.header-nav ul {
  display: flex;
  gap: 12px;
  text-decoration: none;
  list-style-type: none;
  height: 100%;
  align-items: center;
}
a {
  text-decoration: none;
  color: #c54700;
}
.header-nav a {
  text-decoration: none;
  color: #292929;
}
main {
  padding-top: 32px;
  min-height: calc(100vh - 72px - 70px);
}
.hero-desc {
  transform: translateY(-32px);
}
.hero-container {
  display: flex;
  align-items: center;
  gap: 24px;
}
p.ten-year {
  border: 1px solid #f1dbcd;
  padding: 8px 16px;
  display: inline-block;
  background-image: linear-gradient(45deg, rgba(223,95,15,0.1), rgba(203,95,15,0.11));
  border-radius: 20px;
  color: #ea5a00;
}
.blog-theme-content {
  font-size: 2rem;
  font-weight: 600;
}
.hero-image {
  width: 600px;
}
footer {
  padding: 24px 0;
  background-color: #f7f7f7;
}
.footer-container {
  display: flex;
  gap: 12px;
}
.social-icon {
  width: 17px;
}
#footer-copy-right {
  margin-right: auto;
}
.article-image-full-width {
  width: 100%;
}
.article-image-center {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.image-with-border {
  border: 1px solid #767676;
}
.w-80 {
  width: 80%;
}
.mt-12 {
  margin-top: 12px;
}
.post-title {
  font-size: 1.5rem;
  margin: 24px 0 12px 0;
}
.post-meta {
  margin-bottom: 24px;
}
article h2 {
  margin-top: 16px;
}
article h3 {
  margin-top: 12px;
}
article ul li {
  margin-left: 24px;
}
