@charset "UTF-8";
/* Reset
   ----------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* #FAFAF9 */
/* #F5F5F4 */
/* #E7E5E4 */
/* #D6DBD1 */
/* #A8A29E */
/* #78716C */
/* #57534E */
/* #44403C */
/* #292524 */
/* #1C1917 */
/* #0C0A09 */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("woff2");
  font-weight: 400 900; /* 400から900までの範囲で太さを調整 */
}
/* Base
   ----------------------------------------------------------------- */
*, ::after, ::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  -webkit-tap-highlight-color: transparent;
  min-height: 0vw; /* Safari clamp関数対策 */
  touch-action: manipulation;
}

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

body {
  width: 100%;
  margin: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgb(29, 29, 31);
  letter-spacing: -0.022em;
  font-feature-settings: "palt" 1;
  word-break: break-all;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 1279px) {
  body.fixed {
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  body.fixed main, body.fixed section, body.fixed aside, body.fixed footer {
    pointer-events: none;
    user-select: none;
  }
}
body .non-responsive {
  width: 1920px;
  min-width: 1920px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}
picture, img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  width: 100%;
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

label {
  user-select: none;
}

.responsive {
  line-height: 1.67;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .responsive main {
    min-height: 100vh;
  }
}
@media (min-width: 768px) {
  .responsive main {
    min-height: calc(100vh - 264px);
  }
}

.non-responsive {
  background: rgb(245, 245, 247);
}
.non-responsive main {
  min-height: 100vh;
}
.non-responsive h1 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
}
.non-responsive h2 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
}
.non-responsive h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
}
.non-responsive h4 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.non-responsive h5 {
  font-size: 1.4rem;
  line-height: 2rem;
}
.non-responsive h6 {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.non-responsive p, .non-responsive label, .non-responsive th, .non-responsive td {
  font-size: 1.4rem;
  line-height: 2rem;
}

.hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 36px 0;
  background-color: rgb(231, 229, 228);
}

label {
  white-space: nowrap;
}

.underline {
  text-decoration: underline;
}

dl {
  padding: 16px 8px;
  margin: 0;
}
dl:nth-child(even) {
  background-color: rgb(245, 245, 244);
}

dt, dd {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
}

dt {
  min-width: 90px;
  color: rgb(120, 113, 108);
  vertical-align: top;
}

.side-menu {
  background-color: #fff;
  position: fixed;
  z-index: 1;
}
.side-menu nav {
  padding: 12px 18px;
}
.side-menu ul {
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 2rem;
}
.side-menu li a.active {
  background-color: rgb(245, 245, 244);
  opacity: 1;
}
.side-menu li a.active::before {
  background-color: rgb(74, 144, 226);
}
.side-menu a {
  height: 36px;
  padding: 0 40px;
  border-radius: 4px;
  font-weight: 600;
  line-height: 36px;
  position: relative;
}
.side-menu a::before {
  content: "";
  display: block;
  width: 4px;
  height: 26px;
  border-radius: 2px;
  background-color: transparent;
  position: absolute;
  top: 3px;
  left: -6px;
}
.side-menu a:hover {
  background-color: rgb(231, 229, 228);
  opacity: 1;
}
.side-menu .ion-icon {
  width: 18px;
  height: 18px;
}

.responsive .side-menu {
  display: none;
  user-select: none;
  pointer-events: none;
}
.responsive .side-menu.shown {
  display: block;
  pointer-events: all;
}
@media (max-width: 1279px) {
  .responsive .side-menu {
    width: 100%;
    height: calc(100vh - 48px);
    left: 0;
    top: 48px;
  }
}
@media (min-width: 1280px) {
  .responsive .side-menu {
    width: 246px;
    height: calc(100vh - 109px);
    border-right: 1px solid rgb(231, 229, 228);
    left: 0;
    top: 109px;
    z-index: 10;
  }
}
.responsive .side-menu a {
  display: block;
  width: 100%;
  height: 36px;
}
.responsive .side-menu a.active::before {
  display: none;
}
.responsive .side-menu nav {
  height: 100%;
  overflow-y: scroll;
}

.non-responsive .side-menu {
  width: 246px;
  height: calc(100vh - 54px);
  border-right: 1px solid rgb(231, 229, 228);
  left: 0;
  top: 54px;
}

.container-344 {
  max-width: 344px;
  margin: 0 auto;
}
.container-500 {
  max-width: 500px;
  margin: 0 auto;
}
.container-600 {
  max-width: 600px;
  margin: 0 auto;
}
.container-800 {
  max-width: 800px;
  margin: 0 auto;
}
.container-900 {
  max-width: 900px;
  margin: 0 auto;
}
.container-960 {
  max-width: 960px;
  margin: 0 auto;
}
.container-1280 {
  max-width: 1280px;
  margin: 0 auto;
}
.container-1536 {
  max-width: 1536px;
  margin: 0 auto;
}

.footer {
  background-color: #fff;
}
.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer-container {
    padding: 32px 16px 16px;
  }
}
@media (min-width: 768px) {
  .footer-container {
    padding: 48px 16px 16px;
  }
}
.footer-logo {
  margin: 0;
}
@media (max-width: 767px) {
  .footer-logo {
    width: 162px;
  }
}
@media (min-width: 768px) {
  .footer-logo {
    width: 180px;
  }
}
.footer-list {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 16px;
}
@media (max-width: 767px) {
  .footer-list {
    margin: 20px 0 24px;
  }
}
@media (min-width: 768px) {
  .footer-list {
    margin: 24px 0 72px;
  }
}
@media (max-width: 767px) {
  .footer-list li {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .footer-list li {
    font-size: 1.4rem;
  }
}
.footer-list a:hover {
  text-decoration: underline;
}
.footer-copyright {
  margin: 0;
}
@media (max-width: 767px) {
  .footer-copyright {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .footer-copyright {
    font-size: 1.2rem;
  }
}

.responsive .footer {
  background-color: rgb(250, 250, 249);
}

.header {
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header-admin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: inherit;
  background-color: #fff;
  border-bottom: 1px solid rgb(231, 229, 228);
}
@media (max-width: 767px) {
  .header-admin {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .header-admin {
    height: 54px;
    padding: 0 40px;
  }
}
.header-left, .header-right {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
.header-logo {
  width: 90px;
}
@media (max-width: 1279px) {
  .header-category-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    color: rgb(29, 29, 31);
  }
  .header-category-button .ion-icon {
    width: 20px;
    height: 20px;
    color: rgb(29, 29, 31);
  }
}
@media (min-width: 1280px) {
  .header-category-button {
    display: none;
  }
}
.header-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.header-toggle svg {
  width: 20px;
  height: 20px;
}
.header-toggle p {
  display: inline-block;
  padding: 0.25em 1em;
  margin: 0;
  background-color: rgb(87, 83, 78);
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: -26px;
  z-index: 1;
  transform: translateX(-50%);
  user-select: none;
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 1024px) {
  .header-toggle:hover {
    background-color: rgb(245, 245, 244);
  }
  .header-toggle:hover p {
    opacity: 1;
  }
}
.header-badge {
  display: inline-block;
  padding: 0.25em 1em;
  margin-right: 0.75em;
  background-color: rgb(74, 144, 226);
  border-radius: 24px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #fff;
  letter-spacing: 0.133em;
}
.header-username {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  cursor: pointer;
  color: #000;
}
.header-account {
  display: block;
  width: 260px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid rgb(231, 229, 228);
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #000;
  position: absolute;
  right: -1em;
  bottom: 0;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.header-account.shown {
  opacity: 1;
  pointer-events: all;
}
.header-account ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-account li {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 16px;
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
}
.header-account li:hover {
  background-color: rgb(245, 245, 244);
}
.header-account a {
  display: flex;
  gap: 6px;
  color: #000;
}
.header-account .ion-icon {
  width: 20px;
  height: 20px;
}
.header-store {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: inherit;
  background-color: #fff;
}
@media (max-width: 767px) {
  .header-store {
    height: 48px;
    padding: 0 15px;
    border-bottom: 1px solid rgb(231, 229, 228);
  }
  .header-store.shown {
    border: none;
  }
}
@media (min-width: 768px) {
  .header-store {
    height: 54px;
    padding: 0 40px;
  }
}
.header-store-nav {
  display: flex;
  gap: 8px;
}
.header-store-nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: rgb(29, 29, 31);
  position: relative;
  cursor: pointer;
  transition: background-color 300ms ease;
}
.header-store-nav-button.notice::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.header-store-nav-button.notice:hover::before {
  background-color: rgb(245, 245, 244);
}
.header-store-nav-button.notice::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgb(218, 14, 14);
  border-radius: 3px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
@media (min-width: 768px) {
  .header-store-nav-button:hover {
    background-color: rgb(245, 245, 244);
  }
}
.header-store-nav-button .ion-icon {
  width: 24px;
  height: 24px;
}
.header-search {
  display: block;
  width: 100%;
  max-width: 900px;
  height: inherit;
}
@media (max-width: 767px) {
  .header-search {
    padding: 0 15px;
    background-color: #fff;
    border-bottom: 1px solid rgb(231, 229, 228);
    position: fixed;
    top: 38px;
    left: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: 300ms ease;
  }
  .header-search.shown {
    top: 48px;
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 768px) {
  .header-search {
    padding: 0 50px;
  }
}
.header-search form {
  display: flex;
  align-items: center;
  width: 100%;
  height: inherit;
  position: relative;
}
.header-search input {
  height: 36px;
  padding-right: 36px;
}
.header-search button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
  border-radius: 4px;
  color: rgb(120, 113, 108);
  position: absolute;
  right: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header-search button {
    color: rgb(29, 29, 31);
  }
}
@media (min-width: 768px) {
  .header-search button {
    color: rgb(120, 113, 108);
  }
}
.header-search .ion-icon {
  width: 20px;
  height: 20px;
  color: rgb(120, 113, 108);
}
.header-settlement {
  display: block;
  width: 100%;
  height: inherit;
  background-color: #fff;
  border-bottom: 1px solid rgb(231, 229, 228);
}
.header-settlement > div {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-settlement > div {
    height: 48px;
    padding: 0 15px;
  }
  .header-settlement > div.shown {
    border: none;
  }
}
@media (min-width: 768px) {
  .header-settlement > div {
    height: 54px;
    padding: 0 50px;
  }
}

@media (min-width: 768px) {
  #header-search-button {
    display: none;
  }
}

.history-list, .select-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 4px;
}
.history-item, .select-item {
  display: block;
  padding-bottom: 40px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid rgb(231, 229, 228);
  overflow: hidden;
}
@media (max-width: 639px) {
  .history-item, .select-item {
    width: calc(50% - 2px);
  }
}
@media (min-width: 640px) {
  .history-item, .select-item {
    width: calc((100% - 8px) / 3);
  }
}
@media (min-width: 768px) {
  .history-item, .select-item {
    width: calc((100% - 12px) / 4);
  }
}
@media (min-width: 1024px) {
  .history-item, .select-item {
    width: calc((100% - 16px) / 5);
  }
}
@media (min-width: 1280px) {
  .history-item, .select-item {
    width: calc((100% - 20px) / 6);
  }
}
@media (min-width: 1536px) {
  .history-item, .select-item {
    width: calc((100% - 24px) / 7);
  }
}
.history-item button, .select-item button {
  display: block;
  padding: 0 0.5em;
  margin: auto;
  border: 1px solid rgb(29, 29, 31);
  border-radius: 11px;
  font-size: 1.2rem;
  white-space: nowrap;
  cursor: pointer;
}
.history-item button:hover, .select-item button:hover {
  background-color: rgb(250, 250, 249);
}
.history-image, .select-image {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: rgb(28, 25, 23);
}
.history-details, .select-details {
  padding: 36px 12px 12px;
}
.history-details h4, .select-details h4 {
  margin-top: 0;
  color: inherit;
}
.history-details p, .select-details p {
  color: inherit;
}

.home-hallo {
  margin: 3em 0;
}
.home-hallo a {
  display: inline-block;
  padding: 0 0.125em;
  font-weight: 600;
  color: inherit;
  line-height: inherit;
}
.home-links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.home-links li {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid rgb(231, 229, 228);
}
@media (max-width: 767px) {
  .home-links li {
    width: 100%;
  }
  .home-links li:not(:first-child) {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .home-links li {
    width: calc((100% - 32px) / 3);
    padding: 1px;
  }
  .home-links li:not(:nth-child(3n)) {
    margin-right: 16px;
  }
  .home-links li:nth-child(n+4) {
    margin-top: 16px;
  }
  .home-links li:hover {
    padding: 0;
    border: 2px solid rgb(74, 144, 226);
  }
}
.home-links ion-icon, .home-links .ion-icon {
  width: 20px;
  height: 20px;
}
.home-card-header {
  width: 100%;
  padding: 18px 18px 6px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.home-card-header h3 {
  font-size: inherit;
  line-height: inherit;
}
.home-card-body {
  width: 100%;
  min-height: 72px;
  padding: 6px 18px 18px;
}
.home-card-body p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgb(168, 162, 158);
}

h1.home-welcome {
  font-weight: 700;
}
@media (max-width: 767px) {
  h1.home-welcome {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 768px) {
  h1.home-welcome {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}

@media (max-width: 767px) {
  p.home-hallo {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  p.home-hallo {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.main {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
@media (max-width: 767px) {
  .main {
    padding-bottom: 64px;
  }
}
@media (min-width: 768px) {
  .main {
    padding-bottom: 128px;
  }
}

@media (max-width: 1279px) {
  .responsive .main-content {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .responsive .main-content {
    width: 100%;
    margin-left: 0;
  }
  .responsive .main-content.shown {
    width: calc(100% - 246px);
    margin-left: 246px;
  }
}

.non-responsive .main-content {
  width: calc(100% - 246px);
  padding-left: 32px;
  padding-right: 32px;
  margin-left: 246px;
}

.order-list {
  padding: 0;
  list-style: none;
}
.order-list li {
  width: 100%;
  margin-top: 20px;
  border: 1px solid rgb(231, 229, 228);
  border-radius: 12px;
  overflow: hidden;
}
.order-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(231, 229, 228);
  padding: 16px 18px;
}
@media (max-width: 767px) {
  .order-header {
    flex-direction: column;
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .order-header {
    gap: 20px;
  }
}
.order-header-block {
  display: flex;
}
@media (max-width: 767px) {
  .order-header-block {
    flex-direction: column;
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .order-header-block {
    gap: 24px;
  }
}
.order-header-block p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .order-header .button-outline {
    display: inline-block;
    margin-top: 6px;
  }
}
@media (min-width: 768px) {
  .order-header .button-outline {
    display: block;
    margin-top: 0.83em;
  }
}
.order-body {
  padding: 16px 18px;
}
.order-item {
  display: flex;
  gap: 20px;
}
.order-image {
  width: 100px;
  height: 100px;
}
.order-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.order-info {
  width: calc(100% - 120px);
}
.order-itemname {
  font-weight: 400;
}
@media (max-width: 767px) {
  .order-itemname {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .order-itemname {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.order-detail {
  width: 100%;
  border: 1px solid rgb(231, 229, 228);
  border-radius: 12px;
}
.order-detail > div {
  padding: 16px 18px;
}
.order-detail > div:not(:first-of-type) {
  border-top: 1px solid rgb(231, 229, 228);
}
.order-inquiry {
  width: 100%;
  padding: 16px 18px;
  margin-top: 20px;
  border: 1px solid rgb(231, 229, 228);
  border-radius: 12px;
}
.order-inquiry-category button {
  display: block;
  width: 100%;
  padding: 16px 16px;
  border: 1px solid rgb(231, 229, 228);
  border-radius: 4px;
  text-align: left;
  cursor: pointer;
}
.order-inquiry-category button:not(:first-of-type) {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .order-inquiry-category button {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .order-inquiry-category button {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .order-inquiry-category button:hover {
    border-color: rgb(68, 64, 60);
  }
}

@media (max-width: 1279px) {
  .nav-category {
    display: none;
  }
}
@media (min-width: 1280px) {
  .nav-category {
    display: block;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid rgb(231, 229, 228);
    position: fixed;
    top: 54px;
    z-index: 1;
  }
  .nav-category > div {
    display: flex;
    padding: 0 50px;
    gap: 40px;
  }
  .nav-category ul {
    display: flex;
    padding: 12px 0;
    margin: 0;
    list-style: none;
    gap: 10px;
  }
  .nav-category a {
    display: block;
    padding: 6px 20px;
    border-radius: 6px;
    font-size: 1.2rem;
    transition: background-color 300ms ease;
    user-select: none;
  }
  .nav-category a:hover {
    background-color: rgb(214, 211, 209);
  }
}
.nav-category-button {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  user-select: none;
}
.nav-category-button .ion-icon {
  width: 28px;
  height: 28px;
}

.anker-pr {
  color: rgb(74, 144, 226);
}

.badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  transform: scale(0.9);
  transform-origin: center;
}
.badge-pr {
  background-color: rgb(74, 144, 226);
  color: #fff;
}
.badge-sc {
  background-color: rgb(62, 114, 86);
  color: #fff;
}
.badge-rd {
  background-color: rgb(218, 14, 14);
  color: #fff;
}
.badge-or {
  background-color: rgb(229, 149, 0);
  color: #fff;
}
.badge-mt {
  background-color: rgb(21, 171, 172);
  color: #fff;
}
.badge-yl {
  background-color: rgb(255, 204, 81);
  color: #fff;
}
.badge-nv {
  background-color: rgb(56, 72, 96);
  color: #fff;
}
.badge-bk {
  background-color: rgb(168, 162, 158);
  color: #fff;
}

.box {
  width: 100%;
  border: 1px solid rgb(231, 229, 228);
  border-radius: 12px;
  overflow: hidden;
}
.box-header {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 18px;
  background-color: rgb(250, 250, 249);
  border-bottom: 2px solid rgb(231, 229, 228);
}
.box-header h2, .box-header h3, .box-header h4 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
}
.box-body {
  padding: 16px 18px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .box-body h2, .box-body h3, .box-body h4 {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
  }
  .box-body p {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .box-body h2, .box-body h3, .box-body h4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
  }
  .box-body p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
  }
}
.box-body a {
  font-size: 1.4rem;
  line-height: 2rem;
}
.box-body a:hover {
  text-decoration: underline;
  color: rgb(74, 144, 226);
}
.box-footer {
  padding: 0 18px;
  background-color: rgb(250, 250, 249);
  border-top: 2px solid rgb(231, 229, 228);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
  color: rgb(68, 64, 60);
  font-size: 1.2rem;
}
.breadcrumb-item:not(:last-child)::after {
  content: ">";
  color: rgb(120, 113, 108);
}
.breadcrumb-item a {
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb-item[aria-current=page] {
  color: rgb(29, 29, 31);
}
@media (max-width: 1279px) {
  .breadcrumb {
    max-width: 390px;
    padding: 0 20px;
    margin: 80px auto 0;
  }
  .breadcrumb-item:not(:last-child)::after {
    margin: 0 4px;
  }
}
@media (min-width: 1280px) {
  .breadcrumb {
    padding: 0 50px;
    margin-top: 144px;
  }
  .breadcrumb-item:not(:last-child)::after {
    margin: 0 8px;
  }
}

.card {
  display: block;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.card-header {
  width: 100%;
  aspect-ratio: 3/2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.card-header a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(29, 29, 31);
}
.card-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .card-body {
    min-height: 140px;
    padding: 18px 12px;
  }
}
@media (min-width: 768px) {
  .card-body {
    min-height: 160px;
    padding: 24px 16px;
  }
}
.card-badge {
  margin: 0;
  color: rgb(218, 14, 14);
  font-weight: 400;
  position: absolute;
}
@media (max-width: 767px) {
  .card-badge {
    font-size: 1rem;
    top: 2px;
    left: 12px;
  }
}
@media (min-width: 768px) {
  .card-badge {
    font-size: 1.4rem;
    top: 3px;
    left: 15px;
  }
}
.card-name, .card h2 {
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
  overflow: hidden;
}
@media (max-width: 767px) {
  .card-name, .card h2 {
    height: 63px;
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .card-name, .card h2 {
    height: 48px;
    font-size: 1.6rem;
  }
}
.card-price {
  margin: 0;
  font-weight: 400;
  color: rgb(120, 113, 108);
}
@media (max-width: 767px) {
  .card-price {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .card-price {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .card-price span {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .card-price span {
    font-size: 1.2rem;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 2px #e7e5e4;
  overflow: hidden;
}
table input {
  height: 32px;
}

thead, tfoot {
  width: 100%;
}
thead th, tfoot th {
  text-align: left;
  height: 44px;
}
thead th p, tfoot th p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}
thead th a, tfoot th a {
  font-size: 1.4rem;
  line-height: 2rem;
}
thead th a:hover, tfoot th a:hover {
  text-decoration: underline;
  color: rgb(74, 144, 226);
}

thead {
  background-color: rgb(250, 250, 249);
}
thead th, thead td {
  border-bottom: 2px solid rgb(231, 229, 228);
  font-weight: 500;
}
thead th:first-child, thead td:first-child {
  padding-left: 18px;
}
thead th:last-child, thead td:last-child {
  padding-right: 18px;
}

tbody {
  background-color: #fff;
}
tbody tr:hover {
  background-color: rgb(250, 250, 249);
}
tbody tr:not(:first-child) th, tbody tr:not(:first-child) td {
  border-top: 1px solid rgb(231, 229, 228);
}
tbody tr:last-child th, tbody tr:last-child td {
  border-bottom: 1px solid rgb(231, 229, 228);
}
tbody th, tbody td {
  height: 44px;
  font-size: 1.4rem;
  line-height: 2rem;
  border-top: 1px solid rgb(231, 229, 228);
}
tbody th a:hover, tbody td a:hover {
  text-decoration: underline;
  color: rgb(74, 144, 226);
}
tbody th:first-child, tbody td:first-child {
  padding-left: 18px;
}
tbody th:last-child, tbody td:last-child {
  padding-right: 18px;
}
tbody + tfoot ~ tbody tr:last-child th, tbody + tfoot ~ tbody tr:last-child td {
  border-top: none;
}
tbody.tbody-large th, tbody.tbody-large td {
  height: 100px;
}

tfoot {
  background-color: rgb(250, 250, 249);
}
tfoot th, tfoot td {
  border-top: 2px solid rgb(231, 229, 228);
  font-weight: 500;
}
tfoot th:first-child, tfoot td:first-child {
  padding-left: 18px;
}
tfoot th:last-child, tfoot td:last-child {
  padding-right: 18px;
}

th, td {
  white-space: nowrap;
}

h2.table-heading, h3.table-heading, h4.table-heading {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
}

.column-thumbnail {
  width: 120px;
}
.column-quantity {
  width: 96px;
  padding-right: 16px;
}
.column-category {
  width: 10%;
}
.column-category span {
  display: inline-block;
  width: 8em;
  height: 22px;
  padding: 0 8px;
  border-radius: 11px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.column-category span.maintenance {
  background-color: rgb(74, 144, 226);
}
.column-category span.important {
  background-color: rgb(237, 111, 83);
}
.column-category span.update {
  background-color: rgb(21, 171, 172);
}
.column-category span.others {
  background-color: rgb(120, 113, 108);
}

.check-column {
  width: 2.2em;
  padding: 0 18px;
}

.date-column {
  width: 12%;
}

.username-column a {
  color: rgb(74, 144, 226);
  font-weight: 600;
}
.username-column a:hover {
  text-decoration: none;
}

.last-login-column {
  width: 10%;
}

.operation-column {
  width: 14%;
}

.stock-warning {
  color: rgb(237, 111, 83);
  font-weight: 500;
}

.button {
  height: 40px;
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid rgb(74, 144, 226);
  border-radius: 4px;
  color: rgb(74, 144, 226);
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-color, color;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 768px) {
  .button:hover {
    background-color: rgba(74, 144, 226, 0.1);
  }
}
.button-pr {
  height: 40px;
  padding: 8px 16px;
  background-color: rgb(74, 144, 226);
  border: 1px solid rgb(74, 144, 226);
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-color;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 768px) {
  .button-pr:hover {
    background-color: #277adc;
  }
}
.button-sc {
  height: 40px;
  padding: 8px 16px;
  background-color: rgb(62, 114, 86);
  border: 1px solid rgb(62, 114, 86);
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-color;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 768px) {
  .button-sc:hover {
    background-color: #35614a;
  }
}
.button-te {
  height: 40px;
  padding: 8px 16px;
  background-color: rgb(237, 111, 83);
  border: 1px solid rgb(237, 111, 83);
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-color;
  user-select: none;
}
@media (min-width: 768px) {
  .button-te:hover {
    background-color: #e84825;
  }
}
.button-gr {
  height: 40px;
  padding: 8px 16px;
  background-color: rgb(21, 171, 172);
  border: 1px solid rgb(21, 171, 172);
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-color;
  user-select: none;
}
@media (min-width: 768px) {
  .button-gr:hover {
    background-color: #129495;
  }
}
.button-bk {
  height: 40px;
  padding: 8px 16px;
  background-color: rgb(29, 29, 31);
  border-radius: 4px;
  color: rgb(250, 250, 249);
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-color;
  user-select: none;
}
@media (min-width: 768px) {
  .button-bk:hover {
    background-color: rgb(120, 113, 108);
  }
}
.button-cancel {
  height: 40px;
  padding: 8px 16px;
  background-color: rgb(231, 229, 228);
  border: 1px solid rgb(231, 229, 228);
  border-radius: 4px;
  color: rgb(120, 113, 108);
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-color;
  user-select: none;
}
@media (min-width: 768px) {
  .button-cancel:hover {
    background-color: rgb(214, 211, 209);
  }
}
.button-normal {
  color: rgb(74, 144, 226);
  cursor: pointer;
  user-select: none;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-color;
}
@media (min-width: 768px) {
  .button-normal:hover {
    text-decoration: underline;
  }
}
.button-outline {
  height: 32px;
  padding: 4px 16px;
  background-color: #fff;
  border: 1px solid rgb(231, 229, 228);
  border-radius: 4px;
  color: rgb(120, 113, 108);
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-color;
  user-select: none;
}
@media (min-width: 768px) {
  .button-outline:hover {
    background-color: rgb(245, 245, 244);
  }
}
.button-add {
  height: 40px;
  padding: 8px 16px;
  background-color: rgb(74, 144, 226);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
}
.button-more svg {
  width: 14px;
  height: 14px;
}
.button-small {
  height: 32px;
  padding: 4px 16px;
}

.action-buttons {
  display: flex;
  gap: 8px;
  user-select: none;
}

.action-button {
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: #000;
  position: relative;
  user-select: none;
}
.action-button svg {
  width: 20px;
  height: 20px;
}
.action-button span {
  display: inline-block;
  padding: 0.25em 1em;
  margin: 0;
  background-color: rgb(68, 64, 60);
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: -26px;
  z-index: 1;
  transform: translateX(-50%);
  user-select: none;
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 768px) {
  .action-button:hover span {
    opacity: 1;
  }
}

.filter {
  display: flex;
}
.filter-button {
  height: 40px;
  padding: 8px 8px;
  border-radius: 4px;
  color: rgb(29, 29, 31);
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-color;
  user-select: none;
}
.filter-button.active {
  color: rgb(74, 144, 226);
}
.filter-button:hover {
  color: rgb(74, 144, 226);
}

.form {
  display: block;
}
.form-section {
  background-color: #fff;
  border-radius: 18px;
  border: 1px solid rgb(231, 229, 228);
}
@media (max-width: 767px) {
  .form-section {
    padding: 25px 20px;
  }
}
@media (min-width: 768px) {
  .form-section {
    padding: 30px 25px;
  }
}
.form-section h2 {
  margin-top: 0;
}
.form-section + .form-section {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .form-item {
    margin: 12px 0;
  }
}
@media (min-width: 768px) {
  .form-item {
    margin: 12px 0;
  }
}
.form-item label {
  display: block;
  margin-bottom: 0.5em;
}
.form-sign-in {
  background-color: #fff;
  border-radius: 18px;
  border: 1px solid rgb(231, 229, 228);
}
@media (max-width: 767px) {
  .form-sign-in {
    padding: 25px 20px;
  }
}
@media (min-width: 768px) {
  .form-sign-in {
    padding: 30px 25px;
  }
}
.form-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-row .form-group {
  margin-bottom: 0;
}
.form-group {
  flex: 1;
  padding-bottom: 16px;
}
.form-group input, .form-group textarea {
  margin-top: 0.5em;
}
.form-group p {
  margin-top: 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .form-group p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .form-group p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 767px) {
  .form-group label {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .form-group label {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

input, textarea {
  width: 100%;
  padding: 6px 8px;
  background-color: #fff;
  border: 1px solid rgb(168, 162, 158);
  border-radius: 4px;
  font-size: 1.4rem;
}
input:focus, textarea:focus {
  background-color: rgb(250, 250, 249);
  outline: none;
}
input.small, textarea.small {
  height: 32px;
  margin: 0;
}

input {
  width: 100%;
  height: 40px;
}

input[type=file] {
  margin-top: 0.5rem;
}

input[type=checkbox] {
  width: 14px;
  height: 14px;
  padding: 0;
  background-color: transparent;
  border: 1px solid rgb(168, 162, 158);
  border-radius: 2px;
  position: relative;
}
input[type=checkbox]:checked::before {
  content: "";
  transform: rotate(40deg);
  width: 6px;
  height: 9px;
  border-right: 2px solid rgb(74, 144, 226);
  border-bottom: 2px solid rgb(74, 144, 226);
  position: absolute;
  top: 1px;
  left: 3px;
}

select, button {
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 2rem;
  white-space: nowrap;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

.select-box {
  display: block;
  align-items: center;
  position: relative;
}
.select-box::after {
  content: "";
  width: 10px;
  height: 7px;
  background-color: rgb(87, 83, 78);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}
.select-box select {
  width: 100%;
  min-width: 120px;
  height: 40px;
  padding: 6px 38px 6px 8px;
  border: 1px solid rgb(168, 162, 158);
  border-radius: 4px;
  background-color: #fff;
  color: rgb(29, 29, 31);
  font-size: 1.4rem;
  line-height: 2rem;
  cursor: pointer;
}

.radio-group {
  position: relative;
}
.radio-group-item {
  display: flex;
}
.radio-group-item:not(:last-child) {
  margin-bottom: 14px;
}
.radio-group input[type=radio] {
  display: none;
}
.radio-group label {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  cursor: pointer;
  padding-left: 24px;
}
.radio-group label::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: rgb(231, 229, 228);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.radio-group input[type=radio]:checked + label::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: rgb(74, 144, 226);
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.required {
  color: rgb(237, 111, 83);
  margin-left: 3px;
  margin-left: 0.2rem;
}

.error {
  color: rgb(237, 111, 83);
  font-size: 0.9em;
  display: none;
}

.postal-code {
  width: 90px;
}

.password-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.password-header label {
  margin-bottom: 0;
}

.toggle-password {
  margin-top: 10px;
}
.toggle-password label {
  margin: 0;
  font-weight: 400;
  user-select: none;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}
.pagination button {
  padding: 8px 12px;
  border: 1px solid rgb(120, 113, 108);
  background: #fff;
  cursor: pointer;
}
.pagination button:hover {
  border-color: rgb(74, 144, 226);
  color: rgb(74, 144, 226);
}
.pagination button.active {
  background-color: rgb(74, 144, 226);
  border-color: rgb(74, 144, 226);
  color: #fff;
}

.search-box {
  display: flex;
  flex: 1;
  max-width: 300px;
  gap: 4px;
  position: relative;
}
.search-icon {
  color: rgb(87, 83, 78);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.status-badge {
  display: inline-block;
  padding: 0px 8px 0px 18px;
  border: 1px solid rgb(214, 211, 209);
  border-radius: 6px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}
.status-badge::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}
.status-active, .status-published, .status-in-progress {
  background-color: rgba(74, 144, 226, 0.12);
  border-color: rgb(74, 144, 226);
  color: rgb(74, 144, 226);
}
.status-active::before, .status-published::before, .status-in-progress::before {
  background-color: rgb(74, 144, 226);
}
.status-pending, .status-private {
  background-color: rgba(229, 149, 0, 0.12);
  border-color: rgb(229, 149, 0);
  color: rgb(229, 149, 0);
}
.status-pending::before, .status-private::before {
  background-color: rgb(229, 149, 0);
}
.status-inactive, .status-draft, .status-completed {
  background-color: rgb(245, 245, 244);
  border-color: rgb(168, 162, 158);
  color: rgb(168, 162, 158);
}
.status-inactive::before, .status-draft::before, .status-completed::before {
  background-color: rgb(168, 162, 158);
}

.tab {
  display: flex;
  gap: 10px;
}
.tab-item {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
}
.tab-item.active {
  color: rgb(74, 144, 226);
}
.tab-count {
  display: inline-block;
  min-width: 1.33em;
  padding: 0 0.25em;
  margin: 0;
  border-radius: 2px;
  background-color: rgb(245, 245, 244);
  color: inherit;
  text-align: center;
}

.article {
  background-color: #fff;
  border-radius: 18px;
  border: 1px solid rgb(231, 229, 228);
}
.article a:hover {
  color: rgb(74, 144, 226);
  text-decoration: underline;
}
.article-header {
  border-bottom: 1px solid rgb(231, 229, 228);
}
@media (max-width: 767px) {
  .article-header {
    padding: 30px 20px 16px;
  }
}
@media (min-width: 768px) {
  .article-header {
    padding: 40px 30px 16px;
  }
}
.article-header h1 {
  text-align: center;
}
.article-header p {
  margin-bottom: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .article-body {
    padding: 20px 20px 20px;
  }
}
@media (min-width: 768px) {
  .article-body {
    padding: 36px 30px 30px;
  }
}
.article-body h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(231, 229, 228);
}
.article-body p + h2, .article-body ul + h2, .article-body ol + h2, .article-body figure + h2, .article-body img + h2 {
  margin-top: 1.66em;
}
.article-body p + h3, .article-body p + h4, .article-body ul + h3, .article-body ul + h4, .article-body ol + h3, .article-body ol + h4, .article-body figure + h3, .article-body figure + h4, .article-body img + h3, .article-body img + h4 {
  margin-top: 2em;
}
.article-footer {
  border-top: 1px solid rgb(231, 229, 228);
}
@media (max-width: 767px) {
  .article-footer {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .article-footer {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .cart-adjustment {
    max-width: 390px;
    padding: 0 20px;
    margin: 80px auto 0;
  }
}
@media (min-width: 768px) {
  .cart-adjustment {
    padding: 0 50px;
    margin-top: 144px;
  }
}
@media (max-width: 767px) {
  .cart-title {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 768px) {
  .cart-title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.cart-list {
  padding: 0;
  list-style: none;
}
.cart-item {
  border-bottom: 1px solid rgb(41, 37, 36);
}
@media (max-width: 767px) {
  .cart-item {
    display: block;
    padding: 14px 0;
  }
}
@media (min-width: 768px) {
  .cart-item {
    display: flex;
    gap: 16px;
    padding: 16px 0;
  }
}
.cart-item:first-child {
  border-top: 1px solid rgb(41, 37, 36);
}
.cart-image {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cart-image {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
@media (min-width: 768px) {
  .cart-image {
    width: 240px;
    min-width: 240px;
    height: 180px;
  }
}
.cart-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .cart-info {
    padding: 0 6px;
    margin: 16px 0;
  }
}
.cart-itemname {
  font-weight: 400;
}
@media (max-width: 767px) {
  .cart-itemname {
    margin: 0 0 20px;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 768px) {
  .cart-itemname {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.cart-giftcheck {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 767px) {
  .cart-giftcheck {
    justify-content: flex-end;
    padding-right: 4px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .cart-giftcheck {
    margin-bottom: 1em;
  }
}
.cart-giftcheck label {
  font-size: 1.4rem;
  line-height: 2rem;
}
.cart-giftcheck input[type=checkbox]:checked::before {
  border-color: rgb(29, 29, 31);
}
.cart-pricebox {
  display: flex;
}
@media (max-width: 767px) {
  .cart-pricebox {
    justify-content: space-between;
    width: 100%;
    padding: 0 12px;
  }
}
@media (min-width: 768px) {
  .cart-pricebox {
    flex-direction: column;
    justify-content: flex-end;
    min-width: 180px;
    padding-bottom: 10px;
  }
}
.cart-pricebox .select-box {
  display: flex;
  align-items: center;
}
.cart-pricebox .select-box span {
  display: inline-block;
  margin-right: 15px;
  font-size: 80%;
  white-space: nowrap;
}
.cart-pricebox .select-box select {
  min-width: auto;
  height: 32px;
}
.cart-price {
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cart-price {
    margin: 0;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 768px) {
  .cart-price {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.cart-price span {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 70%;
  font-weight: 500;
}
.cart-subtotal {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cart-subtotal {
    padding: 0 20px;
  }
  .cart-subtotal > div {
    width: 100%;
    text-align: center;
  }
  .cart-subtotal > div button {
    width: 320px;
    height: 44px;
  }
}
@media (min-width: 768px) {
  .cart-subtotal {
    display: flex;
    padding: 0 50px;
    justify-content: flex-end;
  }
  .cart-subtotal > div {
    width: 240px;
    text-align: center;
  }
  .cart-subtotal > div button {
    width: 240px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .cart-subtotal-number {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 768px) {
  .cart-subtotal-number {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.cart-subtotal-price {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cart-subtotal-price {
    margin: 0.5em 0 0.83em;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 768px) {
  .cart-subtotal-price {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.cart-subtotal-price span {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 70%;
  font-weight: 500;
}

.inquiry-title {
  padding: 10px 0;
  border-bottom: 1px solid rgb(231, 229, 228);
}
@media (max-width: 767px) {
  .inquiry-title {
    font-size: 1.8rem !important;
  }
}
@media (min-width: 768px) {
  .inquiry-title {
    font-size: 2rem !important;
  }
}
.inquiry-meta {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.inquiry-meta-item {
  width: calc((100% - 40px) / 3);
  padding: 10px;
  background-color: rgb(245, 245, 244);
  border-radius: 4px;
}
.inquiry-meta-item p {
  font-size: 1.4rem;
  line-height: 2rem;
}
.inquiry-user {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.inquiry-user-item {
  width: calc((100% - 20px) / 2);
  padding: 10px;
  background-color: rgb(245, 245, 244);
  border-radius: 4px;
}
.inquiry-user-item p {
  font-size: 1.4rem;
  line-height: 2rem;
}
.inquiry-detail {
  margin-top: 20px;
  padding: 36px 20px;
  background-color: rgb(245, 245, 244);
  border-radius: 4px;
}
.inquiry-detail p {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (max-width: 767px) {
  .inquiry-history-title {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 768px) {
  .inquiry-history-title {
    font-size: 1.8rem !important;
  }
}
.inquiry-response {
  padding: 20px;
  margin-top: 16px;
  border: 1px solid rgb(168, 162, 158);
  border-radius: 4px;
}
.inquiry-response-header {
  display: flex;
  justify-content: space-between;
}
.inquiry-response-header h4 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
}
.inquiry-response-header p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
}
.inquiry-response-body {
  margin-top: 20px;
}
.inquiry-response-body p, .inquiry-response-body ul, .inquiry-response-body ol {
  font-size: 1.4rem;
  line-height: 2rem;
}
.inquiry-message {
  margin-top: 24px;
}
.inquiry-message textarea {
  margin-bottom: 16px;
}
.inquiry-history {
  margin-top: 24px;
}
.inquiry-history .inquiry-user {
  display: block;
  width: calc(100% - 20px);
  padding: 20px;
  margin-left: 20px;
  margin-top: 16px;
  border: 1px solid rgb(231, 229, 228);
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 2rem;
}
.inquiry-response {
  width: calc(100% - 20px);
  background-color: rgb(245, 245, 244);
  border-color: rgb(231, 229, 228);
}
.inquiry-header {
  display: flex;
}
.inquiry-new {
  margin-top: 28px;
}
.inquiry-new textarea {
  margin-bottom: 0;
}
.inquiry-new .char-counter {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgb(168, 162, 158);
  text-align: right;
}
.inquiry-list {
  width: 100%;
}
.inquiry-item {
  margin-top: 24px;
  border: 1px solid rgb(168, 162, 158);
  border-radius: 12px;
  font-size: 1.4rem;
  line-height: 2rem;
}
.inquiry-item:not(:first-of-type) {
  margin-top: 20px;
  border-top: 1px solid rgb(168, 162, 158);
}
.inquiry-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 18px;
  border-bottom: 1px solid rgb(168, 162, 158);
}
.inquiry-category, .inquiry-date {
  margin-bottom: 0;
}
.inquiry-content {
  padding: 16px 18px 16px;
}
.inquiry-content p {
  margin: 0;
}
.inquiry-content a {
  color: rgb(74, 144, 226);
}
.inquiry-order {
  margin-top: 8px;
}

.message-time {
  margin: 0;
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 2rem;
}

.staff-name {
  margin: 0;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
}

.new-response {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .new-response-title {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 768px) {
  .new-response-title {
    font-size: 1.8rem !important;
  }
}
.new-response textarea {
  margin: 16px 0;
}

@media (max-width: 767px) {
  .item-content {
    display: block;
    max-width: 390px;
    padding: 20px 20px;
    border-radius: 9px;
  }
}
@media (min-width: 768px) {
  .item-content {
    display: flex;
    padding: 20px 50px;
    gap: 60px;
    border-radius: 18px;
  }
  .item-content > h1.item-name {
    display: none;
  }
}
@media (max-width: 767px) {
  .item-left {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .item-left {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .item-right {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .item-right {
    width: 30%;
    max-width: 320px;
  }
}
.item-slider {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .item-slider {
    flex-direction: column;
  }
}
.item-main-slider {
  flex: 1;
  position: relative;
}
@media (max-width: 767px) {
  .item-main-slider {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .item-main-slider {
    width: 85%;
  }
}
.item-slider-container {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .item-slider-container {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 768px) {
  .item-slider-container {
    aspect-ratio: 1/1;
  }
}
.item-slide {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (max-width: 767px) {
  .item-slide {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 768px) {
  .item-slide {
    aspect-ratio: 3/2;
  }
}
.item-slide.active {
  opacity: 1;
}
.item-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}
.item-thumbnail-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .item-thumbnail-list {
    display: none;
  }
}
@media (min-width: 768px) {
  .item-thumbnail-list {
    width: 15%;
  }
}
.item-thumbnail-item {
  width: clamp(60px, 100%, 100px);
  aspect-ratio: 3/2;
  padding: 1px;
  border: 2px solid rgb(231, 229, 228);
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
}
.item-thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}
.item-dot-indicators {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  gap: 8px;
}
@media (max-width: 767px) {
  .item-dot-indicators {
    display: flex;
  }
}
.item-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(214, 211, 209);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
.item-dot.active {
  background: #000;
}
.item-information {
  margin-top: 48px;
}
.item-information h2 {
  font-weight: 500;
}
@media (max-width: 767px) {
  .item-information h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 768px) {
  .item-information h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.item-information ul {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .item-information p, .item-information li, .item-information label, .item-information th, .item-information td {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .item-information p, .item-information li, .item-information label, .item-information th, .item-information td {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.item-details {
  margin-top: 36px;
}
.item-details h2 {
  font-weight: 500;
}
@media (max-width: 767px) {
  .item-details h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 768px) {
  .item-details h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.item-details dl {
  display: flex;
  width: 100%;
  padding: 0;
}
.item-details dl:nth-child(even) {
  background-color: transparent;
}
.item-details dt, .item-details dd {
  display: inline-block;
  border-bottom: 1px solid rgb(214, 211, 209);
  color: rgb(29, 29, 31);
}
@media (max-width: 767px) {
  .item-details dt, .item-details dd {
    padding: 14px;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 768px) {
  .item-details dt, .item-details dd {
    padding: 16px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.item-details dt {
  width: 20%;
}
.item-details dd {
  width: 80%;
  margin: 0;
}
.item-buybox {
  width: 100%;
  position: sticky;
  top: 144px;
}
@media (max-width: 767px) {
  .item-buybox {
    max-width: 320px;
    margin: 48px auto;
    text-align: center;
    justify-content: center;
  }
  .item-buybox .flex {
    justify-content: center;
  }
  .item-buybox .item-name, .item-buybox .item-badge {
    display: none;
  }
}
.item-buybox .select-box {
  display: flex;
  align-items: center;
}
.item-buybox .select-box span {
  display: inline-block;
  margin: 0 15px;
  font-size: 80%;
  white-space: nowrap;
}
.item-buybox .select-box select {
  min-width: auto;
  height: 32px;
}
.item-buybox .button-pr {
  width: 100%;
  max-width: 320px;
  height: 44px;
}
.item-badge {
  margin-top: 0;
  margin-bottom: 8px;
  color: rgb(218, 14, 14);
}
@media (max-width: 767px) {
  .item-badge {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 768px) {
  .item-badge {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.item-name {
  margin: 0;
  line-height: 1.5;
  overflow: hidden;
}
@media (max-width: 767px) {
  .item-name {
    margin-bottom: 16px;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .item-name {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 400;
  }
}
.item-price {
  padding: 0 6px;
  margin: 0;
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .item-price {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 768px) {
  .item-price {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.item-price span {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 70%;
  font-weight: 500;
}

@media (max-width: 767px) {
  .login {
    min-height: 844px;
  }
}
.login-box {
  background-color: #fff;
  border-radius: 18px;
  border: 1px solid rgb(231, 229, 228);
}
@media (max-width: 767px) {
  .login-box {
    padding: 25px 20px;
  }
}
@media (min-width: 768px) {
  .login-box {
    padding: 30px 25px;
  }
}
.login-box h1 {
  padding-bottom: 1em;
  margin: 0;
}
@media (max-width: 767px) {
  .login-box h1 {
    max-width: 160px;
  }
}
@media (min-width: 768px) {
  .login-box h1 {
    max-width: 200px;
  }
}
.login-box h3 {
  padding-bottom: 0.5em;
  margin: 0;
}
@media (min-width: 768px) {
  .login-box a {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .login-box a:hover {
    color: rgb(74, 144, 226);
  }
}
.login-footer {
  width: calc(100% - 40px);
  max-width: 344px;
  padding-top: 1em;
}
.login-footer p {
  margin: 0;
}
@media (min-width: 768px) {
  .login-footer p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 768px) {
  .login-footer a:hover {
    color: rgb(74, 144, 226);
    text-decoration: underline;
  }
}

.modal {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.modal.active {
  display: block;
}
.modal-header h2 {
  margin-top: 0;
}
.modal-content {
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  padding: 28px 20px;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}

.page-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-header {
    gap: 10px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .page-header {
    gap: 20px;
  }
}

.image-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  aspect-ratio: 3/2;
  margin-top: 1rem;
  border: 2px dashed #ddd;
}
.image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spec-item,
.variation-item,
.slide-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 767px) {
  .spec-item,
  .variation-item,
  .slide-item {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.settlement {
  width: 100%;
}
@media (max-width: 767px) {
  .settlement {
    display: block;
    max-width: 390px;
    margin: 80px auto 0;
    padding: 0 16px;
    border-radius: 9px;
  }
}
@media (min-width: 768px) {
  .settlement {
    display: flex;
    gap: 60px;
    margin: 96px auto 0;
    padding: 0 50px;
    border-radius: 18px;
  }
}
@media (max-width: 767px) {
  .settlement-left {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .settlement-left {
    width: calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  .settlement-right {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .settlement-right {
    width: 240px;
  }
}
.settlement-container {
  border-top: 1px solid rgb(120, 113, 108);
}
.settlement-container:last-of-type {
  border-bottom: 1px solid rgb(120, 113, 108);
}
@media (max-width: 767px) {
  .settlement-container {
    padding: 16px 8px;
  }
}
@media (min-width: 768px) {
  .settlement-container {
    padding: 36px 12px;
  }
}
.settlement-container h2 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .settlement-container h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 768px) {
  .settlement-container h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.settlement-container #openModal {
  margin: 16px 0 0;
  color: rgb(120, 113, 108);
  cursor: pointer;
}
@media (max-width: 767px) {
  .settlement-container #openModal {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .settlement-container #openModal {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.settlement-address label {
  font-weight: 500;
}
@media (max-width: 767px) {
  .settlement-address label {
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .settlement-address label {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.settlement-address span {
  font-size: 90%;
  color: rgb(120, 113, 108);
  font-weight: 400;
  white-space: wrap;
}
@media (max-width: 767px) {
  .settlement-address span {
    display: block;
  }
}
@media (max-width: 767px) {
  .settlement-buybox {
    padding: 8px;
    margin-top: 28px;
  }
}
.settlement-buybox h2 {
  padding: 0 6px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .settlement-buybox h2 {
    max-width: 320px;
    margin-inline: auto;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 768px) {
  .settlement-buybox h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.settlement-buybox p {
  padding: 0 6px;
}
@media (max-width: 767px) {
  .settlement-buybox p {
    max-width: 320px;
    margin-inline: auto;
  }
}
.settlement-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5em 0;
}
@media (max-width: 767px) {
  .settlement-detail {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 768px) {
  .settlement-detail {
    width: 240px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.settlement-payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: normal;
  font-weight: 500;
}
@media (max-width: 767px) {
  .settlement-payment {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 768px) {
  .settlement-payment {
    width: 240px;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.settlement-payment span {
  font-size: 80%;
}
.settlement-payment em {
  font-style: normal;
  font-weight: 500;
}
.settlement-payment em span {
  display: inline-block;
  margin-left: 6px;
}
.settlement-payment-button {
  height: 44px;
}
@media (max-width: 767px) {
  .settlement-payment-button {
    display: block;
    width: 320px;
    margin: 24px auto 0;
  }
}
@media (min-width: 768px) {
  .settlement-payment-button {
    width: 240px;
  }
}

@media (max-width: 1279px) {
  .store-content {
    padding: 0 20px;
    margin-top: 80px;
  }
}
@media (min-width: 1280px) {
  .store-content {
    padding: 0 50px;
    margin-top: 144px;
  }
}
.store-main-image {
  display: block;
  width: 100%;
  background-color: rgb(41, 37, 36);
  overflow: hidden;
}
@media (max-width: 767px) {
  .store-main-image {
    aspect-ratio: 4/3;
    border-radius: 9px;
  }
}
@media (min-width: 768px) {
  .store-main-image {
    aspect-ratio: 118/43;
    border-radius: 18px;
  }
}
.store-container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
  margin-top: 72px;
  margin-bottom: 20px;
}
.store-container-header h1 {
  margin: 0;
  font-weight: 500;
}
@media (max-width: 1279px) {
  .store-container-header h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1280px) {
  .store-container-header h1 {
    font-size: 2.4rem;
  }
}
.store-container-header p {
  margin: 0;
}
@media (max-width: 1279px) {
  .store-container-header p {
    font-size: 1.2rem;
  }
}
@media (min-width: 1280px) {
  .store-container-header p {
    font-size: 1.4rem;
  }
}
.store-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
@media (max-width: 767px) {
  .store-list {
    gap: 12px;
  }
}
@media (min-width: 768px) {
  .store-list {
    gap: 12px;
  }
}
@media (min-width: 1280px) {
  .store-list {
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .store-list li {
    width: calc(50% - 6px);
  }
}
@media (min-width: 768px) {
  .store-list li {
    width: calc((100% - 36px) / 4);
  }
}
@media (min-width: 1280px) {
  .store-list li {
    width: calc((100% - 54px) / 4);
  }
}

.thanks {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1279px) {
  .thanks {
    width: calc(100% - 40px);
    max-width: 390px;
    padding: 32px 20px;
    margin: 80px auto 0;
    border-radius: 8px;
  }
}
@media (min-width: 1280px) {
  .thanks {
    padding: 50px 50px;
    margin-top: 144px;
    border-radius: 18px;
    text-align: center;
  }
}
.thanks h1 {
  margin: 0 0 1.33em;
}
@media (max-width: 767px) {
  .thanks h1 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .thanks h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.thanks-order-number {
  background-color: rgb(245, 245, 244);
  padding: 15px;
  border-radius: 4px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .thanks-order-number p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .thanks-order-number p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.thanks-message {
  margin: 30px 0;
}
.thanks-message p {
  font-size: 1.4rem;
  line-height: 2rem;
}
.thanks-next-steps {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .thanks-next-steps h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 768px) {
  .thanks-next-steps h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.thanks-next-steps ol {
  padding-left: 25px;
}
.thanks-next-steps li {
  margin: 0.5em 0;
  font-size: 1.4rem;
  line-height: 2rem;
}
.thanks-links {
  display: flex;
  justify-content: center;
  margin-top: 36px;
  gap: 6px;
}
.thanks-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 3px);
  height: 44px;
  padding: 8px;
}
@media (max-width: 767px) {
  .thanks-links a {
    font-size: 1.3rem;
    letter-spacing: normal;
  }
}
@media (min-width: 768px) {
  .thanks-links a {
    font-size: 1.4rem;
  }
}
.thanks-footer {
  margin-top: 36px;
}
.thanks-footer p {
  font-size: 1.4rem;
  line-height: 2rem;
}
.thanks-footer p:last-of-type {
  margin-bottom: 0;
}

.bg-50 {
  background-color: rgb(250, 250, 249);
}
.bg-100 {
  background-color: rgb(245, 245, 244);
}
.bg-200 {
  background-color: rgb(231, 229, 228);
}
.bg-300 {
  background-color: rgb(214, 211, 209);
}
.bg-400 {
  background-color: rgb(168, 162, 158);
}
.bg-500 {
  background-color: rgb(120, 113, 108);
}
.bg-600 {
  background-color: rgb(87, 83, 78);
}
.bg-700 {
  background-color: rgb(68, 64, 60);
}
.bg-800 {
  background-color: rgb(41, 37, 36);
}
.bg-900 {
  background-color: rgb(28, 25, 23);
}
.bg-950 {
  background-color: rgb(12, 10, 9);
}
.bg-nv {
  background-color: rgb(56, 72, 96);
  color: #fff;
}
.bg-wt {
  background-color: #fff;
}

@media (max-width: 767px) {
  .fz-xs {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 768px) {
  .fz-xs {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 767px) {
  .fz-sm {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 768px) {
  .fz-sm {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .fz-md {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .fz-md {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 767px) {
  .fz-lg {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 768px) {
  .fz-lg {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .fz-xl {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 768px) {
  .fz-xl {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .fz-2xl {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 768px) {
  .fz-2xl {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 767px) {
  .fz-3xl {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 768px) {
  .fz-3xl {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 767px) {
  .fz-4xl {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 768px) {
  .fz-4xl {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
@media (max-width: 767px) {
  .fz-5xl {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 768px) {
  .fz-5xl {
    font-size: 4.8rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .fz-6xl {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 768px) {
  .fz-6xl {
    font-size: 6rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .fz-7xl {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 768px) {
  .fz-7xl {
    font-size: 7.2rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .fz-8xl {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 768px) {
  .fz-8xl {
    font-size: 9.6rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .fz-9xl {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 768px) {
  .fz-9xl {
    font-size: 12.8rem;
    line-height: 1;
  }
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

.table-caption {
  display: table-caption;
}

.justify-normal {
  justify-content: normal;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-stretch {
  justify-content: stretch;
}

.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}

.flex-2 {
  gap: 20px;
}
.flex-2 > div {
  width: calc((100% - 20px) / 2);
}
.flex-3 {
  gap: 16px;
}
.flex-3 > div {
  width: calc((100% - 32px) / 3);
}
.flex-anniversary {
  gap: 10px;
  margin-bottom: 10px;
}
.flex-anniversary > div {
  width: calc((100% - 170px) / 3);
}

.gap-0 {
  gap: 0px;
}

.gap-x-0 {
  column-gap: 0px;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-2 {
  gap: 2px;
}

.gap-x-2 {
  column-gap: 2px;
}

.gap-y-2 {
  row-gap: 2px;
}

.gap-4 {
  gap: 4px;
}

.gap-x-4 {
  column-gap: 4px;
}

.gap-y-4 {
  row-gap: 4px;
}

.gap-6 {
  gap: 6px;
}

.gap-x-6 {
  column-gap: 6px;
}

.gap-y-6 {
  row-gap: 6px;
}

.gap-8 {
  gap: 8px;
}

.gap-x-8 {
  column-gap: 8px;
}

.gap-y-8 {
  row-gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.gap-x-10 {
  column-gap: 10px;
}

.gap-y-10 {
  row-gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-x-12 {
  column-gap: 12px;
}

.gap-y-12 {
  row-gap: 12px;
}

.gap-14 {
  gap: 14px;
}

.gap-x-14 {
  column-gap: 14px;
}

.gap-y-14 {
  row-gap: 14px;
}

.gap-16 {
  gap: 16px;
}

.gap-x-16 {
  column-gap: 16px;
}

.gap-y-16 {
  row-gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-x-20 {
  column-gap: 20px;
}

.gap-y-20 {
  row-gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-x-24 {
  column-gap: 24px;
}

.gap-y-24 {
  row-gap: 24px;
}

.gap-28 {
  gap: 28px;
}

.gap-x-28 {
  column-gap: 28px;
}

.gap-y-28 {
  row-gap: 28px;
}

.gap-32 {
  gap: 32px;
}

.gap-x-32 {
  column-gap: 32px;
}

.gap-y-32 {
  row-gap: 32px;
}

.gap-36 {
  gap: 36px;
}

.gap-x-36 {
  column-gap: 36px;
}

.gap-y-36 {
  row-gap: 36px;
}

.gap-40 {
  gap: 40px;
}

.gap-x-40 {
  column-gap: 40px;
}

.gap-y-40 {
  row-gap: 40px;
}

.gap-44 {
  gap: 44px;
}

.gap-x-44 {
  column-gap: 44px;
}

.gap-y-44 {
  row-gap: 44px;
}

.gap-48 {
  gap: 48px;
}

.gap-x-48 {
  column-gap: 48px;
}

.gap-y-48 {
  row-gap: 48px;
}

.gap-56 {
  gap: 56px;
}

.gap-x-56 {
  column-gap: 56px;
}

.gap-y-56 {
  row-gap: 56px;
}

.gap-64 {
  gap: 64px;
}

.gap-x-64 {
  column-gap: 64px;
}

.gap-y-64 {
  row-gap: 64px;
}

.gap-80 {
  gap: 80px;
}

.gap-x-80 {
  column-gap: 80px;
}

.gap-y-80 {
  row-gap: 80px;
}

.gap-96 {
  gap: 96px;
}

.gap-x-96 {
  column-gap: 96px;
}

.gap-y-96 {
  row-gap: 96px;
}

.gap-112 {
  gap: 112px;
}

.gap-x-112 {
  column-gap: 112px;
}

.gap-y-112 {
  row-gap: 112px;
}

.gap-128 {
  gap: 128px;
}

.gap-x-128 {
  column-gap: 128px;
}

.gap-y-128 {
  row-gap: 128px;
}

.gap-144 {
  gap: 144px;
}

.gap-x-144 {
  column-gap: 144px;
}

.gap-y-144 {
  row-gap: 144px;
}

.gap-160 {
  gap: 160px;
}

.gap-x-160 {
  column-gap: 160px;
}

.gap-y-160 {
  row-gap: 160px;
}

.gap-176 {
  gap: 176px;
}

.gap-x-176 {
  column-gap: 176px;
}

.gap-y-176 {
  row-gap: 176px;
}

.gap-192 {
  gap: 192px;
}

.gap-x-192 {
  column-gap: 192px;
}

.gap-y-192 {
  row-gap: 192px;
}

.gap-208 {
  gap: 208px;
}

.gap-x-208 {
  column-gap: 208px;
}

.gap-y-208 {
  row-gap: 208px;
}

.gap-224 {
  gap: 224px;
}

.gap-x-224 {
  column-gap: 224px;
}

.gap-y-224 {
  row-gap: 224px;
}

.gap-240 {
  gap: 240px;
}

.gap-x-240 {
  column-gap: 240px;
}

.gap-y-240 {
  row-gap: 240px;
}

.gap-256 {
  gap: 256px;
}

.gap-x-256 {
  column-gap: 256px;
}

.gap-y-256 {
  row-gap: 256px;
}

.gap-288 {
  gap: 288px;
}

.gap-x-288 {
  column-gap: 288px;
}

.gap-y-288 {
  row-gap: 288px;
}

.gap-320 {
  gap: 320px;
}

.gap-x-320 {
  column-gap: 320px;
}

.gap-y-320 {
  row-gap: 320px;
}

.gap-384 {
  gap: 384px;
}

.gap-x-384 {
  column-gap: 384px;
}

.gap-y-384 {
  row-gap: 384px;
}

.m-auto {
  margin: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.m-2 {
  margin: 2px;
}

.mt-2 {
  margin-top: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.mx-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.my-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.m-4 {
  margin: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.m-6 {
  margin: 6px;
}

.mt-6 {
  margin-top: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mx-6 {
  margin-left: 6px;
  margin-right: 6px;
}

.my-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.m-8 {
  margin: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-12 {
  margin: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.m-14 {
  margin: 14px;
}

.mt-14 {
  margin-top: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mx-14 {
  margin-left: 14px;
  margin-right: 14px;
}

.my-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.m-16 {
  margin: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-24 {
  margin: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.m-28 {
  margin: 28px;
}

.mt-28 {
  margin-top: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mx-28 {
  margin-left: 28px;
  margin-right: 28px;
}

.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.m-32 {
  margin: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.m-36 {
  margin: 36px;
}

.mt-36 {
  margin-top: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.mx-36 {
  margin-left: 36px;
  margin-right: 36px;
}

.my-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-44 {
  margin: 44px;
}

.mt-44 {
  margin-top: 44px;
}

.mr-44 {
  margin-right: 44px;
}

.mb-44 {
  margin-bottom: 44px;
}

.ml-44 {
  margin-left: 44px;
}

.mx-44 {
  margin-left: 44px;
  margin-right: 44px;
}

.my-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.m-48 {
  margin: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mx-48 {
  margin-left: 48px;
  margin-right: 48px;
}

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.m-56 {
  margin: 56px;
}

.mt-56 {
  margin-top: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mx-56 {
  margin-left: 56px;
  margin-right: 56px;
}

.my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.m-64 {
  margin: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mx-64 {
  margin-left: 64px;
  margin-right: 64px;
}

.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.m-80 {
  margin: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.m-96 {
  margin: 96px;
}

.mt-96 {
  margin-top: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.ml-96 {
  margin-left: 96px;
}

.mx-96 {
  margin-left: 96px;
  margin-right: 96px;
}

.my-96 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.m-112 {
  margin: 112px;
}

.mt-112 {
  margin-top: 112px;
}

.mr-112 {
  margin-right: 112px;
}

.mb-112 {
  margin-bottom: 112px;
}

.ml-112 {
  margin-left: 112px;
}

.mx-112 {
  margin-left: 112px;
  margin-right: 112px;
}

.my-112 {
  margin-top: 112px;
  margin-bottom: 112px;
}

.m-128 {
  margin: 128px;
}

.mt-128 {
  margin-top: 128px;
}

.mr-128 {
  margin-right: 128px;
}

.mb-128 {
  margin-bottom: 128px;
}

.ml-128 {
  margin-left: 128px;
}

.mx-128 {
  margin-left: 128px;
  margin-right: 128px;
}

.my-128 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.m-144 {
  margin: 144px;
}

.mt-144 {
  margin-top: 144px;
}

.mr-144 {
  margin-right: 144px;
}

.mb-144 {
  margin-bottom: 144px;
}

.ml-144 {
  margin-left: 144px;
}

.mx-144 {
  margin-left: 144px;
  margin-right: 144px;
}

.my-144 {
  margin-top: 144px;
  margin-bottom: 144px;
}

.m-160 {
  margin: 160px;
}

.mt-160 {
  margin-top: 160px;
}

.mr-160 {
  margin-right: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.ml-160 {
  margin-left: 160px;
}

.mx-160 {
  margin-left: 160px;
  margin-right: 160px;
}

.my-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.m-176 {
  margin: 176px;
}

.mt-176 {
  margin-top: 176px;
}

.mr-176 {
  margin-right: 176px;
}

.mb-176 {
  margin-bottom: 176px;
}

.ml-176 {
  margin-left: 176px;
}

.mx-176 {
  margin-left: 176px;
  margin-right: 176px;
}

.my-176 {
  margin-top: 176px;
  margin-bottom: 176px;
}

.m-192 {
  margin: 192px;
}

.mt-192 {
  margin-top: 192px;
}

.mr-192 {
  margin-right: 192px;
}

.mb-192 {
  margin-bottom: 192px;
}

.ml-192 {
  margin-left: 192px;
}

.mx-192 {
  margin-left: 192px;
  margin-right: 192px;
}

.my-192 {
  margin-top: 192px;
  margin-bottom: 192px;
}

.m-208 {
  margin: 208px;
}

.mt-208 {
  margin-top: 208px;
}

.mr-208 {
  margin-right: 208px;
}

.mb-208 {
  margin-bottom: 208px;
}

.ml-208 {
  margin-left: 208px;
}

.mx-208 {
  margin-left: 208px;
  margin-right: 208px;
}

.my-208 {
  margin-top: 208px;
  margin-bottom: 208px;
}

.m-224 {
  margin: 224px;
}

.mt-224 {
  margin-top: 224px;
}

.mr-224 {
  margin-right: 224px;
}

.mb-224 {
  margin-bottom: 224px;
}

.ml-224 {
  margin-left: 224px;
}

.mx-224 {
  margin-left: 224px;
  margin-right: 224px;
}

.my-224 {
  margin-top: 224px;
  margin-bottom: 224px;
}

.m-240 {
  margin: 240px;
}

.mt-240 {
  margin-top: 240px;
}

.mr-240 {
  margin-right: 240px;
}

.mb-240 {
  margin-bottom: 240px;
}

.ml-240 {
  margin-left: 240px;
}

.mx-240 {
  margin-left: 240px;
  margin-right: 240px;
}

.my-240 {
  margin-top: 240px;
  margin-bottom: 240px;
}

.m-256 {
  margin: 256px;
}

.mt-256 {
  margin-top: 256px;
}

.mr-256 {
  margin-right: 256px;
}

.mb-256 {
  margin-bottom: 256px;
}

.ml-256 {
  margin-left: 256px;
}

.mx-256 {
  margin-left: 256px;
  margin-right: 256px;
}

.my-256 {
  margin-top: 256px;
  margin-bottom: 256px;
}

.m-288 {
  margin: 288px;
}

.mt-288 {
  margin-top: 288px;
}

.mr-288 {
  margin-right: 288px;
}

.mb-288 {
  margin-bottom: 288px;
}

.ml-288 {
  margin-left: 288px;
}

.mx-288 {
  margin-left: 288px;
  margin-right: 288px;
}

.my-288 {
  margin-top: 288px;
  margin-bottom: 288px;
}

.m-320 {
  margin: 320px;
}

.mt-320 {
  margin-top: 320px;
}

.mr-320 {
  margin-right: 320px;
}

.mb-320 {
  margin-bottom: 320px;
}

.ml-320 {
  margin-left: 320px;
}

.mx-320 {
  margin-left: 320px;
  margin-right: 320px;
}

.my-320 {
  margin-top: 320px;
  margin-bottom: 320px;
}

.m-384 {
  margin: 384px;
}

.mt-384 {
  margin-top: 384px;
}

.mr-384 {
  margin-right: 384px;
}

.mb-384 {
  margin-bottom: 384px;
}

.ml-384 {
  margin-left: 384px;
}

.mx-384 {
  margin-left: 384px;
  margin-right: 384px;
}

.my-384 {
  margin-top: 384px;
  margin-bottom: 384px;
}

.p-auto {
  padding: auto;
}

.pt-auto {
  padding-top: auto;
}

.pr-auto {
  padding-right: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.pl-auto {
  padding-left: auto;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.p-2 {
  padding: 2px;
}

.pt-2 {
  padding-top: 2px;
}

.pr-2 {
  padding-right: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pl-2 {
  padding-left: 2px;
}

.px-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.p-4 {
  padding: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.p-6 {
  padding: 6px;
}

.pt-6 {
  padding-top: 6px;
}

.pr-6 {
  padding-right: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pl-6 {
  padding-left: 6px;
}

.px-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.p-8 {
  padding: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-12 {
  padding: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-14 {
  padding: 14px;
}

.pt-14 {
  padding-top: 14px;
}

.pr-14 {
  padding-right: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pl-14 {
  padding-left: 14px;
}

.px-14 {
  padding-left: 14px;
  padding-right: 14px;
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.p-16 {
  padding: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-18 {
  padding: 18px;
}

.pt-18 {
  padding-top: 18px;
}

.pr-18 {
  padding-right: 18px;
}

.pb-18 {
  padding-bottom: 18px;
}

.pl-18 {
  padding-left: 18px;
}

.px-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.py-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-24 {
  padding: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-28 {
  padding: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.p-32 {
  padding: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.p-36 {
  padding: 36px;
}

.pt-36 {
  padding-top: 36px;
}

.pr-36 {
  padding-right: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pl-36 {
  padding-left: 36px;
}

.px-36 {
  padding-left: 36px;
  padding-right: 36px;
}

.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-44 {
  padding: 44px;
}

.pt-44 {
  padding-top: 44px;
}

.pr-44 {
  padding-right: 44px;
}

.pb-44 {
  padding-bottom: 44px;
}

.pl-44 {
  padding-left: 44px;
}

.px-44 {
  padding-left: 44px;
  padding-right: 44px;
}

.py-44 {
  padding-top: 44px;
  padding-bottom: 44px;
}

.p-48 {
  padding: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.p-56 {
  padding: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.px-56 {
  padding-left: 56px;
  padding-right: 56px;
}

.py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.p-64 {
  padding: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-80 {
  padding: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-96 {
  padding: 96px;
}

.pt-96 {
  padding-top: 96px;
}

.pr-96 {
  padding-right: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pl-96 {
  padding-left: 96px;
}

.px-96 {
  padding-left: 96px;
  padding-right: 96px;
}

.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.p-112 {
  padding: 112px;
}

.pt-112 {
  padding-top: 112px;
}

.pr-112 {
  padding-right: 112px;
}

.pb-112 {
  padding-bottom: 112px;
}

.pl-112 {
  padding-left: 112px;
}

.px-112 {
  padding-left: 112px;
  padding-right: 112px;
}

.py-112 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.p-128 {
  padding: 128px;
}

.pt-128 {
  padding-top: 128px;
}

.pr-128 {
  padding-right: 128px;
}

.pb-128 {
  padding-bottom: 128px;
}

.pl-128 {
  padding-left: 128px;
}

.px-128 {
  padding-left: 128px;
  padding-right: 128px;
}

.py-128 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.p-144 {
  padding: 144px;
}

.pt-144 {
  padding-top: 144px;
}

.pr-144 {
  padding-right: 144px;
}

.pb-144 {
  padding-bottom: 144px;
}

.pl-144 {
  padding-left: 144px;
}

.px-144 {
  padding-left: 144px;
  padding-right: 144px;
}

.py-144 {
  padding-top: 144px;
  padding-bottom: 144px;
}

.p-160 {
  padding: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.pr-160 {
  padding-right: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pl-160 {
  padding-left: 160px;
}

.px-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.p-176 {
  padding: 176px;
}

.pt-176 {
  padding-top: 176px;
}

.pr-176 {
  padding-right: 176px;
}

.pb-176 {
  padding-bottom: 176px;
}

.pl-176 {
  padding-left: 176px;
}

.px-176 {
  padding-left: 176px;
  padding-right: 176px;
}

.py-176 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.p-192 {
  padding: 192px;
}

.pt-192 {
  padding-top: 192px;
}

.pr-192 {
  padding-right: 192px;
}

.pb-192 {
  padding-bottom: 192px;
}

.pl-192 {
  padding-left: 192px;
}

.px-192 {
  padding-left: 192px;
  padding-right: 192px;
}

.py-192 {
  padding-top: 192px;
  padding-bottom: 192px;
}

.p-208 {
  padding: 208px;
}

.pt-208 {
  padding-top: 208px;
}

.pr-208 {
  padding-right: 208px;
}

.pb-208 {
  padding-bottom: 208px;
}

.pl-208 {
  padding-left: 208px;
}

.px-208 {
  padding-left: 208px;
  padding-right: 208px;
}

.py-208 {
  padding-top: 208px;
  padding-bottom: 208px;
}

.p-224 {
  padding: 224px;
}

.pt-224 {
  padding-top: 224px;
}

.pr-224 {
  padding-right: 224px;
}

.pb-224 {
  padding-bottom: 224px;
}

.pl-224 {
  padding-left: 224px;
}

.px-224 {
  padding-left: 224px;
  padding-right: 224px;
}

.py-224 {
  padding-top: 224px;
  padding-bottom: 224px;
}

.p-240 {
  padding: 240px;
}

.pt-240 {
  padding-top: 240px;
}

.pr-240 {
  padding-right: 240px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pl-240 {
  padding-left: 240px;
}

.px-240 {
  padding-left: 240px;
  padding-right: 240px;
}

.py-240 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.p-256 {
  padding: 256px;
}

.pt-256 {
  padding-top: 256px;
}

.pr-256 {
  padding-right: 256px;
}

.pb-256 {
  padding-bottom: 256px;
}

.pl-256 {
  padding-left: 256px;
}

.px-256 {
  padding-left: 256px;
  padding-right: 256px;
}

.py-256 {
  padding-top: 256px;
  padding-bottom: 256px;
}

.p-288 {
  padding: 288px;
}

.pt-288 {
  padding-top: 288px;
}

.pr-288 {
  padding-right: 288px;
}

.pb-288 {
  padding-bottom: 288px;
}

.pl-288 {
  padding-left: 288px;
}

.px-288 {
  padding-left: 288px;
  padding-right: 288px;
}

.py-288 {
  padding-top: 288px;
  padding-bottom: 288px;
}

.p-320 {
  padding: 320px;
}

.pt-320 {
  padding-top: 320px;
}

.pr-320 {
  padding-right: 320px;
}

.pb-320 {
  padding-bottom: 320px;
}

.pl-320 {
  padding-left: 320px;
}

.px-320 {
  padding-left: 320px;
  padding-right: 320px;
}

.py-320 {
  padding-top: 320px;
  padding-bottom: 320px;
}

.p-384 {
  padding: 384px;
}

.pt-384 {
  padding-top: 384px;
}

.pr-384 {
  padding-right: 384px;
}

.pb-384 {
  padding-bottom: 384px;
}

.pl-384 {
  padding-left: 384px;
}

.px-384 {
  padding-left: 384px;
  padding-right: 384px;
}

.py-384 {
  padding-top: 384px;
  padding-bottom: 384px;
}

.h-44 {
  height: 44px;
}

.h-100 {
  height: 100px;
}

.list-none {
  padding: 0;
  margin: 0;
  list-style: none;
}

.thumbnail-square {
  width: 80px;
  height: 80px;
  border: 1px solid rgb(231, 229, 228);
  background-color: rgb(68, 64, 60);
}
.thumbnail-square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.border-bottom {
  border-bottom: 1px solid rgb(231, 229, 228);
}

.border-top {
  border-top: 1px solid rgb(231, 229, 228);
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}

.w-full {
  width: 100%;
}
.w-50p {
  width: 50%;
}
.w-30p {
  width: 30%;
}
.w-5e {
  width: 5em;
}
.w-10e {
  width: 10em;
}
.w-15e {
  width: 15em;
}
.w-128 {
  max-width: 128px;
}
.w-344 {
  max-width: 344px;
}
.w-500 {
  max-width: 500px;
}
.w-600 {
  max-width: 600px;
}
.w-800 {
  max-width: 800px;
}
.w-960 {
  max-width: 960px;
}
.w-1280 {
  max-width: 1280px;
}
.w-1536 {
  max-width: 1536px;
}/*# sourceMappingURL=style.css.map */