*:where(:not(iframe, canvas, img, video, svg, svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
button {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible {
  outline: 1px solid var(--clr-prime);
}

b {
  font-weight: 700;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}

h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}

h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bolder;
}

:root {
  --clr-prime: #d1003f;
  --clr-second: #fdd500;
  --clr-gray: #f1f1f1;
  --clr-gray-lightest: #f7f7f7;
  --clr-gray-lighter: #e7e7e7;
  --clr-gray-light: #cccccc;
  --clr-gray-mid: #999999;
  --clr-gray-dark: #666666;
  --clr-third-black: #555;
  --clr-second-black: #333;
  --clr-gray-darker: #151515;
  --clr-white: #fff;
  --clr-black: #000;
  --clr-important: #ff0000;
  --clr-tag-blue: #1877f2;
  --clr-tag-green: #00a73c;
  --clr-favorite: #ff422d;
  --fs-sm: 0.75em;
  --fs-md: 1em;
  --fs-lg: 1.5em;
  --ff-default: sans-serif;
  --ff-en: sans-serif;
  --ff-ja: sans-serif;
}

html {
  font-family: var(--ff-default);
  font-size: var(--fs-md);
  font-display: swap;
}

body {
  --clr-bg: var(--clr-white);
  --clr-text: var(--clr-black);
  --clr-border: var(--clr-gray-light);
  font-family: "Noto Sans JP", sans-serif;
  background-color: var(--clr-bg);
  color: var(--clr-text);
  line-height: 1.6;
  position: relative;
}

body::before {
  content: "";
  display: block;
  height: 100svh;
  background-color: var(--clr-white);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

body.is-loaded::before {
  opacity: 0;
  pointer-events: none;
}

body.is-drawer-open {
  overflow: hidden;
}

body.is-drawer-open .l-main__drawer {
  z-index: 3;
}

a {
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

a,
button {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.section{width: 100%;}

.only-pc {
  display: block;
}

@media (max-width: 1020px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}

@media (max-width: 1020px) {
  .only-sp {
    display: block;
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes modalopen {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@font-face {
  font-family: "fuji-icons";
  src: url("/PC/ja/asset/css/nw/fonts/fujiicons/fuji-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/PC/ja/asset/css/nw/fonts/notosansjp/NotoSansJP-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("/PC/ja/asset/css/nw/fonts/notosansjp/NotoSansJP-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/PC/ja/asset/css/nw/fonts/notosansjp/NotoSansJP-Bold.woff2") format("woff2");
}

.aside__inner {
  padding: 12px 10px 24px;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.aside__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.aside__nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}

.aside__nav-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.aside__logo {
  display: block;
/*max-width: 100px;*/

  margin: 20px auto;
}

.aside__logo img {
  display: block;
  max-width: 140px;/*20250105変更*/
}

.aside__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.aside__user {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4px 8px;
  background-color: var(--clr-gray-lightest);
}

.aside__user b {
  font-size: 14px;
}

.aside__order {
  font-size: 12px;
  background-color: var(--clr-gray-lighter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0 16px 2px;
  gap: 4px;
}

.footer__contact {
  background-color: var(--clr-gray-dark);
  color: var(--clr-white);
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

@media (max-width: 1020px) {
  .footer__contact {
    padding: 32px 10px 24px;
  }
}

.footer__contact__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

.footer__contact__sns-link {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}

.footer__contact__sns-link img {
  display: block;
}

.footer__contact__sns-link:hover {
  opacity: 0.8;
}

.footer__contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  background: var(--clr-white);
  color: var(--clr-black);
  padding: 12px;
  border-radius: 4px;
}

@media (max-width: 1020px) {
  .footer__contact__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0px;
  }
}

@media (max-width: 1020px) {
  .footer__contact__info-inner {
    width: auto;
    margin: 0 auto;
  }
}

.footer__contact__info-text {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1020px) {
  .footer__contact__info-text {
    font-size: 14px;
  }
}

.footer__contact__info-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media (max-width: 1020px) {
  .footer__contact__info-detail {
    gap: 4px;
  }
}

.footer__contact__info-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 1020px) {
  .footer__contact__info-tel {
    font-size: 24px;
  }
}

.footer__contact__info-tel img {
  width: 38px;
}

.footer__contact__info-time {
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1020px) {
  .footer__contact__info-time {
    font-size: 12px;
    font-weight: 400;
  }
}

.footer__main {
  position: relative;
  padding: 32px 110px 88px;
}

@media (max-width: 1020px) {
  .footer__main {
    padding: 22px 10px 50px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 24px;
}

@media (max-width: 1020px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px 20px;
}

@media (max-width: 1020px) {
  .footer__nav {
    gap: 14px;
  }
}

.footer__licenses {
  position: absolute;
  right: 110px;
  bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.75;
}

@media (max-width: 1020px) {
  .footer__licenses {
    position: static;
    margin: 20px;
  }
}

.footer__licenses-item img {
  display: block;
  width: auto;
  height: auto;
}

.footer__licenses-item img.-jawa {
  max-width: 88px;
}

.footer__licenses-item img.-tftc {
  max-width: 70px;
}

.footer__licenses-item img.-jpx {
  max-width: 50px;
}

.footer__copyright {
  font-size: 12px;
  line-height: 2;
  margin-top: 10px;
}

@media (max-width: 1020px) {
  .footer__copyright {
    font-size: 10px;
    margin-top: 20px;
    text-align: center;
  }
}

.header {
  padding: 8px 0;
}

.header__user {
  padding: 0 12px;
  font-size: 11px;
}

.header__user-name {
  font-size: 14px;
  font-weight: 700;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1px;
}

.header__toggle {
  padding: 0 12px;
  position: relative;
  width: 64px;
  height: 40px;
}

.header__toggle span {
  content: "";
  width: 32px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -16px;
  background: #000;
  translate: 0px;
  rotate: 0deg;
  scale: 1;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: translate 0.3s ease, rotate 0.3s ease, scale 0.1s ease;
  transition: translate 0.3s ease, rotate 0.3s ease, scale 0.1s ease;
}

.header__toggle span:first-child {
  translate: 0px -8px;
}

.header__toggle span:last-child {
  translate: 0px 8px;
}

.is-sp-menu-open .header__toggle span {
  scale: 0;
}

.is-sp-menu-open .header__toggle span:first-child {
  translate: 0px 0px;
  rotate: -135deg;
  scale: 1;
}

.is-sp-menu-open .header__toggle span:last-child {
  translate: 0px 0px;
  rotate: 135deg;
  scale: 1;
}

.header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 82px;
  flex: 0 0 82px;
  display: block;
/*padding: 8px 12px; 20240729非表示*/
 padding: 8px 6px 8px 12px;/* 20240729　調整*/
}
.header__logo img {
  display: block;
  width: 100%;
}

/* ▼20240729　追記▼ */
.header__logo__txt {
    display: block;
    padding: 8px 12px 8px 0;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
 flex: 0 0 100px;
    margin-right: auto;


}
/* ▲20240729　追記▲ */
.header__logo__txt img {
  display: block;
  width: 100%;
}

.header__menu {
  background-color: var(--clr-gray-lightest);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-main {
  position: relative;
  padding-left: var(--sidebar-width);
  width: 100%;
}

@media (max-width: 1020px) {
  .l-main {
    padding-left: 0;
  }
}

.l-main.page--sub .breadcrumb {
  margin-top: 70px;
}

@media (max-width: 1020px) {
  .l-main.page--sub .breadcrumb {
    margin-top: 48px;
  }
}

.l-main__header {
  display: none;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid var(--clr-border);
  background: var(--clr-bg);
  z-index: 100;
}

@media (max-width: 1020px) {
  .l-main__header {
    display: block;
  }
}

.l-main__sp-menu {
  display: block;
}

@media (max-width: 1020px) {
  .l-main__sp-menu {
    display: none;
  }

  .is-sp-menu-open .l-main__sp-menu {
    display: block;
  }
}

.l-main__aside {
  position: fixed;
  top: 0;
  left: 0;
  height: 100svh;
  overflow: hidden;
  overflow-y: auto;
  border-right: 1px solid var(--clr-border);
  background-color: var(--clr-white);
  z-index: 3;
}

@media (max-width: 1020px) {
  .l-main__aside {
    display: none;
    height: calc(100svh - var(--header-height));
    top: var(--header-height);
  }
}

.l-main__aside::-webkit-scrollbar {
  width: 3px;
}

.l-main__aside::-webkit-scrollbar-track {
  background-color: var(--clr-white);
}

.l-main__aside::-webkit-scrollbar-thumb {
  background-color: var(--clr-border);
  border-radius: 100px;
}

.l-main__drawer {
  position: fixed;
  top: 0;
  left: var(--sidebar-width);
  height: 100%;
  z-index: 0;
  width: calc(100% - var(--sidebar-width));
}

@media (max-width: 1020px) {
  .l-main__drawer {
    display: none;
  }
}

.l-main__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100svh;
  position: relative;
  z-index: 1;
  width: 100%;
}

.l-main__footer {
  margin-top: auto;
}

.l-cart {
  position: relative;
  width: 100%;
}

.l-cart .breadcrumb {
  background-color: var(--clr-gray-lightest);
  padding: 12px 120px;
}

@media (max-width: 1020px) {
  .l-cart .breadcrumb {
    display: none;
  }
}

.l-cart__content {
  background-color: var(--clr-gray-lightest);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 38px 120px 80px;
  gap: 24px;
}

@media (max-width: 1020px) {
  .l-cart__content {
    padding: 25px 12px 32px;
  }
}

.l-cart__content .breadcrumb {
  padding: 0;
}

.l-afford__content {
  background-color: var(--clr-gray-lightest);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 38px 120px 80px;
  gap: 24px;
}

@media (max-width: 1020px) {
  .l-afford__content {
    padding: 25px 12px 32px;
    gap: 12px;
  }
}

.l-afford__content .breadcrumb {
  padding: 0 50px;
}

@media (max-width: 1020px) {
  .l-afford__content .breadcrumb {
    padding: 0;
  }
}

.l-afford__title {
  text-align: center;
  margin: 0;
  font-size: 30px;
}

@media (max-width: 1020px) {
  .l-afford__title {
    margin: 0;
    font-size: 20px;
  }
}

.l-afford__desc {
  text-align: center;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
}

.l-afford__desc .-red {
  color: var(--clr-prime);
}

.l-afford__desc.-personal {
  margin: 15px auto;
}

.l-afford__link.-underline {
  text-decoration: underline;
}
