@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0;1");

#footermenu {
  background: #000014 !important;
  color: #f4f0e6 !important;
  box-sizing: border-box;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", serif;
  padding: 0%;
}

#footermenu * {
  box-sizing: border-box;
}

#footermenu a {
  color: #f4f0e6 !important;
  text-decoration: none;
}

#footermenu .thefine-footer {
  max-width: 1280px;
  margin: 0 auto;
}

#footermenu .thefine-feature-list {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  padding: 72px 48px 90px;
}

#footermenu .thefine-feature-item {
  flex: 1;
  text-align: center;
}

#footermenu .thefine-feature-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 16px;
  color: #d5b655;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#footermenu .thefine-feature-icon::before {
  content: attr(data-icon);
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-variation-settings:
    "FILL" 1,
    "wght" 300,
    "GRAD" 0,
    "opsz" 40;
}

#footermenu .thefine-feature-title {
  margin: 0 0 12px;
  color: #d3dbde;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

#footermenu .thefine-feature-text {
  margin: 0;
  color: rgba(211, 219, 222, 0.82);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  line-height: 1.85;
}

#footermenu .thefine-feature-text a {
  text-decoration: underline;
}

#footermenu .thefine-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 44px 48px 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

#footermenu .thefine-brand {
  flex: 0 0 auto;
}

#footermenu .thefine-brand-link {
  display: inline-flex;
  align-items: center;
}

#footermenu .thefine-brand-image {
  display: block;
  width: 200px;
  max-width: 100%;
  height: auto;
}

#footermenu .thefine-footer-nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  gap: 36px;
  margin: 0;
  padding: 0 12px;
  padding-bottom: 20px;
  list-style: none;
}

#footermenu .thefine-footer-nav li {
  margin: 0;
  padding: 0;
}

#footermenu .thefine-footer-nav a {
  color: rgba(211, 219, 222, 0.88) !important;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

#footermenu .thefine-footer-meta {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  gap: 0px;
}

#footermenu .thefine-footer-meta p {
  display: block;
  width: 100%;
}

#footermenu .thefine-copyright {
  margin: 0;
  color: rgba(211, 219, 222, 0.42);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  white-space: normal;
}

#footermenu .thefine-attention {
  margin: 0;
  color: rgba(211, 219, 222, 0.6);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 11px;
  letter-spacing: 0.04em;
  white-space: normal;
}

#footermenu .thefine-attention-break {
  display: none;
}

#footermenu .thefine-footer-meta .thefine-attention,
#footermenu .thefine-footer-meta .thefine-copyright {
  text-align: right;
}

@media screen and (max-width: 1100px) {
  #footermenu .thefine-feature-list {
    gap: 28px;
    padding: 56px 28px 70px;
  }

  #footermenu .thefine-feature-title {
    font-size: 15px;
  }

  #footermenu .thefine-footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    padding: 36px 28px;
  }

  #footermenu .thefine-brand {
    width: 100%;
    text-align: center;
  }

  #footermenu .thefine-brand-link {
    justify-content: center;
  }

  #footermenu .thefine-footer-nav {
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }

  #footermenu .thefine-copyright {
    width: 100%;
    text-align: center;
  }

  #footermenu .thefine-attention,
  #footermenu .thefine-footer-meta {
    width: 100%;
    text-align: center;
  }

  #footermenu .thefine-footer-meta {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {

  #footermenu .thefine-footer{
    padding-bottom: 35px;
  }

  #footermenu .thefine-feature-list {
    flex-direction: column;
    gap: 36px;
    padding: 48px 20px 56px;
  }

  #footermenu .thefine-feature-item {
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  #footermenu .thefine-feature-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  #footermenu .thefine-feature-title {
    font-size: 15px;
    margin-bottom: 12px;
  }

  #footermenu .thefine-feature-text {
    font-size: 13px;
    line-height: 1.8;
  }

  #footermenu .thefine-footer-bottom {
    gap: 24px;
    padding: 32px 20px 36px;
  }

  #footermenu .thefine-brand-image {
    width: 190px;
  }

  #footermenu .thefine-footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: 320px;
    text-align: center !important;
  }

  #footermenu .thefine-footer-meta {
    gap: 8px;
    width: 100%;
    font-size: 10px;
    align-items: center;
  }

  #footermenu .thefine-footer-nav a {
    font-size: 12px;
    display: block;
  }

  #footermenu .thefine-copyright {
    white-space: normal;
    line-height: 1.8;
    text-align: center !important;
  }

  #footermenu .thefine-attention {
    white-space: normal;
    line-height: 1.8;
    text-align: center !important;
  }

  #footermenu .thefine-attention-break {
    display: inline;
  }
}
