@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;700&display=swap);
@charset "UTF-8";
.c-header,
.c-footer {
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.4;
  letter-spacing: 0 !important;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  .c-header,
  .c-footer {
    font-size: 4.2666666667vw;
    line-height: 1.45;
  }
}
:is(.c-header, .c-footer) a {
  color: inherit;
  text-decoration: none;
  letter-spacing: 0;
}
:is(.c-header, .c-footer) a:hover {
  opacity: 0.7;
}

:is(.c-header, .c-footer) ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.c-header {
  position: relative;
  background-color: #fff;
  position: relative;
}

.c-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.c-header__inner {
  padding: 8px 2.64%;
  display: grid;
  grid-template-areas: "logo search cta account" "logo search menu login";
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  min-height: 88px;
}
.c-header.is-logged-out .c-header__inner {
  grid-template-areas: "logo search cta menu login";
  grid-template-columns: auto 1fr auto auto auto;
}
.c-header.is-logged-out .c-header__inner .c-header__cta {
  align-self: center;
}
@media screen and (max-width: 1112px) {
  .c-header.is-logged-out .c-header__inner, .c-header.is-logged-in .c-header__inner {
    grid-template-areas: "logo . menu . cta cta" "search search search search search account" "search search search search search login";
    grid-template-columns: auto auto 1fr auto auto auto;
    padding: 1.5625vw 2.0833333333vw;
    min-height: inherit;
  }
}
@media screen and (max-width: 520px) {
  .c-header.is-logged-out .c-header__inner, .c-header.is-logged-in .c-header__inner {
    grid-template-areas: "logo . login" "menu menu menu";
    grid-template-columns: auto 1fr auto;
    padding: 3.2vw 4.2666666667vw 2.1333333333vw;
    align-items: center;
    justify-content: center;
  }
}

.c-header__logo {
  width: 130px;
  grid-area: logo;
}
@media screen and (max-width: 1112px) {
  .c-header__logo {
    width: 16.9270833333vw;
  }
}
@media screen and (max-width: 520px) {
  .c-header__logo {
    width: 34.6666666667vw;
  }
}

.c-header__search {
  grid-area: search;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  max-width: 492px;
  margin-left: 28px;
}
@media screen and (max-width: 1112px) {
  .c-header__search {
    max-width: inherit;
    margin-top: 12px;
    margin-left: 0;
    align-self: flex-end;
  }
}
@media screen and (max-width: 520px) {
  .c-header__search {
    margin-top: 0;
  }
}

.c-header__cta,
.c-header__menu,
.c-header__login-button-wrapper,
.c-header__account {
  margin-left: 32px;
}

@media screen and (max-width: 1112px) {
  .c-header__login-button-wrapper,
  .c-header__account {
    margin-left: 2.6041666667vw;
  }
}

.c-header__cta {
  grid-area: cta;
  align-self: flex-end;
  margin-bottom: 4px;
}
@media screen and (max-width: 1112px) {
  .c-header__cta {
    margin-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 520px) {
  .c-header__cta {
    display: none;
  }
}

.c-header__menu {
  grid-area: menu;
}
@media screen and (max-width: 1112px) {
  .c-header__menu {
    margin-left: auto;
  }
}
@media screen and (max-width: 520px) {
  .c-header__menu {
    margin-top: 2.1333333333vw;
    margin-left: inherit;
  }
}

.c-header__menu ul {
  display: flex;
  gap: 14px;
  margin-bottom: 0;
}
@media screen and (max-width: 1112px) {
  .c-header__menu ul {
    gap: 0;
  }
}
@media screen and (max-width: 520px) {
  .c-header__menu ul {
    gap: 4.2666666667vw;
    justify-content: center;
  }
}

.c-header__menu li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-header__menu a:not(.c-header__account-title):not(.c-header__account-icon-link) {
  display: flex;
  align-items: center;
  padding: 4px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 520px) {
  .c-header__menu a:not(.c-header__account-title):not(.c-header__account-icon-link) {
    padding: 6px 0;
    flex-direction: column;
    gap: 4px;
    white-space: nowrap;
    min-width: 0;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .c-header__menu a {
    font-size: 3.2vw;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.c-header__menu a.category::before,
.c-header__menu a.maker::before,
.c-header__menu a.ranking::before,
.c-header__menu a.purchase::before,
.c-header__menu a.favorite::before,
.c-header__menu a.cart::before,
.c-header__login-button a::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  flex-shrink: 0;
}
@media screen and (max-width: 1112px) {
  .c-header__menu a.category::before,
  .c-header__menu a.maker::before,
  .c-header__menu a.ranking::before,
  .c-header__menu a.purchase::before,
  .c-header__menu a.favorite::before,
  .c-header__menu a.cart::before,
  .c-header__login-button a::before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    margin-right: 1.0416666667vw;
  }
}

@media screen and (max-width: 520px) {
  .c-header__menu a.category::before,
  .c-header__menu a.maker::before,
  .c-header__menu a.ranking::before,
  .c-header__menu a.purchase::before,
  .c-header__menu a.favorite::before,
  .c-header__menu a.cart::before,
  .c-header__login-button a::before {
    margin-right: 0;
    width: 6.4vw;
    height: 6.4vw;
    max-width: 24px;
    max-height: 24px;
  }
}
.c-header__menu a.category::before {
  background-image: url(/assets/shop/image/common/ico-category.svg);
}

.c-header__menu a.maker::before {
  background-image: url(/assets/shop/image/common/ico-maker.svg);
}

.c-header__menu a.ranking::before {
  background-image: url(/assets/shop/image/common/ico-ranking.svg);
}

.c-header__menu a.purchase::before {
  background-image: url(/assets/shop/image/common/ico-purchase.svg);
}

.c-header__menu a.favorite::before {
  background-image: url(/assets/shop/image/common/ico-favorite.svg);
}

.c-header__menu a.cart::before {
  background-image: url(/assets/shop/image/common/ico-cart.svg);
}

.c-header__login-button-wrapper {
  grid-area: login;
  margin-top: 4px;
}

.c-header__login-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DC3545;
  color: #fff !important;
  padding: 2px 16px;
  border-radius: 8px;
}
@media screen and (max-width: 520px) {
  .c-header__login-button a {
    padding: 1.6vw 3.2vw;
    font-size: 3.2vw;
    white-space: nowrap;
  }
}

.c-header__login-button a::before {
  width: min(0.7936507937vw, 12px);
  flex-shrink: 0;
  background-image: url(/assets/shop/image/common/ico-arrow.svg);
}
@media screen and (max-width: 520px) {
  .c-header__login-button a::before {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
}

.c-header__account {
  display: flex;
  gap: 10px;
  align-items: center;
  grid-area: account;
  margin-bottom: 4px;
}
@media screen and (max-width: 520px) {
  .c-header__account {
    display: none;
  }
}

.c-header__account-title {
  padding-left: 35px;
  color: #000;
  cursor: pointer;
  font-size: 0.75rem;
  display: block;
  margin: 0;
  text-decoration: none;
  position: relative;
}
.c-header__account-title:hover {
  color: #00a0e9;
}
.c-header__account-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-header__account-title.rank_diamond:before {
  background-image: url(/assets/shop/image/rank_diamond.svg);
}
.c-header__account-title.rank_platinum:before {
  background-image: url(/assets/shop/image/rank_platinum.svg);
}
.c-header__account-title.rank_gold:before {
  background-image: url(/assets/shop/image/rank_gold.svg);
}
.c-header__account-title.rank_silver:before {
  background-image: url(/assets/shop/image/rank_silver.svg);
}
.c-header__account-title.rank_regular:before {
  background-image: url(/assets/shop/image/rank_regular.svg);
}

.c-header__account-department,
.c-header__account-name {
  display: block;
}

.c-header__account-department {
  font-size: 0.625rem;
  margin-bottom: 0.3em;
}

.c-header__account-icon {
  aspect-ratio: 1/1;
  height: 32px;
  width: 32px;
  margin: 0;
}
.c-header__account-icon img {
  box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

/* Secondary header */
.c-header__secondary {
  background-color: #ffd500;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 520px) {
  .c-header__secondary {
    padding-left: 4.2vw;
    padding-right: 4.2vw;
  }
}
.c-header__secondary-menu {
  margin: 0;
  padding: 0;
  width: 100%;
}

.c-header__secondary-menu-list {
  display: flex;
  list-style: disc;
  margin: 0;
  padding: 0;
  width: 100%;
}

.c-header__secondary-menu-item {
  border-right: 1px solid #e6c109;
  position: relative;
  flex: 1;
}
.c-header__secondary-menu-item:first-child {
  border-left: 1px solid #e6c109;
}
@media screen and (max-width: 920px) {
  .c-header__secondary-menu-item {
    position: static;
  }
}

.c-header__secondary-menu-link {
  color: #000;
  font-size: 0.75rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 1em;
  text-decoration: none;
  width: 100%;
}
.c-header__secondary-menu-link::before, .c-header__secondary-menu-link::after {
  content: "";
  display: block;
  background: #000;
}
.c-header__secondary-menu-link::after {
  -webkit-mask-image: url("/assets/shop/image/icon_caretRight.svg");
          mask-image: url("/assets/shop/image/icon_caretRight.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 4.5px;
  height: 7.5px;
  rotate: 90deg;
}
.c-header__secondary-menu-link._shirt::before {
  -webkit-mask-image: url("/assets/shop/image/icon_shirt.svg");
          mask-image: url("/assets/shop/image/icon_shirt.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 20px;
  height: 16px;
}
.c-header__secondary-menu-link._gaugeHigh::before {
  -webkit-mask-image: url("/assets/shop/image/icon_gaugeHigh.svg");
          mask-image: url("/assets/shop/image/icon_gaugeHigh.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 20px;
  height: 16px;
}
.c-header__secondary-menu-link._setting::before {
  -webkit-mask-image: url("/assets/shop/image/icon_setting.svg");
          mask-image: url("/assets/shop/image/icon_setting.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 20px;
  height: 16px;
}
.c-header__secondary-menu-link._circleQuestion::before {
  -webkit-mask-image: url("/assets/shop/image/icon_circleQuestion.svg");
          mask-image: url("/assets/shop/image/icon_circleQuestion.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 20px;
  height: 16px;
}
.c-header__secondary-menu-link:hover {
  color: #00a0e9;
}
.c-header__secondary-menu-link:hover::before, .c-header__secondary-menu-link:hover::after {
  background-color: #00a0e9;
}

.c-header__secondary-dropdown {
  background-color: #fff;
  border: 1px solid #737374;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
  padding: min(5.9347181009%, 20px);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transition: opacity 0.3s ease, visibility 0.3s;
}
@media screen and (max-width: 920px) {
  .c-header__secondary-dropdown {
    width: 90vw;
    left: 5vw;
  }
}

.c-header__secondary-menu-list .c-header__secondary-menu-item.is_active .c-header__secondary-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1000 !important;
}

.c-header .c-header__secondary .c-header__secondary-menu .c-header__secondary-menu-list .c-header__secondary-menu-item.is_active .c-header__secondary-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  z-index: 1000 !important;
}

.c-header__secondary-menu-item.is_active .c-header__secondary-menu-link {
  color: #00a0e9 !important;
}
.c-header__secondary-menu-item.is_active .c-header__secondary-menu-link::before, .c-header__secondary-menu-item.is_active .c-header__secondary-menu-link::after {
  background-color: #00a0e9 !important;
}

.c-header .c-header__secondary .c-header__secondary-menu .c-header__secondary-menu-list .c-header__secondary-menu-item.is_active .c-header__secondary-menu-link {
  color: #00a0e9 !important;
  position: relative;
}
.c-header .c-header__secondary .c-header__secondary-menu .c-header__secondary-menu-list .c-header__secondary-menu-item.is_active .c-header__secondary-menu-link::before, .c-header .c-header__secondary .c-header__secondary-menu .c-header__secondary-menu-list .c-header__secondary-menu-item.is_active .c-header__secondary-menu-link::after {
  background-color: #00a0e9 !important;
}
.c-header .c-header__secondary .c-header__secondary-menu .c-header__secondary-menu-list .c-header__secondary-menu-item.is_active .c-header__secondary-menu-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00a0e9;
}

.c-header__secondary-menu-link.force-active-color {
  color: #00a0e9 !important;
}
.c-header__secondary-menu-link.force-active-color::before, .c-header__secondary-menu-link.force-active-color::after {
  background-color: #00a0e9 !important;
}

ul.c-header__secondary-menu-sub {
  font-size: 0.75rem;
  list-style: disc;
  padding-left: 1em;
}
ul.c-header__secondary-menu-sub:not(:first-child) {
  margin-top: 15px;
}
ul.c-header__secondary-menu-sub a {
  color: #737374;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 2;
  text-decoration: none;
}
ul.c-header__secondary-menu-sub a::after {
  -webkit-mask-image: url("/assets/shop/image/icon_caretRight.svg");
          mask-image: url("/assets/shop/image/icon_caretRight.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 4px;
  height: 7px;
  background-color: #737374;
  content: "";
  display: block;
}
ul.c-header__secondary-menu-sub a:hover {
  color: #00a0e9;
}
ul.c-header__secondary-menu-sub a:hover::after {
  background-color: #00a0e9;
}

.c-header__secondary-menu-button {
  margin: 0;
  text-align: center;
}
.c-header__secondary-menu-button:not(:first-child) {
  margin-top: 15px;
}

.c-header .c-cta-tel {
  display: flex;
  align-items: baseline;
  gap: 8px;
  text-decoration: none;
}

.c-header .c-cta-tel .number {
  display: flex;
  align-items: center;
  color: #036DB7;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 1112px) {
  .c-header .c-cta-tel .number {
    font-size: 2.34375vw;
  }
}

.c-header .c-cta-tel .number::before {
  content: "";
  display: block;
  background-image: url(/assets/shop/image/common/ico-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
}
@media screen and (max-width: 1112px) {
  .c-header .c-cta-tel .number::before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    margin-right: 0.5208333333vw;
  }
}

.c-header .c-cta-tel .time {
  color: #151532;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  position: relative;
  top: -4px;
}

.c-header__cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #DC3545;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1112px) {
  .c-header__cart-badge {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    font-size: 1.171875vw;
    top: -0.5208333333vw;
    right: -0.5208333333vw;
  }
}
@media screen and (max-width: 520px) {
  .c-header__cart-badge {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    font-size: 2.4vw;
    top: -1.0666666667vw;
    right: -1.0666666667vw;
    max-width: 16px;
    max-height: 16px;
  }
}

.c-header__cart-item {
  position: relative;
  display: inline-block;
}

/* ===== Footer ===== */
.l-footer {
  margin-top: 115px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #222B2F;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 85px;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}

.c-footer__grid {
  max-width: 1064px;
  margin: 0 auto;
  display: grid;
  grid-template: "logo footer-nav1 footer-nav1 footer-nav1" "search footer-nav2 footer-nav3 footer-contact" "copyright copyright copyright copyright"/min(21.0317460317vw, 318px) min(20.5026455026vw, 310px) min(14.2857142857vw, 216px) min(13.2275132275vw, 200px);
  row-gap: 24px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-footer__grid {
    grid-template: "logo" "footer-nav2" "footer-nav3" "footer-contact" "copyright";
    justify-items: center;
  }
}
.c-footer__logo {
  grid-area: logo;
  width: min(13.2275132275vw, 200px);
}

@media screen and (max-width: 768px) {
  .c-footer__logo {
    width: 48vw;
  }
}
@media screen and (max-width: 520px) {
  .c-footer__logo {
    width: 74.6666666667vw;
  }
}
.c-footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-footer__search {
  grid-area: search;
}

@media screen and (max-width: 768px) {
  .c-footer__search {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__search .c-footer__search input {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 520px) {
  .c-footer__search .c-footer__search input {
    font-size: 3.4666666667vw;
  }
}
:is(.c-footer__nav1, .c-footer__nav2, .c-footer__nav3) ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

:is(.c-footer__nav1, .c-footer__nav2, .c-footer__nav3) a {
  text-decoration: none;
  color: #fff;
}

.c-footer__nav1 {
  grid-area: footer-nav1;
  padding-left: min(5.291005291vw, 80px);
}

@media screen and (max-width: 960px) {
  .c-footer__nav1 {
    padding-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__nav1 {
    display: none;
  }
}
.c-footer__nav1 .c-footer__menu {
  background-color: unset;
}

@media screen and (max-width: 768px) {
  .c-footer__nav1 .c-footer__menu {
    position: static;
  }
}
.c-footer__nav1 .c-footer__menu ul {
  width: 100%;
  justify-content: flex-end;
  gap: 60px;
}
.is-logged-in .c-footer__nav1 .c-footer__menu ul {
  justify-content: space-between;
  gap: 0;
}

.c-footer__nav1 .c-footer__menu li:not(.c-footer__login-button) a {
  padding-left: 0;
}

.c-footer__nav1 .c-footer__menu .c-footer__login-button a {
  width: min(9.5899470899vw, 145px);
  height: min(2.6455026455vw, 40px);
  white-space: nowrap;
}

.c-footer__nav1 .c-footer__menu .purchase::before {
  background-image: url(/assets/shop/image/common/ico-purchase-white.svg);
}

.c-footer__nav1 .c-footer__menu .favorite::before {
  background-image: url(/assets/shop/image/common/ico-favorite-white.svg);
}

.c-footer__nav1 .c-footer__menu .cart::before {
  background-image: url(/assets/shop/image/common/ico-cart-white.svg);
}

.c-footer__menu ul {
  display: flex;
  gap: 14px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-footer__menu ul {
    gap: 0;
  }
}
@media screen and (max-width: 520px) {
  .c-footer__menu ul {
    gap: 4.2666666667vw;
    justify-content: center;
  }
}

.c-footer__menu li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-footer__menu a {
  display: flex;
  align-items: center;
  padding: 4px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 520px) {
  .c-footer__menu a {
    padding: 6px 0;
    flex-direction: column;
    gap: 4px;
    white-space: nowrap;
    min-width: 0;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .c-footer__menu a {
    font-size: 3.2vw;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.c-footer__menu a.purchase::before,
.c-footer__menu a.favorite::before,
.c-footer__menu a.cart::before,
.c-footer__login-button a::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-footer__menu a.purchase::before,
  .c-footer__menu a.favorite::before,
  .c-footer__menu a.cart::before,
  .c-footer__login-button a::before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    margin-right: 1.0416666667vw;
  }
}

@media screen and (max-width: 520px) {
  .c-footer__menu a.purchase::before,
  .c-footer__menu a.favorite::before,
  .c-footer__menu a.cart::before,
  .c-footer__login-button a::before {
    margin-right: 0;
    width: 6.4vw;
    height: 6.4vw;
    max-width: 24px;
    max-height: 24px;
  }
}
.c-footer__login-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DC3545;
  color: #fff !important;
  padding: 2px 16px;
  border-radius: 8px;
}
@media screen and (max-width: 520px) {
  .c-footer__login-button a {
    padding: 1.6vw 3.2vw;
    font-size: 3.2vw;
    white-space: nowrap;
  }
}

.c-footer__login-button a::before {
  width: min(0.7936507937vw, 12px);
  flex-shrink: 0;
  background-image: url(/assets/shop/image/common/ico-arrow.svg);
}
@media screen and (max-width: 520px) {
  .c-footer__login-button a::before {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
}

.c-footer__nav2 {
  grid-area: footer-nav2;
  padding-left: min(5.291005291vw, 80px);
}

@media screen and (max-width: 960px) {
  .c-footer__nav2 {
    padding-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__nav2 {
    margin-top: 12px;
    padding-left: 12.8vw;
    padding-right: 12.8vw;
  }
}
@media screen and (max-width: 520px) {
  .c-footer__nav2 {
    width: 100%;
  }
}
.c-footer__nav2 ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}

@media screen and (max-width: 960px) {
  .c-footer__nav2 ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__nav2 ul {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: row;
  }
}
@media screen and (max-width: 520px) {
  .c-footer__nav2 ul {
    width: 100%;
  }
}
.c-footer__nav2 li {
  width: 50%;
}

@media screen and (max-width: 960px) {
  .c-footer__nav2 li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__nav2 li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__nav2 li:nth-child(1) {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__nav2 li:nth-child(2) {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__nav2 li:nth-child(3) {
    order: 2;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__nav2 li:nth-child(4) {
    order: 4;
    text-align: right;
  }
}
.c-footer__nav2 a {
  font-size: clamp(10px, 0.8597883598vw, 13px);
  line-height: 1.2307692308;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .c-footer__nav2 a {
    font-size: 2.5vw;
    line-height: 1.2307692308;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 520px) {
  .c-footer__nav2 a {
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
.c-footer__nav3 {
  grid-area: footer-nav3;
  padding-left: min(1.9841269841vw, 30px);
}

@media screen and (max-width: 960px) {
  .c-footer__nav3 {
    padding-left: 0;
    margin-left: -5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__nav3 {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    margin-left: 0;
  }
}
.c-footer__nav3 ul {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

@media screen and (max-width: 768px) {
  .c-footer__nav3 ul {
    align-items: center;
  }
}
.c-footer__nav3 a {
  font-size: clamp(10px, 0.8597883598vw, 13px);
  line-height: 1.2307692308;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .c-footer__nav3 a {
    font-size: 2.5vw;
    line-height: 1.2307692308;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 520px) {
  .c-footer__nav3 a {
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
.c-footer__contact {
  grid-area: footer-contact;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .c-footer__contact {
    margin-top: 12px;
    align-items: center;
  }
}
.c-footer__contact-button a {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #222B2F;
  padding: 9px min(1.5873015873vw, 24px);
  border-radius: 4px;
  font-size: clamp(10px, 0.9259259259vw, 14px);
  letter-spacing: 0.02em;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .c-footer__contact-button a {
    padding: 23px 19.2vw;
    font-size: 2.6923076923vw;
  }
}
@media screen and (max-width: 520px) {
  .c-footer__contact-button a {
    font-size: 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
.c-footer__contact-button a::before {
  content: "";
  display: inline-block;
  width: min(1.0582010582vw, 16px);
  height: min(1.0582010582vw, 16px);
  background-image: url(/assets/shop/image/common/ico-mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .c-footer__contact-button a::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.c-footer__contact-time {
  margin-top: 16px;
  white-space: nowrap;
  font-size: clamp(10px, 0.8597883598vw, 13px);
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .c-footer__contact-time {
    font-size: 2.5vw;
    line-height: 1.2307692308;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 520px) {
  .c-footer__contact-time {
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__contact-time {
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-footer__contact-time p {
  margin-bottom: 0;
}

.c-footer__copyright {
  grid-area: copyright;
  text-align: center;
}

.c-footer__subsidy-notice p {
  margin-bottom: 0;
  font-size: 10px;
}

.c-back-to-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(5.4894179894vw, 83px);
  height: min(5.4894179894vw, 83px);
  position: fixed;
  bottom: min(1.0582010582vw, 16px);
  right: min(2.6455026455vw, 40px);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 1000;
}

@media screen and (max-width: 520px) {
  .c-back-to-top {
    width: 18.1333333333vw;
    height: 18.1333333333vw;
    bottom: 4.2666666667vw;
    right: 5.3333333333vw;
  }
}
.c-back-to-top.visible {
  visibility: visible;
  opacity: 1;
}

.mobile-navigation__container {
  display: none;
}
@media screen and (max-width: 920px) {
  .mobile-navigation__container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 55px;
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.05);
    background-color: #ffd500;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    justify-content: space-around;
  }
}
.mobile-navigation__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
}
.mobile-navigation__item--active .mobile-navigation__icon--inactive {
  display: none;
}
.mobile-navigation__item--active .mobile-navigation__icon--active {
  display: inherit;
}
.mobile-navigation__label {
  font-size: 10px;
  font-weight: 400;
  color: #10161a;
  letter-spacing: 0;
}
.mobile-navigation__icon {
  width: auto;
}
.mobile-navigation__icon--active {
  display: none;
}
.mobile-navigation__icon--cart {
  position: relative;
}

.mobile-navigation__cart-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: #DC3545;
  color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  min-width: 200px;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu--mobile {
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 90vw;
  max-width: 320px;
}
.dropdown-menu__item {
  border-bottom: 1px solid #f0f0f0;
}
.dropdown-menu__item:last-child {
  border-bottom: none;
}
.dropdown-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: background-color 0.2s ease;
}
.dropdown-menu__link:hover {
  background-color: #f8f9fa;
  color: #333;
}
.dropdown-menu__text {
  flex: 1;
  font-weight: 400;
}
.dropdown-menu__arrow {
  color: #999;
  font-size: 12px;
  margin-left: 8px;
}

.category-tag-container {
  display: flex;
  padding: 50px 0;
}
@media screen and (max-width: 920px) {
  .category-tag-container {
    flex-direction: column-reverse;
  }
}
.dropdown-menu--category .category-tag-container .list-tag-left {
  width: auto;
  padding: 0;
  float: none;
}
@media screen and (max-width: 920px) {
  .dropdown-menu--category .category-tag-container .list-tag-left {
    display: block;
  }
}
.dropdown-menu--category .category-tag-container .list-tag-left__inner {
  box-shadow: none;
  padding: 0;
}

.u-sp-only {
  display: none !important;
}

@media screen and (max-width: 520px) {
  .u-sp-only {
    display: block !important;
  }
}
.u-pc-only {
  display: block !important;
}

@media screen and (max-width: 520px) {
  .u-pc-only {
    display: none !important;
  }
}
.u-sp-only {
  display: none !important;
}

@media screen and (max-width: 520px) {
  .u-sp-only {
    display: block !important;
  }
}
.u-inline-pc {
  display: inline !important;
}

@media screen and (max-width: 520px) {
  .u-inline-pc {
    display: none !important;
  }
}
@media screen and (max-width: 920px) {
  .mobile-menu-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: min(16px, 4.2666666667vw) min(16px, 4.2666666667vw);
    font-size: min(16px, 4.2666666667vw);
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #151532;
    text-decoration: none;
  }
  .mobile-dropdown-menu > ul > li:not(:last-child) .mobile-menu-link {
    border-bottom: 1px dashed #151532;
  }
  .mobile-menu-link::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #151532;
    margin-left: 12px;
    transform: translateY(50%);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  }
}

.mobile-dropdown-menu {
  display: none;
}
.mobile-dropdown-menu.show {
  display: block;
  position: absolute;
  bottom: 100%;
  background-color: #fff;
  border: 1px solid #737374;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
  padding: min(4.7477744807%, 16px) min(6.528189911%, 22px) min(2.3738872404%, 8px);
  transition: opacity 0.3s ease, visibility 0.3s;
}
@media screen and (max-width: 920px) {
  .mobile-dropdown-menu.show {
    width: 90vw;
    left: 5vw;
  }
}
.mobile-dropdown-menu > ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.mobile-dropdown-menu .mobile-submenu {
  padding-left: 20px;
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
}
.mobile-dropdown-menu .mobile-submenu li {
  border-bottom: 1px solid #e9ecef;
}
.mobile-dropdown-menu .mobile-submenu li:last-child {
  border-bottom: none;
}
.mobile-dropdown-menu .mobile-submenu a {
  padding: 12px 16px;
  font-size: 14px;
  color: #666;
}
.mobile-dropdown-menu .mobile-submenu a:hover {
  background-color: #e9ecef;
}
.mobile-dropdown-menu .js-mobile-submenu-toggle {
  position: relative;
}
.mobile-dropdown-menu .js-mobile-submenu-toggle::after {
  content: "▼";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #666;
  transition: transform 0.3s ease;
}
.mobile-dropdown-menu .js-mobile-submenu-toggle.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.mobile-secondary-dropdown {
  display: none;
  background-color: #fff;
  border: 1px solid #737374;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
  padding: 0 min(5.9347181009%, 20px);
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 90vw;
  max-width: 320px;
  max-height: 70vh;
  overflow-y: auto;
}
.mobile-secondary-dropdown.show {
  display: block;
}
.mobile-secondary-dropdown .dropdown-menu__item {
  border-bottom: 1px solid #f0f0f0;
}
.mobile-secondary-dropdown .dropdown-menu__item:last-child {
  border-bottom: none;
}
.mobile-secondary-dropdown .dropdown-menu__link {
  color: #151532;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 2;
  text-decoration: none;
  padding: 8px 0;
}
.mobile-secondary-dropdown .dropdown-menu__link:hover {
  color: #00a0e9;
}
.mobile-secondary-dropdown .dropdown-menu__link:hover .dropdown-menu__arrow {
  color: #00a0e9;
}
.mobile-secondary-dropdown .dropdown-menu__text {
  font-size: 4.2666666667vw;
  font-weight: 500;
}
.mobile-secondary-dropdown .dropdown-menu__arrow {
  font-size: 4.2666666667vw;
  color: #151532;
}
