@charset "UTF-8";
/*
Theme Name: Original Theme
Author: addD
Description: RELIVE 代理店・販売店専用ポータルサイト専用テーマです
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: relivewear
*/
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, figure, ul, ol, dl, dd, input, textarea {
  margin: 0;
}

ul, ol {
  padding: 0;
}

ul, ol {
  list-style: none;
}

:where(ul, ol) li {
  display: grid;
}

:where(ul, ol) li::before {
  content: "​";
  position: absolute;
  font-size: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address {
  font-style: normal;
}

input, textarea, button, select {
  appearance: none;
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
}

button, select, input[type=submit] {
  cursor: pointer;
}

input, textarea, select {
  border-radius: 0;
}

button {
  border: none;
}

em {
  font-style: normal;
}

strong {
  font-weight: inherit;
}

svg {
  display: block;
}

summary {
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

.content {
  overflow: hidden;
}

:root {
  --header-height: 0;
  --padding-top: clamp(60px, 60px + 20 * (100vw - 390px) / 378, 80px);
  --padding-horizontal: 8vw;
}
@media (width >= 640px) {
  :root {
    --padding-horizontal: 6.51vw;
  }
}
@media (width >= 1024px) {
  :root {
    --padding-horizontal: min(200px,13.79vw);
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #faf9f8;
  color: #150701;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  overflow-y: scroll;
}

body.no-scroll {
  position: fixed;
  left: 0;
  width: 100%;
}

main {
  position: relative;
  flex: 1;
  padding-top: var(--header-height);
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

* {
  transition-timing-function: ease-out;
}

*[class$=-bg] {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

*[class$=-bg] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.no-transition {
  transition: none !important;
}

.inline-block {
  display: inline-block;
}

.home .site-main {
  padding-bottom: clamp(60px, 60px + 40 * (100vw - 390px) / 378, 100px);
}
@media (width >= 768px) {
  .home .site-main {
    padding-bottom: clamp(80px, 100px + -20 * (100vw - 768px) / 256, 100px);
  }
}

input, textarea {
  width: 100%;
  padding: 11px 15px;
  border-radius: 5px;
  border: 1px solid #a29995;
  background-color: #fff;
  font-size: 1rem;
}
@media (width >= 640px) {
  input, textarea {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
input::placeholder, textarea::placeholder {
  color: #a29995;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
@media (width >= 640px) {
  input::placeholder, textarea::placeholder {
    font-size: 1rem;
  }
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a29995;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
@media (width >= 640px) {
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 1rem;
  }
}

input[type=checkbox],
input[type=radio] {
  padding: 0 !important;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  appearance: auto;
}

textarea {
  padding: 17px 20px;
  height: 200px;
}

.select-wrap {
  position: relative;
  max-width: 300px;
}

.select-wrap .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin-top: auto;
  margin-bottom: auto;
  width: 10px;
  height: 5px;
  color: #a29995;
}
.select-wrap .icon img {
  width: 100%;
  height: auto;
}

select {
  width: 100%;
  padding: 17px 20px;
  border-radius: 5px;
  border: 1px solid #a29995;
}

select:has(option:checked[value=""]) {
  color: #a29995;
}

select option {
  color: #150701;
}

select option:first-child {
  color: #a29995;
}

svg .arrow {
  fill: #fff;
}

.section-404 {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-top);
  line-height: 2;
}

.section-404 p + p {
  margin-top: 1lh;
}

:where(.search-results, .search-no-results) .section-padding-top {
  padding-bottom: var(--padding-top);
}

.search-results main ul {
  border-bottom: none;
}

.favorite-button {
  grid-column: 3/4;
  position: relative;
  z-index: 1;
  display: grid;
  place-content: center;
  margin-top: -10px;
  padding: 10px;
  aspect-ratio: 1/1;
}

.favorite-button .icon {
  width: 20px;
  height: 20px;
  color: #fff;
  transition: color 0.2s;
}
.favorite-button .icon svg {
  width: 100%;
  height: 100%;
}

.favorite-button .is-fav {
  color: #dd7859;
}

.hidden {
  display: none !important;
}

.single-content .favorite-button {
  float: right;
}

.inner {
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
}

.section-padding-top {
  padding-top: var(--padding-top);
}

.section-padding-horizontal {
  padding-right: var(--padding-horizontal);
  padding-left: var(--padding-horizontal);
}

.section-bg-white {
  padding: clamp(40px, 40px + 20 * (100vw - 390px) / 378, 60px) clamp(20px, 20px + 20 * (100vw - 390px) / 378, 40px);
  border-radius: 5px;
  background-color: #fff;
}
@media (width >= 640px) {
  .section-bg-white {
    padding-right: clamp(40px, 40px + 40 * (100vw - 960px) / 64, 80px);
    padding-left: clamp(40px, 40px + 40 * (100vw - 960px) / 64, 80px);
  }
}

.section-heading {
  display: grid;
  gap: 5px;
  font-size: clamp(1.5rem, 0.988rem + 2.1vw, 2rem);
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.section-heading::after {
  content: attr(data-english);
  color: #a29995;
  font-size: 0.625rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-container .section-heading::after {
  letter-spacing: 0.15em;
}

.color-white,
.color-white::after {
  color: #fff;
}

.justify-center {
  justify-items: center;
  text-align: center;
}

*[role=tabpanel] {
  transition: opacity 0.3s ease-out;
}

*[role=tabpanel][inert] {
  opacity: 0;
}

.link-with-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  transition: color 0.2s;
}

.link-with-icon .icon {
  flex: 0 0 1.357em;
  aspect-ratio: 1;
}

.link-with-icon:focus-visible {
  color: #e24719;
}

@media (any-hover: hover) {
  .link-with-icon:hover {
    color: #e24719;
  }
}
.floating-link-contact {
  display: none;
}
@media (width >= 1024px) {
  .floating-link-contact {
    position: fixed;
    z-index: 1;
    bottom: 180px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 19px 15px 17px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px 0 0 5px;
    border: 2px solid #e24719;
    background-color: #e24719;
    color: #fff;
    transition: background-color 0.3s, color 0.4s;
  }
}

.floating-link-contact:focus-visible {
  background-color: #fff;
  color: #e24719;
}

@media (any-hover: hover) {
  .floating-link-contact:hover {
    background-color: #fff;
    color: #e24719;
  }
}
.page-title {
  padding-bottom: 20px;
  font-size: clamp(1.625rem, 0.601rem + 4.2vw, 2.625rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.page-header {
  border-bottom: 1px solid #ebebeb;
}

.page-header .inner {
  padding: clamp(40px, 40px + 20 * (100vw - 390px) / 378, 60px) var(--padding-horizontal) clamp(32px, 32px + 20 * (100vw - 390px) / 378, 52px);
}

.page-leadtext {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.link-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-radius: 3px;
  background-color: #150701;
  color: #fff;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: background-color 0.2s;
}
@media (width >= 640px) {
  .link-button {
    max-width: 300px;
  }
}

.link-button:focus-visible {
  background-color: #e24719;
}

@media (any-hover: hover) {
  .link-button:hover {
    background-color: #e24719;
  }
}
.bg-red {
  background-color: #e24719;
  color: #fff;
}

.link-button.bg-red:focus-visible {
  background-color: #fff;
  color: #e24719;
}

@media (any-hover: hover) {
  .link-button.bg-red:hover {
    background-color: #fff;
    color: #e24719;
  }
}
.header {
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
}
@media (width >= 88rem) {
  .header {
    border-bottom: 1px solid #ebebeb;
  }
}

.header-logo {
  flex: 0 1 auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 14px 0 13px 30px;
  background-color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.08em;
  transition: opacity 0.3s;
}
@media (width >= 640px) {
  .header-logo {
    padding-top: 19px;
    padding-bottom: 18px;
  }
}
@media (width >= 88rem) {
  .header-logo {
    flex: 0 0 auto;
    padding-right: 2.55%;
    padding-left: 2.55%;
    border-right: 1px solid #ebebeb;
    border-bottom: none;
    white-space: nowrap;
  }
}

.header-logo:focus-visible {
  opacity: 0.6;
}

@media (any-hover: hover) {
  .header-logo:hover {
    opacity: 0.6;
  }
}
.header-logo img {
  width: clamp(117px, 117px + 12 * (100vw - 390px) / 378, 129px);
}

@media (width >= 88rem) {
  .header-nav {
    flex: 1 1 auto;
    max-width: 1105px;
    margin-left: auto;
  }
}

.header-toggle-button {
  position: relative;
  z-index: 1;
  display: grid;
  place-content: center;
  width: 60px;
  height: 100%;
  border-left: 1px solid #ebebeb;
  background-color: #fff;
}
@media (width >= 88rem) {
  .header-toggle-button {
    display: none;
  }
}

.header-toggle-button[aria-expanded=false] .close,
.header-toggle-button[aria-expanded=true] .open {
  display: none;
}

.header-menu-wrap {
  position: absolute;
  top: calc(var(--header-height) + 1px);
  right: 0;
  width: 100%;
  max-height: calc(100dvh - var(--header-height));
  padding: 15px 8vw;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  font-weight: 700;
  overflow-y: auto;
  transition: opacity 0.3s ease-out;
}
@media (width >= 640px) {
  .header-menu-wrap {
    max-width: 375px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (width >= 88rem) {
  .header-menu-wrap {
    position: static;
    display: flex;
    max-width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    box-shadow: none;
    overflow-y: visible;
  }
}

.header-menu-wrap[inert] {
  opacity: 0;
}

.header-main-menu {
  font-size: 0.938rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (width >= 88rem) {
  .header-main-menu {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: min(20px, 1.38vw);
    font-size: 0.75rem;
  }
}

.header-main-menu li {
  border-bottom: 1px solid #ebebeb;
}
@media (width >= 88rem) {
  .header-main-menu li {
    align-self: stretch;
    position: relative;
    border-bottom: none;
  }
}

.header-main-menu > li > a,
.header-main-menu .has-submenu button,
.header-main-menu .external {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (width >= 88rem) {
  .header-main-menu > li:has(a[aria-current=page]),
  .header-user-name:has(a[aria-current=page]) {
    position: relative;
    color: #e24719;
  }
  .header-main-menu > li:has(a[aria-current=page])::before,
  .header-user-name:has(a[aria-current=page])::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 6px;
    background-color: #e24719;
  }
}
.header-user-name {
  flex: 1 0 auto;
  display: grid;
}

.header-user-name a {
  justify-content: flex-start;
}

.header-user-name .user-name {
  display: grid;
  max-width: 8.125rem;
}

.header-user-name .last-name {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 1lh;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8em;
}

@media (width >= 88rem) {
  .header-main-menu > li > a .icon {
    display: none;
  }
}

.header-main-menu a,
.header-main-menu .has-submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.header-main-menu a:focus-visible {
  text-decoration: underline;
}

@media (any-hover: hover) {
  .header-main-menu a:hover {
    text-decoration: underline;
  }
}
.header-main-menu .external a {
  transition: background-color 0.3s;
}

.header-main-menu .external a:focus-visible {
  background-color: #e24719;
  text-decoration: none;
}

@media (any-hover: hover) {
  .header-main-menu .external a:hover {
    background-color: #e24719;
    text-decoration: none;
  }
}
.header-main-menu .has-submenu {
  row-gap: 0;
  flex-wrap: wrap;
}
@media (width >= 88rem) {
  .header-main-menu .has-submenu {
    flex-wrap: nowrap;
  }
}

.header-main-menu .has-submenu a {
  flex: 1 0 auto;
}

.header-main-menu .has-submenu button {
  align-self: stretch;
  display: grid;
  place-content: center end;
  aspect-ratio: 1;
}
@media (width >= 88rem) {
  .header-main-menu .has-submenu button {
    aspect-ratio: initial;
    align-self: inherit;
    padding-top: 17px;
    padding-bottom: 15px;
  }
}

.submenu-wrap {
  flex: 0 0 100%;
  height: 0;
  opacity: 0;
  color: #150701;
}
@media (width >= 88rem) {
  .submenu-wrap {
    position: absolute;
    top: 93.62%;
    left: 0;
  }
}

.header-sub-menu {
  padding-left: 20px;
  padding-bottom: 15px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}
@media (width >= 88rem) {
  .header-sub-menu {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
}

@media (width >= 88rem) {
  .header-sub-menu li {
    border-bottom: 1px dashed #ebebeb;
  }
}

.header-sub-menu a {
  gap: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (width >= 88rem) {
  .header-sub-menu a {
    white-space: nowrap;
  }
}

.header-sub-menu li:first-of-type a {
  padding-top: 0;
}

.header-main-menu .external {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (width >= 88rem) {
  .header-main-menu .external {
    gap: 10px;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: min(30px, 2.07vw);
  }
}

.header-main-menu .external a {
  flex: 0 0 calc(50% - 15px);
  display: block;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 3px;
  background-color: #dd7859;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (width >= 88rem) {
  .header-main-menu .external a {
    flex-basis: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.header-state-panel {
  display: flex;
  align-items: stretch;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}
@media (width >= 88rem) {
  .header-state-panel {
    border-left: 1px solid #ebebeb;
  }
}

.header-state-panel :where(a, button) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-state-panel a {
  gap: 10px;
  padding-right: 10px;
  padding-left: 10px;
  transition: color 0.3s;
}
@media (width >= 88rem) {
  .header-state-panel a {
    padding-right: min(20px, 1.38vw);
    padding-left: min(30px, 2.07vw);
  }
}

.header-state-panel button {
  width: 125px;
  border-left: 1px solid #ebebeb;
  color: #a29995;
}
@media (width >= 88rem) {
  .header-state-panel button {
    padding-right: 15px;
    padding-left: 15px;
    white-space: nowrap;
  }
}

.header-state-panel a:focus-visible {
  color: #e24719;
}

@media (any-hover: hover) {
  .header-state-panel a:hover {
    color: #e24719;
  }
}
.header-state-panel button:focus-visible {
  text-decoration: underline;
}

@media (any-hover: hover) {
  .header-state-panel button:hover {
    text-decoration: underline;
  }
}
.footer {
  position: relative;
}

.footer-contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 396px;
  background-color: #150701;
  color: #fff;
  transition: background-color 0.2s;
}

.footer .inner {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 59px var(--padding-horizontal);
}

.footer-contact p {
  width: 80vw;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (width >= 640px) {
  .footer-contact p {
    width: auto;
  }
}

.footer-contact .link-button {
  width: min(100%, 18.75rem);
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.footer-main {
  display: grid;
  padding: 52px var(--padding-horizontal) 30px;
  background-color: #150701;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}
@media (width >= 640px) {
  .footer-main {
    padding-bottom: 24px;
  }
}
@media (width >= 1280px) {
  .footer-main {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 33px;
  }
}

@media (width >= 640px) {
  .footer-nav {
    grid-column: 1/span 2;
  }
}
@media (width >= 1280px) {
  .footer-nav {
    grid-column: 2/3;
    margin-right: min(88px, 6.07vw);
    margin-left: auto;
  }
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin-top: 17px;
  font-weight: 700;
}
@media (width >= 1280px) {
  .footer-menu {
    margin-top: 0;
  }
}

.footer-menu a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-main .external {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
@media (width >= 640px) {
  .footer-main .external {
    margin-top: 15px;
  }
}
@media (width >= 1280px) {
  .footer-main .external {
    grid-column: 3/4;
    justify-content: flex-end;
    margin-top: 0;
  }
}

.footer-main .external a {
  flex: 0 0 auto;
  display: block;
  padding: 8px 15px 10px;
  border-radius: 3px;
  background-color: #dd7859;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s;
}

.footer-privacy {
  margin-top: 40px;
  font-weight: 500;
}
@media (width >= 640px) {
  .footer-privacy {
    grid-column: 1/2;
    margin-top: 25px;
  }
}
@media (width >= 1280px) {
  .footer-privacy {
    margin-top: 50px;
  }
}

.footer-copyright {
  margin-top: 20px;
}
@media (width >= 640px) {
  .footer-copyright {
    grid-column: 2/3;
    margin-top: 25px;
    text-align: right;
  }
}
@media (width >= 1280px) {
  .footer-copyright {
    margin-top: 50px;
    grid-column: 2/4;
  }
}

.footer-copyright small {
  font-size: 1em;
}

.footer-menu a:focus-visible,
.footer-privacy:focus-visible {
  text-decoration: underline;
}

@media (any-hover: hover) {
  .footer-menu a:hover,
  .footer-privacy:hover {
    text-decoration: underline;
  }
}
.footer-main .external a:focus-visible {
  background-color: #e24719;
}

@media (any-hover: hover) {
  .footer-main .external a:hover {
    background-color: #e24719;
  }
}
.footer-logo {
  transition: opacity 0.3s;
}

.footer-logo:focus-visible {
  opacity: 0.6;
}

@media (any-hover: hover) {
  .footer-logo:hover {
    opacity: 0.6;
  }
}
.site-trail-list,
.site-trail-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.site-trail-list {
  padding-bottom: 8px;
  overflow-x: auto;
}

.site-trail-item a {
  text-decoration: underline;
  transition: color 0.3s;
}

.site-trail-item a[aria-current=location] {
  text-decoration: none;
  pointer-events: none;
}

.site-trail-item a:focus-visible {
  color: #e24719;
}

@media (any-hover: hover) {
  .site-trail-item a:hover {
    color: #e24719;
  }
}
.category-container {
  position: relative;
  z-index: 1;
  border: 1px solid #a29995;
  border-radius: 5px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (width >= 768px) {
  .category-container {
    border: none;
  }
}

.archive-body .category-container {
  margin-bottom: clamp(5px, 20px + -15 * (100vw - 768px) / 192, 20px);
}

.category-container > button {
  width: 100%;
  padding: 15px;
  border-radius: 6px;
  color: #a29995;
  font-weight: 500;
  text-align: left;
}
@media (width >= 768px) {
  .category-container > button {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
  }
}

.category-container .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 6px;
  margin-top: auto;
  margin-bottom: auto;
  color: #a29995;
  pointer-events: none;
}
@media (width >= 768px) {
  .category-container .icon {
    display: none;
  }
}

.category-wrap {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  color: #a29995;
  overflow: hidden;
}
@media (width >= 768px) {
  .category-wrap {
    position: static;
    box-shadow: none;
    background-color: transparent;
  }
}

.category-wrap[inert] {
  opacity: 0;
}

.category-list {
  padding: 15px;
}
@media (width >= 768px) {
  .category-list {
    display: flex;
    gap: 14px;
    padding: 0;
  }
}

.category-list li {
  border-bottom: 1px solid #ebebeb;
}
@media (width >= 768px) {
  .category-list li {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 14px;
    border-bottom: none;
  }
}

@media (width >= 768px) {
  .category-list li:nth-of-type(n+2):before {
    content: "";
    position: static;
    width: 0.643em;
    aspect-ratio: 9/15;
    background: transparent url(./img/line.svg) center/100% auto no-repeat;
    font-size: 1em;
  }
}

.category-list a {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  white-space: nowrap;
}

.category-list a[aria-current=true] {
  color: #e24719;
  pointer-events: none;
}
@media (width >= 768px) {
  .category-list a[aria-current=true] {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

.category-list a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (any-hover: hover) {
  .category-list a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.tag-list a {
  padding: 4px 19px;
  border: 1px solid currentColor;
  border-radius: 100em;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tag-list a:focus-visible {
  background-color: #ffe8e2;
}

@media (any-hover: hover) {
  .tag-list a:hover {
    background-color: #ffe8e2;
  }
}
.post-item {
  position: relative;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: background-color 0.2s;
}

.post-item:has(a:focus-visible),
.post-item:has(a:hover) {
  background-color: #ffe8e2;
}

.post-category {
  width: 12em;
  padding: 5px 5px 6px;
  border-radius: 3px;
  background-color: #b9a096;
  color: #fff;
  font-size: 0.625rem;
  text-align: center;
}

.post-new {
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  padding: 4px 14px 7px;
  border-radius: 100em;
  background-color: #e24719;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.post-new .icon {
  margin-top: 1px;
}

.post-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post-link::before {
  content: "";
  position: absolute;
  inset: 0;
}

.post-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
}

.post-thumbnail {
  order: -1;
  margin-right: -25px;
  margin-left: -25px;
  margin-bottom: 10px;
}

.post-thumbnail img {
  width: 100%;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.nav-links :where(.prev, .next) {
  flex: 0 0 0.75rem;
  aspect-ratio: 12/8;
  background: transparent url(./img/icon-arrow-right.svg) center/100% auto no-repeat;
  font-size: 0;
}

.nav-links .prev {
  scale: -1 1;
}

.nav-links .current {
  color: #e24719;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.nav-links a:visited {
  color: #a29995;
}

.nav-links a {
  transition: color 0.3s;
}

.nav-links a:focus-visible {
  color: #e24719;
}

@media (any-hover: hover) {
  .nav-links a:hover {
    color: #e24719;
  }
}
.nav-links :where(.prev, .next):focus-visible {
  background-image: url(./img/icon-arrow-right-red.svg);
}

@media (any-hover: hover) {
  .nav-links :where(.prev, .next):hover {
    background-image: url(./img/icon-arrow-right-red.svg);
  }
}
.faq-list {
  margin-top: 30px;
  padding: clamp(10px, 10px + 20 * (100vw - 390px) / 378, 30px) 25px clamp(40px, 40px + 20 * (100vw - 390px) / 378, 60px);
  border-radius: 5px;
  background-color: #fff;
}
@media (width >= 768px) {
  .faq-list {
    padding-right: clamp(50px, 50px + 30 * (100vw - 768px) / 256, 80px);
    padding-left: clamp(60px, 60px + 20 * (100vw - 768px) / 256, 80px);
  }
}

.faq-list li {
  border-bottom: 1px solid #ebebeb;
}

.faq-list summary {
  padding-top: clamp(20px, 20px + 10 * (100vw - 390px) / 378, 30px);
  padding-bottom: clamp(20px, 20px + 10 * (100vw - 390px) / 378, 30px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.faq-list .content {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}

.faq-list summary,
.faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

@media (width >= 640px) {
  .faq-list summary {
    gap: 8px;
  }
}

.faq-list summary span:not([class]) {
  margin-right: auto;
}

.faq-list summary::after,
.faq-answer::after {
  content: "";
  flex: 0 0 16px;
  aspect-ratio: 1;
}

@media (width >= 640px) {
  .faq-list summary::after {
    margin-left: 30px;
  }
}
@media (width >= 1024px) {
  .faq-list summary::after {
    margin-left: 10px;
  }
}

@media (width >= 640px) {
  .faq-answer::after {
    margin-left: 28px;
  }
}
@media (width >= 1024px) {
  .faq-answer::after {
    margin-left: 8px;
  }
}

.faq-list summary::after {
  margin-top: 6px;
  background: transparent url(./img/icon-plus.svg) center/100% auto no-repeat;
}

.faq-list details[open] summary::after {
  background-image: url(./img/icon-minus.svg);
}

.faq-answer {
  padding-bottom: clamp(20px, 20px + 10 * (100vw - 390px) / 378, 30px);
}

.faq-answer p {
  padding-top: 3px;
}

.faq-answer p + p {
  margin-top: 1lh;
}

.faq-list .q,
.faq-list .a {
  flex: 0 0 1.857em;
  height: 1.857em;
  padding-top: 2px;
  padding-bottom: 4px;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.faq-list .q {
  padding-top: 0;
  border: 2px solid currentColor;
}

.faq-answer .a {
  background-color: #e24719;
  color: #fff;
}

.faq-answer a {
  color: #dd7859;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.faq-answer a[target=_blank] {
  padding-right: 1em;
  background: transparent url(./img/icon-external-link.svg) no-repeat;
  background-position: center right 0.179em;
  background-size: 0.643em auto;
}

.faq-answer a:focus-visible {
  opacity: 0.6;
}

@media (any-hover: hover) {
  .faq-answer a:hover {
    opacity: 0.6;
  }
}
.page-footer {
  padding: var(--padding-top) var(--padding-horizontal);
}

.page-footer-wrap {
  border: 1px solid #a29995;
  border-radius: 5px;
  background-color: #fff;
}
@media (width >= 768px) {
  .page-footer-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-footer-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: background-color 0.3s, color 0.4s;
}
@media (width >= 768px) {
  .page-footer-wrap a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (width >= 1280px) {
  .page-footer-wrap a {
    align-items: start;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.375rem;
  }
}

.page-footer-wrap a:nth-of-type(n+2) {
  border-top: 1px solid #a29995;
}
@media (width >= 768px) {
  .page-footer-wrap a:nth-of-type(n+2) {
    border-top: none;
    border-left: 1px solid #a29995;
  }
}

.page-footer-wrap a .icon {
  flex: 0 0 1.125rem;
}
@media (width >= 1280px) {
  .page-footer-wrap a .icon {
    flex-basis: 1.5rem;
    margin-top: 6px;
  }
}

.page-footer-wrap a .icon-arrow {
  flex: 0 0 1rem;
}
@media (width >= 1280px) {
  .page-footer-wrap a .icon-arrow {
    flex-basis: 1.188rem;
    margin-top: 8px;
  }
}

@media (width >= 1280px) {
  .page-footer-wrap a .text {
    margin-right: 7px;
    margin-left: 2px;
  }
}

.page-footer-wrap a svg {
  display: block;
  width: 100%;
  height: auto;
}

.page-footer-wrap a:focus-visible {
  background-color: #e24719;
  color: #fff;
}
.page-footer-wrap a:focus-visible svg path.arrow {
  fill: #e24719;
}

@media (any-hover: hover) {
  .page-footer-wrap a:hover {
    background-color: #e24719;
    color: #fff;
  }
  .page-footer-wrap a:hover svg path.arrow {
    fill: #e24719;
  }
}
.chat-button {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 90px;
  width: 60px;
  height: 60px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-color: #a29995;
  color: #fff;
}
@media (width >= 640px) {
  .chat-button {
    right: 30px;
  }
}

.chat-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  rotate: 90deg;
  scale: 0;
  transition-property: opacity rotate scale;
  transition-duration: 0.4s;
}

.chat-button[aria-expanded=false] .icon[data-chat-open] {
  opacity: 1;
  rotate: 0deg;
  scale: 1;
}

.chat-button[aria-expanded=true] .icon[data-chat-close] {
  opacity: 1;
  rotate: 0deg;
  scale: 1;
}

.chatbot-iframe {
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 160px;
  width: calc(100% - 40px);
  max-width: 500px;
  height: 500px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.4s, translate 0.3s;
}
@media (width >= 640px) {
  .chatbot-iframe {
    right: 30px;
  }
}

.chatbot-iframe[inert] {
  opacity: 0;
  translate: 0 20px;
}

.modal-container {
  position: fixed;
  z-index: 10;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
}

.modal-container[inert] {
  opacity: 0;
}

.modal-inner {
  position: absolute;
  inset: 0;
  margin: auto;
  display: grid;
  place-content: center;
  gap: 50px;
  width: min(90vw, 400px);
  aspect-ratio: 4/3;
  border-radius: 3px;
  background-color: #fff;
  font-weight: 700;
  text-align: center;
}

.modal-trigger-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.modal-trigger-wrap .link-button {
  justify-content: center;
  min-width: 150px;
  border: 2px solid #150701;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
}

.modal-trigger-wrap .no {
  border-color: #150701;
  background-color: #fff;
  color: #150701;
}

.modal-trigger-wrap .link-button:focus-visible {
  border-color: #e24719;
  color: #fff;
}

@media (any-hover: hover) {
  .modal-trigger-wrap .link-button:hover {
    border-color: #e24719;
    color: #fff;
  }
}
.searchform-wrap form {
  display: grid;
  gap: 30px;
}

.searchform-wrap input {
  padding: 17px 20px;
}

.top-search-container {
  margin-top: 30px;
}

.search-posts {
  padding-top: 20px;
  padding-bottom: 20px;
}

.search-posts form {
  display: flex;
  gap: 10px;
  max-width: 400px;
}

.search-posts form .link-button {
  flex: 0 0 auto;
  margin-top: 0;
  padding-top: clamp(10px, 15px + -5 * (100vw - 390px) / 378, 15px);
  padding-bottom: clamp(10px, 15px + -5 * (100vw - 390px) / 378, 15px);
}

.search-posts input {
  padding: clamp(10px, 15px + -5 * (100vw - 390px) / 378, 15px) 20px;
}

.category-container + .search-posts {
  border-top: 1px solid #ebebeb;
}

.top-banner {
  padding: 20px 2.67vw;
  border-bottom: 1px solid #ebebeb;
}
@media (width >= 640px) {
  .top-banner {
    padding: 50px var(--padding-horizontal);
  }
}
@media (width >= 1024px) {
  .top-banner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.top-banner .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
}
@media (width >= 640px) {
  .top-banner .inner {
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width >= 1024px) {
  .top-banner .inner {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (width < 1024px) {
  .top-banner div:nth-of-type(odd) {
    text-align: right;
  }
}
.top-banner a {
  transition: opacity 0.3s;
}

.top-banner a:focus-visible {
  opacity: 0.6;
}

@media (any-hover: hover) {
  .top-banner a:hover {
    opacity: 0.6;
  }
}
.top-info .panel-wrap {
  position: relative;
  margin-top: 20px;
}
@media (width >= 640px) {
  .top-info .panel-wrap {
    margin-top: 5px;
  }
}

.top-info-panel {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.top-info .tab-container {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  border: 1px solid #a29995;
  border-radius: 5px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (width >= 640px) {
  .top-info .tab-container {
    margin-top: 15px;
    border: none;
  }
}

.top-info .tab-container > button {
  width: 100%;
  padding: 15px;
  color: #a29995;
  font-weight: 500;
  text-align: left;
}
@media (width >= 640px) {
  .top-info .tab-container > button {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
  }
}

.tab-container .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 6px;
  margin-top: auto;
  margin-bottom: auto;
  color: #a29995;
  pointer-events: none;
}
@media (width >= 640px) {
  .tab-container .icon {
    display: none;
  }
}

.top-info .tab-list-wrap {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  color: #a29995;
  overflow: hidden;
}
@media (width >= 640px) {
  .top-info .tab-list-wrap {
    position: static;
    box-shadow: none;
    background-color: transparent;
  }
}

.top-info .tab-list-wrap[inert] {
  opacity: 0;
}

.top-info .tab-list {
  padding: 15px;
}
@media (width >= 640px) {
  .top-info .tab-list {
    display: flex;
    gap: 15px;
    padding: 0;
  }
}

.top-info .tab-list li {
  border-bottom: 1px solid #ebebeb;
}
@media (width >= 640px) {
  .top-info .tab-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: none;
  }
}

@media (width >= 640px) {
  .top-info .tab-list li:nth-of-type(n+2):before {
    content: "";
    position: static;
    width: 0.643em;
    aspect-ratio: 9/15;
    background: transparent url(./img/line.svg) center/100% auto no-repeat;
    font-size: 1em;
  }
}

.top-info .tab-list button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}

.top-info .tab-list button[aria-selected=true] {
  color: #e24719;
  pointer-events: none;
}
@media (width >= 640px) {
  .top-info .tab-list button[aria-selected=true] {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

.top-info .tab-list button:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (any-hover: hover) {
  .top-info .tab-list button:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
.top-info-panel {
  display: grid;
  gap: clamp(5px, 10px + -5 * (100vw - 390px) / 378, 10px);
}

.top-info-panel .post-item {
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr;
  gap: 0 15px;
  padding: 17px 25px 20px;
  border-radius: 3px;
  transition: background-color 0.3s;
}
@media (width >= 640px) {
  .top-info-panel .post-item {
    grid-template-columns: auto 7.5rem 1fr;
    grid-template-rows: calc(1.0575rem + 11px) auto;
    align-items: center;
    gap: 12px 20px;
    padding: 11px 57px 15px 25px;
  }
}
@media (width >= 1024px) {
  .top-info-panel .post-item {
    display: flex;
    align-items: center;
    height: calc(1.0575rem + 11px + 22px);
    padding-right: 53px;
    padding-bottom: 11px;
  }
}

.top-info-panel .post-item time {
  flex: 0 0 5.14em;
}

.top-info-panel .post-category {
  grid-column: 2/3;
  width: 7.5rem;
}
@media (width >= 1024px) {
  .top-info-panel .post-category {
    flex: 0 0 7.5rem;
  }
}

.top-info-panel .post-new {
  margin-top: 5px;
  margin-bottom: -5px;
  padding: 1px 11px 2px;
  font-size: 0.625rem;
}
@media (width >= 640px) {
  .top-info-panel .post-new {
    grid-column: 3/4;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px 14px 7px;
    font-size: 0.75rem;
  }
}

.top-info-panel .post-link {
  grid-column: 1/3;
  margin-top: 10px;
}
@media (width >= 640px) {
  .top-info-panel .post-link {
    grid-column: 1/4;
    margin-top: 0;
  }
}

.top-info-panel .post-link .text {
  display: -webkit-box;
  height: 2lh;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (width >= 640px) {
  .top-info-panel .post-link .text {
    height: 1lh;
    -webkit-line-clamp: 1;
  }
}

.top-info-panel .post-link .icon {
  flex: 0 0 12px;
}
@media (width >= 640px) {
  .top-info-panel .post-link .icon {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 12px;
    height: 8px;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.top-info .link-button {
  margin-top: 25px;
}

.top-products h2 {
  position: relative;
  z-index: 1;
}

.top-ranking .top-ranking-container {
  margin-top: 30px;
}

.top-faq .link-button {
  margin-top: 25px;
}

.archive-body {
  padding: clamp(65px, 80px + -15 * (100vw - 390px) / 378, 80px) var(--padding-horizontal) clamp(60px, 60px + 20 * (100vw - 960px) / 64, 80px);
}

.archive-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
  padding-top: clamp(30px, 30px + 20 * (100vw - 390px) / 378, 50px);
  padding-bottom: clamp(50px, 60px + -10 * (100vw - 960px) / 64, 60px);
  border-bottom: 1px solid #ebebeb;
}
@media (width >= 640px) {
  .archive-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media (width >= 1280px) {
  .archive-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.archive-container .post-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 15px 0;
  padding: 0 25px 25px;
  border-radius: 5px;
  overflow: hidden;
}

.archive-container .post-new {
  grid-column: 2/3;
  margin-top: -5px;
  margin-bottom: -6px;
  margin-left: 10px;
}

.archive-container .post-link {
  display: -webkit-box;
  height: 3lh;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.archive-container :where(.post-link, .post-category, .post-tag, .post-thumbnail) {
  grid-column: 1/span 3;
}

:where(.archive-container .post-item) time {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.archive-fav-link {
  float: right;
  display: block;
  width: fit-content;
  margin-bottom: clamp(5px, 20px + -15 * (100vw - 768px) / 192, 20px);
  padding: 4px 9px;
  border-radius: 3px;
  border: 1px solid currentColor;
  color: #dd7859;
  font-size: 0.875rem;
  transition: background-color 0.3s, color 0.3s;
}
@media (width >= 960px) {
  .archive-fav-link {
    margin-top: 10px;
    margin-left: 20px;
  }
}

@media (width < 960px) {
  .archive-header {
    position: relative;
    z-index: 2;
  }
}

.archive-header::after {
  content: "";
  display: block;
  clear: both;
}

@media (width >= 960px) {
  .news-archive .category-container {
    float: left;
  }
}

.archive-fav-link:focus-visible {
  background-color: #dd7859;
  color: #fff;
}

@media (any-hover: hover) {
  .archive-fav-link:hover {
    background-color: #dd7859;
    color: #fff;
  }
}
.products-heading {
  position: relative;
  padding-top: clamp(35px, 35px + 30 * (100vw - 390px) / 378, 65px);
  padding-bottom: clamp(35px, 35px + 30 * (100vw - 390px) / 378, 65px);
}
@media (width >= 1024px) {
  .products-heading {
    padding-top: 105px;
    padding-bottom: 135px;
  }
}

.products-heading h2 {
  position: relative;
  z-index: 1;
}

.products-container {
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}

.products-container .link-button {
  position: relative;
  width: min(76vw, 300px);
  margin-top: clamp(-30px, 15px + -45 * (100vw - 390px) / 378, 15px);
  margin-right: auto;
  margin-left: auto;
}

.products-wrap {
  display: grid;
  gap: 30px;
  padding: 40px 25px 60px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (width >= 640px) {
  .products-wrap {
    gap: 50px;
    padding-top: 90px;
    padding-right: min(80px, 7.81vw);
    padding-left: min(80px, 7.81vw);
  }
}
@media (width >= 1024px) {
  .products-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 70px 4.76%;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.products-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (any-hover: hover) {
  .products-inner a::after {
    content: "";
    position: absolute;
    inset: 0;
  }
}
.products-wrap .text-wrap {
  flex-grow: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.products-wrap h3 {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.products-wrap p {
  margin-top: 15px;
}

.products-wrap h3 .icon {
  margin-top: 5px;
}

.products-ranking-container {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
@media (width >= 1024px) {
  .products-ranking-container {
    grid-template-columns: 1fr 1fr;
  }
}

.products-ranking-wrap {
  position: relative;
  display: grid;
  padding: clamp(25px, 25px + 25 * (100vw - 390px) / 378, 50px);
  border-radius: 5px;
  background-color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}

@media (any-hover: hover) {
  .products-ranking-wrap a::after {
    content: "";
    position: absolute;
    inset: 0;
  }
}
.products-ranking-image {
  order: -1;
  text-align: center;
}

.products-ranking-wrap:nth-of-type(1) .products-ranking-image {
  padding-top: clamp(16px, 16px + 5 * (100vw - 390px) / 378, 21px);
  padding-bottom: clamp(16px, 16px + 5 * (100vw - 390px) / 378, 21px);
}

.products-ranking-wrap:nth-of-type(1) .products-ranking-image img {
  width: clamp(171px, 171px + 64 * (100vw - 390px) / 378, 235px);
}

.products-ranking-wrap h3 {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: clamp(20px, 20px + 10 * (100vw - 390px) / 378, 30px);
  font-size: clamp(1.125rem, 1.003rem + 0.5vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.products-ranking-wrap h3 .icon {
  margin-top: clamp(3px, 3px + 2 * (100vw - 390px) / 378, 5px);
}

.products-ranking-wrap p {
  margin-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.products-ranking-wrap .link-with-icon {
  margin-top: 15px;
}

.products-ranking-container + .products-container {
  margin-top: 10px;
}

@media (width < 1024px) {
  .products-ranking-container + .products-container .products-wrap {
    padding-top: 60px;
  }
}

.faq-anchor-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
@media (width >= 640px) {
  .faq-anchor-list {
    flex-direction: row;
    align-items: center;
  }
}

.faq-anchor-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.faq-container {
  padding-top: 60px;
}

.faq-container:last-of-type {
  padding-bottom: var(--padding-top);
}

.about-item {
  display: grid;
  gap: 10px;
  margin-top: 30px;
  padding: 30px;
  border-radius: 5px;
  background: #fff right 14px bottom/auto 140px no-repeat;
}
@media (width >= 640px) {
  .about-item {
    grid-template-columns: 128px 1fr;
    gap: 20px 50px;
    padding: 60px 50px;
    background-position: right 44px bottom;
  }
}
@media (width >= 1024px) {
  .about-item {
    position: relative;
    grid-template-columns: 184px 1fr;
    padding: 78px 100px 78px 65px;
    background-position: right 42px bottom;
    background-size: auto 189px;
  }
}

.about-item::before {
  content: "";
  justify-self: center;
  width: 128px;
  height: 128px;
  background: transparent center/100% auto no-repeat;
}
@media (width >= 640px) {
  .about-item::before {
    grid-column: 1/2;
    grid-row: span 2;
    height: 100%;
  }
}
@media (width >= 1024px) {
  .about-item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 184px;
    height: 184px;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.about-item + .about-item {
  margin-top: 10px;
}

.about-item:nth-of-type(1) {
  background-image: url(./img/bg-about-1.svg);
}
.about-item:nth-of-type(1)::before {
  background-image: url(./img/img-about-1.svg);
}

.about-item:nth-of-type(2) {
  background-image: url(./img/bg-about-2.svg);
}
.about-item:nth-of-type(2)::before {
  background-image: url(./img/img-about-2.svg);
}

.about-item:nth-of-type(3) {
  background-image: url(./img/bg-about-3.svg);
}
.about-item:nth-of-type(3)::before {
  background-image: url(./img/img-about-3.svg);
}

.about-item:nth-of-type(4) {
  background-image: url(./img/bg-about-4.svg);
}
.about-item:nth-of-type(4)::before {
  background-image: url(./img/img-about-4.svg);
}

@media (width >= 640px) {
  .about-item :where(h3, p) {
    grid-column: 2/3;
  }
}

.about-item-image img {
  width: 128px;
}

.about-item h3 {
  font-size: clamp(1.25rem, 0.982rem + 1.1vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (width >= 640px) {
  .about-item h3 {
    align-self: end;
  }
}

.about-item p {
  margin-top: 5px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (width >= 640px) {
  .about-item p {
    margin-top: 0;
  }
}

.about-term {
  margin-top: 30px;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (width >= 640px) {
  .about-term {
    padding: 60px 50px;
  }
}
@media (width >= 1024px) {
  .about-term {
    padding-right: 80px;
    padding-left: 80px;
  }
}

.about-term h3 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.about-term h3 + p {
  margin-top: 15px;
}

.about-term p + p {
  margin-top: 1lh;
}

.about-term h3:nth-of-type(n+2) {
  margin-top: 30px;
}

.about-term ul {
  display: grid;
  gap: 10px;
  margin-top: 15px;
}

.about-term .list-disc li::before {
  content: "・";
  position: static;
  font-size: 1em;
}

.about-term .list-decimal {
  list-style: decimal;
  margin-left: 1.5em;
}

.list-disc li {
  display: flex;
  align-items: flex-start;
}

.list-decimal li {
  display: list-item;
}

.about-term a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 15px;
  font-weight: 700;
  transition: color 0.3s;
}

.about-term a:focus-visible {
  color: #e24719;
}

@media (any-hover: hover) {
  .about-term a:hover {
    color: #e24719;
  }
}
.single-content {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  padding: var(--padding-horizontal) min(80px, var(--padding-horizontal));
  border-radius: 5px;
  background-color: #fff;
}
@media (width >= 640px) {
  .single-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.single-content time {
  float: left;
  margin-top: 0.417em;
  margin-right: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.single-content img {
  border-radius: 5px;
}

.single-content h2 {
  position: relative;
  margin-top: 30px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.single-content > h2 {
  padding-left: 13px;
}

.single-content > h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: calc(100% - 4px);
  background-color: #e24719;
}

.single-body p {
  margin-top: 15px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.single-content figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-content .post-category-wrap {
  float: left;
  margin-right: 20px;
}

.single-content .post-category {
  margin-bottom: 10px;
}

.single-content h1 {
  clear: left;
  padding-top: 10px;
}

.single-content .post-tag {
  margin-top: 30px;
}

.single-post-thumbnail {
  margin-top: 50px;
}

.post-outline {
  display: grid;
  gap: 20px;
  margin-top: 30px;
  padding: 25px;
  border-radius: 5px;
  background-color: #fdf2ef;
}

.post-outline h2 {
  margin-top: 0;
}

.post-outline p {
  margin-top: 0;
}

.single .back {
  margin-top: 30px;
  text-align: center;
}

.single .link-with-icon {
  display: inline-flex;
  font-size: 0.875rem;
}

.single .link-with-icon .icon {
  scale: -1 1;
}

.single .archive-container {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: var(--padding-top);
  border-bottom: none;
}

.item-archive h2 {
  margin-bottom: 20px;
}

.item-archive .archive-body {
  padding-top: 40px;
}

.item-archive-container {
  display: grid;
  align-items: start;
  gap: 30px;
  margin-bottom: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
}
@media (width >= 640px) {
  .item-archive-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 28px;
  }
}
@media (width >= 1280px) {
  .item-archive-container {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
  }
}

.single-item .item-archive-container {
  gap: 3px;
  margin-bottom: 0;
  padding-bottom: var(--padding-top);
  border-bottom: none;
}
@media (width >= 640px) {
  .single-item .item-archive-container {
    gap: 31px;
  }
}
@media (width >= 1280px) {
  .single-item .item-archive-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-right: 14px;
  padding-left: 14px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  transition: color 0.3s;
}
@media (width >= 640px) {
  .product-item {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

.item-thumbnail {
  aspect-ratio: 240/298;
  margin-right: -14px;
  margin-left: -14px;
  margin-bottom: 15px;
  transition: opacity 0.3s;
}
@media (width >= 640px) {
  .item-thumbnail {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 20px;
  }
}

.item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-link {
  margin-bottom: 15px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.item-link::before {
  content: "";
  position: absolute;
  inset: 0;
}

.item-archive-container .item-price {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.product-item:has(.item-link:focus-visible) {
  color: #e24719;
}
.product-item:has(.item-link:focus-visible) .item-thumbnail {
  opacity: 0.6;
}

@media (any-hover: hover) {
  .product-item:has(.item-link:hover) {
    color: #e24719;
  }
  .product-item:has(.item-link:hover) .item-thumbnail {
    opacity: 0.6;
  }
}
@media (width >= 1024px) {
  .item-content {
    display: flex;
    gap: 50px;
  }
}

@media (width >= 1024px) {
  .item-image-container {
    flex: 0 0 30.76vw;
    width: 30.76vw;
  }
}
@media (width >= 1280px) {
  .item-image-container {
    flex-basis: calc(100% - 550px);
    width: calc(100% - 550px);
  }
}

@media (width >= 1024px) {
  .item-detail-container {
    flex: 1 1 auto;
  }
}

.single-item .item-image-wrap {
  border-radius: 5px;
  overflow: hidden;
}
.single-item .item-image-wrap img {
  width: 100%;
}
.single-item .item-image-thumbnail-list {
  gap: 6px;
  align-items: flex-start;
  margin-top: 7px;
}
@media (width >= 640px) {
  .single-item .item-image-thumbnail-list {
    gap: 12px;
    margin-top: 15px;
  }
}
@media (width >= 1024px) {
  .single-item .item-image-thumbnail-list {
    gap: 10px;
    margin-top: 10px;
  }
}
.single-item .item-image-thumbnail {
  flex: 0 0 14.66vw;
  aspect-ratio: 55/67;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
@media (width >= 640px) {
  .single-item .item-image-thumbnail {
    flex-basis: 14.97vw;
  }
}
@media (width >= 1024px) {
  .single-item .item-image-thumbnail {
    flex-basis: 85px;
  }
}
.single-item .item-image-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(226, 71, 25, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
}
.single-item .item-image-thumbnail:focus-visible::after {
  opacity: 1;
}
@media (any-hover: hover) {
  .single-item .item-image-thumbnail:hover::after {
    opacity: 1;
  }
}
.single-item .item-name {
  margin-top: clamp(40px, 40px + 10 * (100vw - 390px) / 378, 50px);
  font-size: clamp(1.375rem, 0.741rem + 2.6vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (width >= 1024px) {
  .single-item .item-name {
    margin-top: 0;
  }
}
.single-item .item-detail {
  margin-top: 30px;
  padding: clamp(25px, 25px + 25 * (100vw - 390px) / 378, 50px);
  border-radius: 5px;
  background-color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
.single-item .item-detail .item-price {
  float: left;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.single-item .item-price span {
  font-size: 0.875rem;
}
.single-item .item-deal {
  float: right;
  margin-top: 9px;
  padding: 1px 5px 2px;
  border-radius: 3px;
  border: 1px solid currentColor;
  color: #e24719;
  font-size: clamp(0.625rem, 0.503rem + 0.5vw, 0.75rem);
}
.single-item .item-info {
  clear: both;
  margin-top: calc(2rem + 20px);
  font-weight: 700;
}
.single-item .item-info :where(dt, dd) {
  display: inline;
}
.single-item .item-detail h3 {
  margin-top: clamp(25px, 25px + 5 * (100vw - 390px) / 378, 30px);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.single-item .item-outline {
  margin-top: 15px;
}
.single-item .item-outline p + p {
  margin-top: 1lh;
}
.single-item .swiper-slide-thumb-active {
  outline: 2px solid #e24719;
  outline-offset: -2px;
  pointer-events: none;
}

.ranking-content {
  padding-top: clamp(40px, 40px + 20 * (100vw - 400px) / 240, 60px);
}
@media (width >= 640px) {
  .ranking-content {
    padding-top: clamp(60px, 60px + 20 * (100vw - 960px) / 64, 80px);
  }
}

.ranking-content .products-ranking-container {
  margin-top: 0;
}

.download-list {
  display: grid;
  gap: 32px;
  padding-bottom: 122px;
}
@media (width >= 640px) {
  .download-list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px 30px;
  }
}

.download-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}

.download-item h2 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

:where(.download-item, .download-all) p {
  margin-bottom: 5px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}

:where(.download-item, .download-all) .image {
  order: -1;
}

:where(.download-item, .download-all) .image img {
  width: 100%;
}

:where(.download-item) a {
  width: 100%;
  max-width: 300px;
  margin-top: auto;
}

.download-item a :where(path, rect) {
  fill: #150701;
}

.download-item a:focus-visible :where(path, rect) {
  fill: #e24719;
}

@media (any-hover: hover) {
  .download-item a:hover :where(path, rect) {
    fill: #e24719;
  }
}
.download-all {
  padding-top: clamp(60px, 60px + 20 * (100vw - 390px) / 378, 80px);
  padding-bottom: clamp(60px, 60px + 20 * (100vw - 390px) / 378, 80px);
  background-color: #150701;
  color: #fff;
}

.download-all .inner {
  display: grid;
  gap: 20px;
  align-items: start;
}
@media (width >= 750px) {
  .download-all .inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto) 1fr;
    gap: 20px 30px;
  }
}

.download-all h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.download-all a .icon {
  color: #e24719;
}

@media (width >= 750px) {
  .download-all > * {
    grid-column: 2/3;
  }
}

@media (width >= 750px) {
  .download-all .image {
    grid-column: 1/2;
    grid-row: 1/span 3;
  }
}

.download-all a circle {
  fill: #fff;
}

.download-all a:focus-visible circle {
  fill: #e24719;
}
.download-all a:focus-visible .icon {
  color: #fff;
}

@media (any-hover: hover) {
  .download-all a:hover circle {
    fill: #e24719;
  }
  .download-all a:hover .icon {
    color: #fff;
  }
}
.mypage-container {
  padding-top: 40px;
}
@media (width >= 640px) {
  .mypage-container {
    padding-top: 60px;
  }
}
@media (width >= 1024px) {
  .mypage-container {
    padding-top: 80px;
  }
}

.mypage-wrap h2,
.mypage-wrap .um-account-main .um-account-heading {
  display: block !important;
  margin-bottom: 10px !important;
  color: #150701 !important;
  font-size: clamp(1.25rem, 0.982rem + 1.1vw, 1.5rem) !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 0.08em;
}

.mypage-wrap form {
  display: grid;
}

.mypage-wrap label {
  margin-top: 20px !important;
  margin-bottom: 15px;
  color: #150701 !important;
  font-size: 1.25rem !important;
  font-weight: 700;
  line-height: normal !important;
  letter-spacing: 0.08em;
}

.um .um-form input[type=text],
.um .um-form input[type=password] {
  width: 100% !important;
  height: auto !important;
  padding: 11px 15px !important;
  border-radius: 5px;
  border: 1px solid #a29995 !important;
  background-color: #fff;
  color: #150701 !important;
  font-size: 1rem !important;
  line-height: normal !important;
  letter-spacing: 0.01em;
}
.um .um-form input[type=text]::placeholder,
.um .um-form input[type=password]::placeholder {
  font-size: 0.75rem !important;
}
@media (width >= 640px) {
  .um .um-form input[type=text]::placeholder,
  .um .um-form input[type=password]::placeholder {
    font-size: 1rem !important;
  }
}
.um .um-form input[type=text]::-ms-input-placeholder,
.um .um-form input[type=password]::-ms-input-placeholder {
  font-size: 0.75rem !important;
}
@media (width >= 640px) {
  .um .um-form input[type=text]::-ms-input-placeholder,
  .um .um-form input[type=password]::-ms-input-placeholder {
    font-size: 1rem !important;
  }
}
@media (width >= 640px) {
  .um .um-form input[type=text],
  .um .um-form input[type=password] {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
}

.um-account-meta {
  display: none !important;
}

.mypage-wrap i {
  display: none !important;
}

.mypage-wrap .uimob800 .um-account-main {
  width: 100%;
  max-width: initial;
}

.mypage-wrap .um .um-form input[type=submit] {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  max-width: 300px !important;
  margin-right: auto;
  margin-left: auto;
  height: auto !important;
  padding: 18px 20px !important;
  border-radius: 3px !important;
  background: #150701 url(./img/icon-arrow-right-white.svg) right 20px center/12px auto no-repeat;
  color: #fff !important;
  font-size: 1rem !important;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  line-height: normal !important;
  letter-spacing: 0.08em;
  text-align: left;
  transition: background-color 0.2s;
}

.mypage-wrap .um-left {
  float: none;
}

.mypage-wrap .um-field {
  padding: 0;
}

.mypage-wrap .um-account-tab .um-field .um-field-label {
  margin-bottom: 0;
}

.mypage-wrap .um-account-main .um-account-tab {
  margin-bottom: 40px;
  padding: clamp(40px, 40px + 20 * (100vw - 390px) / 378, 60px) clamp(20px, 20px + 20 * (100vw - 390px) / 378, 40px);
  border-radius: 5px;
  background-color: #fff;
  border-bottom: none;
}
@media (width >= 640px) {
  .mypage-wrap .um-account-main .um-account-tab {
    padding-right: clamp(40px, 40px + 40 * (100vw - 960px) / 64, 80px);
    padding-left: clamp(40px, 40px + 40 * (100vw - 960px) / 64, 80px);
  }
}

.mypage-wrap .um-account-main .um-account-tab:last-of-type {
  margin-bottom: 0;
}

.mypage-wrap .um-col-alt {
  margin: 0;
}

.mypage-wrap .um-col-alt-b {
  padding-top: 30px;
}

.mypage-wrap .um:not(.um-admin) {
  margin-bottom: 0 !important;
}

.mypage-wrap .um-account-main {
  width: 100%;
  padding: 0;
}

.mypage-wrap .um .um-form input[disabled] {
  border: none !important;
  opacity: 1 !important;
}

.mypage-wrap .um-account-main .um-account-nav {
  display: none;
}

.mypage-wrap .um-account-side {
  width: min(100%, 500px) !important;
  margin-bottom: 30px;
}

.mypage-wrap .um-account-side.uimob340-hide {
  display: block !important;
}

.mypage-wrap .um-account-side ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 5px !important;
  border: 1px solid #a29995 !important;
  overflow: hidden;
}

.mypage-wrap .um-account-side li {
  margin-bottom: 0 !important;
  background-color: #fff !important;
  color: #150701;
  font-weight: 700;
}

.mypage-wrap .um-account-side li + li {
  border-left: 1px solid #a29995;
}

.mypage-wrap .um-account .um-account-side li a {
  position: relative;
  display: grid;
  place-content: center;
  height: auto;
  padding: 11px 15px !important;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  transition: background-color 0.3s;
}
@media (width >= 640px) {
  .mypage-wrap .um-account .um-account-side li a {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
    font-size: 1rem;
  }
}

.mypage-wrap .um-account-side li a span.um-account-icon, .mypage-wrap .um-account-side li a.current span.um-account-icon, .mypage-wrap .um-account-side li a.current:hover span.um-account-icon {
  display: none;
}
.mypage-wrap .um-account-side li a.current {
  background-color: #fff;
}
.mypage-wrap .um-account-side li a span.um-account-title {
  float: none;
  height: auto;
  padding-left: 0;
  color: #a29995;
  line-height: 1.5;
  transition: color 0.3s;
}
.mypage-wrap .um-account .um-account-side li a.current {
  pointer-events: none;
  background-color: #fff;
}
.mypage-wrap .um-account .um-account-side li a.current .um-account-title {
  color: #150701;
}
.mypage-wrap .um-account .um-account-side li a:focus-visible {
  background-color: #e24719;
}
.mypage-wrap .um-account .um-account-side li a:focus-visible span.um-account-title {
  color: #fff;
}
@media (any-hover: hover) {
  .mypage-wrap .um-account .um-account-side li a:hover {
    background-color: #e24719;
  }
  .mypage-wrap .um-account .um-account-side li a:hover span.um-account-title {
    color: #fff;
  }
}
.mypage-wrap div.uimob340 .uimob340-hide, .mypage-wrap div.uimob500 .uimob500-hide, .mypage-wrap .um-account .uimob800-hide, .mypage-wrap div.uimob960 .uimob960-hide {
  display: block;
}
.mypage-wrap .um-account .um-account-side li a span.um-account-icontip {
  display: none !important;
}

.company-profile {
  display: grid;
  margin-top: 30px;
  margin-bottom: var(--padding-top);
  border-top: 1px solid #a29995;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
@media (width >= 640px) {
  .company-profile {
    grid-template-columns: 200px 1fr;
    font-size: 1rem;
  }
}

.company-profile dt {
  padding-top: 20px;
  font-weight: 700;
}
@media (width >= 640px) {
  .company-profile dt {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #a29995;
  }
}

.company-profile dd {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a29995;
}
@media (width >= 640px) {
  .company-profile dd {
    padding-top: 20px;
  }
}

.privacy-policy.page main {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}

.privacy-lead,
.privacy-container {
  margin-bottom: var(--padding-top);
}

@media (width >= 640px) {
  .privacy-lead {
    font-size: 1.125rem;
  }
}

.privacy-container h2 {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.privacy-container h2:nth-of-type(n+2) {
  margin-top: 30px;
}

.privacy-container p + p {
  margin-top: 1lh;
}

.privacy-container ul {
  margin-top: 15px;
}

.privacy-container li {
  display: flex;
  align-items: flex-start;
}

.privacy-container li::before {
  content: "・";
  position: static;
  font-size: 1em;
}

.privacy-container li + li {
  margin-top: 10px;
}

.login-container {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100dvh;
  background-color: #fff;
}
@media (width >= 1280px) {
  .login-container {
    grid-template-columns: 600px 1fr;
    grid-template-rows: 1fr;
  }
}

.login-container::before {
  content: "";
  display: block;
  height: 41.86vw;
  background: transparent url(./img/bg-login-sm@3x.webp) center/cover no-repeat;
}
@media (width >= 640px) {
  .login-container::before {
    height: 320px;
  }
}
@media (width >= 1280px) {
  .login-container::before {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 100%;
    height: 100%;
    background-image: url(./img/bg-login-lg.webp);
  }
}

.login-wrap {
  display: flex;
  align-items: center;
  padding: 40px 30px 52px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (width >= 640px) {
  .login-wrap {
    justify-content: center;
  }
}
@media (width >= 1280px) {
  .login-wrap {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.login-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (width >= 500px) {
  .login-inner {
    max-width: 18.75rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (width >= 640px) {
  .login-inner {
    justify-content: center;
  }
}

.login-wrap h1 {
  display: grid;
  justify-items: center;
  gap: clamp(10px, 10px + 8 * (100vw - 390px) / 378, 18px);
  margin-bottom: clamp(40px, 40px + 10 * (100vw - 390px) / 378, 50px);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.login-wrap h1 .logo {
  width: clamp(150px, 150px + 55 * (100vw - 390px) / 378, 205px);
}

.login-wrap h1 .logo img {
  width: 100%;
}

.login-wrap h2 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a29995;
  font-size: clamp(1.125rem, 1.003rem + 0.5vw, 1.25rem);
}

.login-wrap form {
  display: grid;
  margin-bottom: 5px;
}

.login-wrap label {
  display: block;
  margin-bottom: 10px;
  color: #150701 !important;
}
@media (width >= 640px) {
  .login-wrap label {
    font-size: 1rem !important;
  }
}

#top .login-container .login-wrap input[type=text],
#top .login-container .login-wrap input[type=password] {
  height: auto !important;
  padding: 12px 20px !important;
  border-radius: 3px !important;
  border-color: #ebebeb !important;
  color: #150701 !important;
  font-size: 1rem !important;
}

.login-wrap input + label {
  margin-top: clamp(20px, 20px + 5 * (100vw - 390px) / 378, 25px);
}

.login-wrap a {
  align-items: flex-start;
}

.login-wrap a .arrow {
  fill: #fff;
}

.login-wrap .note {
  margin-bottom: 20px;
}

.login-wrap .attention {
  margin-top: 10px;
  margin-bottom: 90px;
  color: #e24719;
}

.send-mail a {
  align-self: center;
}

.login-wrap .um-field {
  padding-top: 0;
}

.login-wrap .um-field + .um-field-password {
  margin-top: 25px;
}

.um-col-alt:has(#um-submit-btn) {
  margin: -5px 0 0;
}

#um-submit-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  height: auto !important;
  padding: 18px 20px !important;
  border-radius: 3px !important;
  background: #150701 url(./img/icon-arrow-right-white.svg) right 20px center/12px auto no-repeat;
  color: #fff !important;
  font-size: inherit !important;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  line-height: normal !important;
  letter-spacing: 0.08em;
  text-align: left;
  transition: background-color 0.2s;
}
@media (width >= 640px) {
  #um-submit-btn {
    max-width: 300px;
    font-size: 1rem;
  }
}

#um-submit-btn:focus-visible {
  background-color: #e24719;
}

@media (any-hover: hover) {
  #um-submit-btn:hover {
    background-color: #e24719;
  }
}
.login-wrap .um-login {
  margin-bottom: 0 !important;
}

.um-col-alt:has(#um-submit-btn) {
  margin-top: 5px;
}

.login-wrap .um-notice.success {
  margin-top: 0 !important;
  margin-bottom: 25px !important;
}

.account_locked .um-notice.err {
  display: none;
}

.contact-container {
  padding-bottom: var(--padding-top);
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}

.contact-container h2 {
  font-size: clamp(1.25rem, 0.982rem + 1.1vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media (width >= 640px) {
  .contact-container h2 br {
    display: none;
  }
}

.contact-container h2 + p {
  margin-top: 20px;
  margin-bottom: 60px;
}

.contact-container form {
  display: grid;
}

.badge-required {
  display: inline-block;
  padding: 1px 8px 2px;
  border-radius: 100em;
  border: 2px solid currentColor;
  color: #e24719;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.contact-container label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.contact-container label:nth-of-type(n+2) {
  margin-top: 30px;
}

.contact-container input {
  padding: 17px 20px;
}

.contact-container .agree {
  justify-self: center;
  align-items: center;
  gap: 10px;
  height: 2.333em;
  margin-bottom: 30px;
  font-size: 0.75rem;
  font-weight: 500;
}
@media (width >= 640px) {
  .contact-container .agree {
    align-items: flex-end;
    font-size: 1rem;
  }
  .contact-container .agree br {
    display: none;
  }
}

.agree input,
.agree input:checked {
  width: 1.667em;
  height: 1.667em;
  cursor: pointer;
}

.agree .label {
  padding-top: 6px;
}
@media (width >= 640px) {
  .agree .label {
    padding-top: 0;
  }
}

.agree a {
  color: #dd7859;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (width >= 500px) {
  .agree .badge-required {
    position: relative;
  }
}

@media (width >= 500px) {
  .agree br {
    display: none;
  }
}

.contact-container .link-button {
  position: relative;
  justify-self: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto !important;
  cursor: pointer;
}

.contact-container .link-button:has(input[disabled]) {
  cursor: not-allowed;
}

.link-button:has(input[disabled]) {
  opacity: 0.5;
}

.link-button:has(input[disabled]):focus-visible {
  background-color: #150701;
}

@media (any-hover: hover) {
  .link-button:has(input[disabled]):hover {
    background-color: #150701;
  }
}
.contact-container input[type=submit] {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 0.875rem;
  text-align: left;
}

.contact-container .wpcf7-list-item {
  display: block;
  margin-left: 0;
  line-height: 1;
}

.contact-container .wpcf7-acceptance {
  display: block;
}

.contact-container .wpcf7-spinner {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  left: 0;
  margin: 0 auto;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 2em;
  padding: 12px;
  border: none;
  border-radius: 3px;
  background-color: #00a0d2;
  color: #fff;
  font-weight: 700;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #7acf58;
}
