.header-new *, 
.header-new *::before, 
.header-new *::after,
.footer-new *, 
.footer-new *::before, 
.footer-new *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5;
  letter-spacing: 0;
}

@media print {
  .header-new *, 
  .footer-new * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

.header-new :where([hidden]:not([hidden="until-found"])),
.footer-new :where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

body :where(#header-new, #footer-new) {
  font-family: system-ui, sans-serif;
}

.header-new :where(div),
.footer-new :where(div) {
  position: unset;
}

.header-new :where(input,button,textarea,select),
.footer-new :where(input,button,textarea,select) {
  font: inherit;
  color: inherit;
}

.header-new :where(textarea),
.footer-new :where(textarea) {
  resize: vertical;
  resize: block;
}

.header-new :where(button,label,select,summary,[role="button"],[role="option"]),
.footer-new :where(button,label,select,summary,[role="button"],[role="option"]) {
  cursor: pointer;
}

.header-new :where(:disabled),
.footer-new :where(:disabled) {
  cursor: not-allowed;
}

.header-new :where(label:has(>input:disabled),label:has(+input:disabled)),
.footer-new :where(label:has(>input:disabled),label:has(+input:disabled)) {
  cursor: not-allowed;
}

.header-new :where(button),
.footer-new :where(button) {
  border-style: solid;
}

.header-new :where(a),
.footer-new :where(a) {
  text-underline-offset: 0.2ex;
}

.header-new :where(ul,ol),
.footer-new :where(ul,ol) {
  list-style: none;
}

.header-new :where(img,svg,video,canvas,audio,iframe,embed,object),
.footer-new :where(img,svg,video,canvas,audio,iframe,embed,object) {
  display: block;
}

.header-new :where(img,picture,svg),
.footer-new :where(img,picture,svg) {
  max-inline-size: 100%;
  block-size: auto;
}

.header-new :where(p,h1,h2,h3,h4,h5,h6),
.footer-new :where(p,h1,h2,h3,h4,h5,h6) {
  overflow-wrap: break-word;
}

.header-new :where(h1,h2,h3),
.footer-new :where(h1,h2,h3) {
  line-height: calc(1em + 8px);
}

.header-new :where(hr),
.footer-new :where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

.header-new :where(:focus-visible),
.footer-new :where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight) !important;
  outline-offset: 2px;
}

.header-new :where(.visually-hidden:not(:focus,:active,:focus-within,.not-visually-hidden)),
.footer-new :where(.visually-hidden:not(:focus,:active,:focus-within,.not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media screen and (max-width: 767px) {
  .header-new .pc-only,
  .footer-new .pc-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .header-new .sp-only,
  .footer-new .sp-only {
    display: none !important;
  }
}

:where(#header-new, #footer-new) :lang(ja),
:where(#header-new, #footer-new) :not(:lang(en), :lang(zh-cmn-Hans), :lang(zh-cmn-Hant)) {
  font-family: "Noto Sans JP", sans-serif;
}

:where(#header-new, #footer-new) :lang(en) {
  font-family: "Noto Sans", sans-serif;
}

:where(#header-new, #footer-new) :lang(zh-cmn-Hans) {
  font-family: "Noto Sans SC", sans-serif;
}

:where(#header-new, #footer-new) :lang(zh-cmn-Hant) {
  font-family: "Noto Sans TC", sans-serif;
}

.header-new :where(a,button,input,select),
.footer-new :where(a,button,input,select) {
  color: #2C2A29;
  cursor: pointer;
}

#header-new,
#footer-new {
  background-color: #fff;
}

#header-new {
  padding: 0;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  z-index: unset;
  transition: inherit;
}

.header-new a,
.footer-new a {
  text-decoration: none;
}

.header-new a:visited,
.footer-new a:visited,
.header-new a:link,
.footer-new a:link {
  color: inherit;
}

.header-new button,
.footer-new button {
  width: auto;
}

.header-new button:hover,
.footer-new button:hover,
.header-new button:focus,
.footer-new button:focus {
  background-color: unset;
  outline: none;
}

.header-new a:hover,
.footer-new a:hover {
  opacity: 1;
}

.header-new :where(button,input,select,textarea),
.footer-new :where(button,input,select,textarea) {
  font-family: inherit;
  font-size: 100%;
  background: #ffffff;
  padding: 0;
  border: none;
  outline: none;
}

#header-tmp {
  display: none;
}

#site-copy,
#site_copy,
.site-copy {
  display: none;
}

.header-new h2:after,
.footer-new h2:after,
.header-new div:after,
.footer-new div:after {
  content: none !important;
}
.header-new h2,
.footer-new h2 {
  width: auto;
  height: auto;
  margin: 0;
  background-color: transparent;
  position: relative;
}
.header-new h3,
.footer-new h3 {
  background: transparent;
  border-bottom: none;
  width: auto;
}
.header-new path,
.footer-new path {
  transition: all 0.3s;
}