/** Shopify CDN: Minification failed

Line 8201:13 Expected ":"

**/
@charset "UTF-8";
body {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("./NotoSansJP-Regular.woff2") format("woff2"), url("./NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("./NotoSansJP-Medium.woff2") format("woff2"), url("./NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("./NotoSansJP-Bold.woff2") format("woff2"), url("./NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("./Inter_18pt-Regular.woff2") format("woff2"), url("./Inter_18pt-Regular.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("./Inter_18pt-Medium.woff2") format("woff2"), url("./Inter_18pt-Medium.woff") format("woff");
}
.sp {
  display: none;
}
@media screen and (max-width: 749px) {
  .sp {
    display: block !important;
  }
}

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

.tab {
  display: none;
}
@media screen and (max-width: 989px) {
  .tab {
    display: block !important;
  }
}

@media screen and (max-width: 989px) {
  .none-tab {
    display: none !important;
  }
}

@media screen and (max-width: 989px) {
  .page-width {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 749px) {
  .page-width {
    padding: 0 2rem;
  }
}

.c-btn {
  display: block;
  background: #222;
  color: #fff;
  position: relative;
  border-radius: 10rem;
  font-size: 1.4rem;
  line-height: 1;
  transition: all 0.3s;
  text-decoration: none;
}
@media (hover: hover) {
  .c-btn:hover {
    background: #fff;
    color: #222;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
  .c-btn:hover::before {
    background: #222 !important;
  }
  .c-btn:hover::after {
    background: #222;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(./icon_arrow-circle.svg);
          mask: url(./icon_arrow-circle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  transition: background 0.3s;
}

.c-btn--s {
  width: 14rem;
  padding: 1.3rem 2rem;
}
@media screen and (max-width: 749px) {
  .c-btn--s {
    width: 25rem;
    padding: 2.3rem 3rem;
    margin: 0 auto;
  }
}

.c-btn--m {
  width: 25rem;
  max-width: 100%;
  padding: 2.3rem 3rem;
  text-align: center;
}

.c-btn--white {
  background: #fff;
  color: #222;
}
.c-btn--white::after {
  background: #222;
}
@media (hover: hover) {
  .c-btn--white:hover {
    background: #222;
    color: #fff;
  }
  .c-btn--white:hover::after {
    background: #fff;
  }
}

.announcement-bar-section {
  z-index: 3;
}

.custom-utility-bar .announcement-bar__message {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 749px) {
  .custom-utility-bar .announcement-bar__message {
    min-height: 3rem;
    padding: 0;
  }
}
@media screen and (max-width: 749px) {
  .custom-utility-bar .announcement-bar__message span {
    vertical-align: super;
  }
}

.header-wrapper--border-bottom {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.custom-header {
  background: #fff;
  justify-content: space-between;
  gap: 9rem;
}
@media screen and (max-width: 1099px) {
  .custom-header {
    gap: 0;
    padding: 0.8rem 2rem;
    display: flex;
  }
}
.custom-header.page-width {
  max-width: inherit;
}
.custom-header .header__heading-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15.4rem;
  display: block;
  padding: 0;
}
@media screen and (max-width: 1099px) {
  .custom-header .header__heading-link {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    max-width: 11.2rem;
    justify-self: start;
    text-align: left;
  }
}
.custom-header .header__heading-logo {
  width: 100%;
}
.custom-header .header__icons {
  gap: 1.6rem;
  align-items: center;
}
@media screen and (max-width: 1099px) {
  .custom-header .header__icons {
    padding-right: 0;
    gap: 0.4rem;
  }
}
.custom-header .header__icons svg {
  width: 2rem;
  height: 2rem;
}
.custom-header .header__icon,
.custom-header .search-sidebar-trigger {
  cursor: pointer;
}
@media (hover: hover) {
  .custom-header .header__icon:hover .svg-wrapper svg path,
.custom-header .search-sidebar-trigger:hover .svg-wrapper svg path {
    fill: #0100C8;
  }
}
@media screen and (max-width: 1099px) {
  .custom-header .header__icon-question {
    display: none;
  }
}
.custom-header .cart-count-bubble {
  background: #DA0B38;
  top: 0.6rem;
  right: 0.6rem;
}
.custom-header .custom-header__text-link {
  display: block;
  text-decoration: none;
  color: #222;
  font-size: 1.4rem;
  padding-right: 2.8rem;
  border-right: 1px solid #E9EBEC;
  font-family: "Inter";
  position: relative;
}
.custom-header .custom-header__text-link span {
  display: inline-block;
  position: relative;
}
.custom-header .custom-header__text-link span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media screen and (max-width: 1099px) {
  .custom-header .custom-header__text-link {
    display: none;
  }
}
@media (hover: hover) {
  .custom-header .custom-header__text-link:hover span::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

/* --------------- メガメニュー --------------- */
@media screen and (max-width: 1099px) {
  .custom-mega-menu {
    display: none;
  }
}
.custom-mega-menu .mega-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
  z-index: -1;
  transition: opacity 0.3s ease;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}
.custom-mega-menu .mega-menu__overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1099px) {
  .custom-mega-menu .l-header__nav {
    display: none;
  }
}
.custom-mega-menu .l-header__items {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 1210px) {
  .custom-mega-menu .l-header__items {
    gap: 3%;
  }
}
.custom-mega-menu li {
  list-style: none;
}
.custom-mega-menu a {
  text-decoration: none;
}
.custom-mega-menu .l-header__item.is-inactive {
  opacity: 0.4;
}
.custom-mega-menu .has-mega-menu .l-header__link {
  padding-right: 2.2rem;
  position: relative;
}
.custom-mega-menu .has-mega-menu .l-header__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  -webkit-mask: url(./icon_arrow1.svg);
          mask: url(./icon_arrow1.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
.custom-mega-menu .has-mega-menu.is-active .l-header__link::after {
  transform: translateY(-50%) rotate(180deg);
}
.custom-mega-menu .l-header__link {
  font-weight: 500;
  font-size: 1.4rem;
  color: #222;
  text-decoration: none;
  letter-spacing: 0;
  padding: 3.2rem 0;
}
.custom-mega-menu .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #F9F9F9;
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  transition: opacity 0.1s ease, max-height 0.3s ease, visibility 0.1s ease;
  will-change: max-height;
}
.custom-mega-menu .mega-menu.is-open {
  visibility: visible;
}
.custom-mega-menu .mega-menu__panel {
  padding: 6rem 0 10rem;
}
.custom-mega-menu .mega-menu__inner {
  max-width: 1280px;
  padding: 0 4rem;
}
.custom-mega-menu .mega-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-mega-menu .mega-menu__wheel-head {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.custom-mega-menu .mega-menu__note {
  font-size: 1.4rem;
  margin: 0;
  color: #222;
}
.custom-mega-menu .mega-menu__note span {
  background: #E9EBEC;
  font-size: 1.2rem;
  padding: 0.2rem 0.8rem;
  margin: 0 0.4rem;
}
.custom-mega-menu .mega-menu__note a {
  text-decoration: underline;
  color: #222;
}
@media (hover: hover) {
  .custom-mega-menu .mega-menu__note a:hover {
    text-decoration: none;
  }
}
.custom-mega-menu .mega-menu__title {
  font-weight: 500;
  font-size: 3.6rem;
  margin: 0;
}
.custom-mega-menu .c-btn--s {
  max-width: 14rem;
}
.custom-mega-menu .mega-menu__grid {
  padding: 0;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
.custom-mega-menu .mega-menu__item-link {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  position: relative;
  padding: 0 1rem 0 0;
  min-height: 12rem;
  transition: box-shadow 0.3s;
}
@media (hover: hover) {
  .custom-mega-menu .mega-menu__item-link:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
}
.custom-mega-menu .mega-menu__item-link::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(./icon_arrow-circle.svg);
          mask: url(./icon_arrow-circle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}
.custom-mega-menu .mega-menu__item-img {
  flex: 0 0 42.7%;
  line-height: 1;
}
.custom-mega-menu .mega-menu__item-img img {
  width: 100%;
  aspect-ratio: 1/1;
}
.custom-mega-menu .is-wheel-menu .mega-menu__item-link {
  padding: 0 1rem;
}
.custom-mega-menu .is-wheel-menu .mega-menu__item-img {
  flex: inherit;
}
.custom-mega-menu .is-wheel-menu .mega-menu__item-img img {
  aspect-ratio: inherit;
}
.custom-mega-menu .mega-menu__item-title {
  flex: 0 1 100%;
  margin: 0;
  font-size: 1.4rem;
  color: #222;
  letter-spacing: 0;
}

@media screen and (max-width: 1099px) {
  .custom-header .header__icon--cart {
    margin-right: 0;
  }
}
@media screen and (max-width: 1099px) {
  .custom-header header-drawer {
    display: block;
    margin-left: 0;
    margin-right: -1.2rem;
  }
}

/* ==============================================================
# アカウントメニュー
============================================================== */
.account-menu-toggle {
  cursor: pointer;
}

.account-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  z-index: 100;
  min-width: 37.5rem;
  padding: 0 0 3rem;
}
@media screen and (max-width: 749px) {
  .account-menu {
    width: 100%;
    min-width: inherit;
  }
}
.account-menu p {
  margin: 0;
}

.account-menu__head {
  border-top: 1px solid #E9EBEC;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #F9F9F9;
  position: relative;
}
.account-menu__head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: calc(100% - 7rem);
  background: #E9EBEC;
}

.account-menu__account {
  padding: 3.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.account-menu__label {
  font-size: 1.4rem;
  color: #82888D;
}

.account-menu__title {
  font-size: 2rem;
  font-weight: 500;
}
.account-menu__title span {
  font-size: 1.4rem;
}

.account-menu__points {
  padding: 3.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.account-menu__point {
  color: #0100C8;
}

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

.account-menu__item {
  border-top: 1px solid #E9EBEC;
}
.account-menu__item:last-child {
  border-bottom: 1px solid #E9EBEC;
}

.account-menu__link {
  display: block;
  color: #222;
  padding: 1.7rem 5rem 1.7rem 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  transition: all 0.3s;
  text-decoration: none;
}
.account-menu__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(./icon_arrow-circle.svg);
          mask: url(./icon_arrow-circle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}
@media (hover: hover) {
  .account-menu__link:hover {
    background: #F9F9F9;
  }
}

.account-menu__btn {
  margin-top: 2.5rem;
}
.account-menu__btn .c-btn {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.account-menu__btn .c-btn::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.9rem;
  -webkit-mask: url(./icon_logout.svg);
          mask: url(./icon_logout.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  transition: background 0.3s;
  margin-right: 0.8rem;
  vertical-align: sub;
}
.account-menu__btn .c-btn::after {
  display: none;
}

.custom-header .account-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
  z-index: -1;
  transition: opacity 0.3s ease;
  display: block;
}
.custom-header .account-menu__overlay[hidden] {
  display: none;
}

/* ==============================================================
# ドロワーメニュー
============================================================== */
.custom-menu-drawer__head {
  background: #E9EBEC;
  padding: 2.5rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-menu-drawer__items {
  margin: 0;
  padding: 0;
}

.custom-menu-drawer__item {
  list-style: none;
  border-bottom: 1px solid #E9EBEC;
}
.custom-menu-drawer__item.has-children .custom-menu-drawer__link::after {
  -webkit-mask: url(./icon_plus.svg);
          mask: url(./icon_plus.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}
.custom-menu-drawer__item.has-children.is-active .custom-menu-drawer__link::after {
  -webkit-mask: url(./icon_minus.svg);
          mask: url(./icon_minus.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}
.custom-menu-drawer__item.is-wheel-menu .custom-menu-drawer__sub-img {
  flex: inherit;
  text-align: center;
}
.custom-menu-drawer__item.is-wheel-menu .custom-menu-drawer__sub-img img {
  width: 75%;
  aspect-ratio: inherit;
}
.custom-menu-drawer__item.is-wheel-menu .custom-menu-drawer__sub-link {
  padding: 1rem 1rem;
  justify-content: center;
}

.custom-menu-drawer__link {
  display: block;
  position: relative;
  padding: 2rem 5rem 2rem 2rem;
  color: #222;
  text-decoration: none;
  font-size: 1.6rem;
}
.custom-menu-drawer__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(./icon_arrow-circle.svg);
          mask: url(./icon_arrow-circle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}
.custom-menu-drawer__link[target=_blank]::after {
  -webkit-mask: url(./icon_blank.svg);
          mask: url(./icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}

.custom-menu-drawer__sub-note {
  padding: 0 2rem;
  font-size: 1.4rem;
  color: #222;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 2rem;
}
.custom-menu-drawer__sub-note span {
  background: #E9EBEC;
  font-size: 1.2rem;
  padding: 0.2rem 0.8rem;
  margin: 0 0.4rem;
}
.custom-menu-drawer__sub-note a {
  text-decoration: underline;
  color: #222;
}

.custom-menu-drawer__sub-items {
  padding: 0 2rem;
  margin: 0 0 2rem;
}

.custom-menu-drawer__sub-item {
  list-style: none;
}
.custom-menu-drawer__sub-item:nth-child(n+2) {
  margin-top: 0.5rem;
}

.custom-menu-drawer__sub-link {
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  text-decoration: none;
  color: #222;
  min-height: 7rem;
  letter-spacing: 0;
}
.custom-menu-drawer__sub-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(./icon_arrow-circle.svg);
          mask: url(./icon_arrow-circle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}

.custom-menu-drawer__sub-img {
  flex: 0 0 7rem;
  line-height: 0;
}
.custom-menu-drawer__sub-img img {
  width: 100%;
  aspect-ratio: 1/1;
}

.custom-menu-drawer__sub-title {
  margin: 0;
  font-size: 1.4rem;
  padding-left: 1rem;
  padding-right: 4.5rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

.custom-menu-drawer__foot {
  margin-top: 4rem;
  padding: 0 2rem;
}

.custom-menu-drawer__other-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3rem;
}

.custom-menu-drawer__other-link {
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
  color: #222;
  font-weight: 400;
}
.custom-menu-drawer__other-link[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 0.4rem;
  width: 1rem;
  height: 0.8rem;
  -webkit-mask: url(./icon_blank_s.svg);
          mask: url(./icon_blank_s.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
  vertical-align: middle;
}

.custom-menu-drawer__sns {
  margin-top: 3rem;
}
.custom-menu-drawer__sns .footer__list-social {
  gap: 2rem;
}
.custom-menu-drawer__sns .list-social__item .list-social__link {
  padding: 0;
}
.custom-menu-drawer__sns .svg-wrapper {
  width: 4rem;
  height: 4rem;
}
.custom-menu-drawer__sns .svg-wrapper svg {
  width: 4rem;
  height: 4rem;
}

.list-social__item .svg-wrapper svg{
  /*
  background:#222;
  border-radius:50px;
  color: #fff;
  */
}



/* ====================================================================================
TOP>バナースライダー
==================================================================================== */
.p-top-slider {
  padding: 2rem 0 8rem;
}
@media screen and (max-width: 749px) {
  .p-top-slider {
    padding: 0 0 3rem;
  }
}
.p-top-slider a {
  text-decoration: none;
}

.p-top-slider__swiper {
  padding-bottom: 2rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.p-top-slider__swiper.swiper-initialized {
  opacity: 1;
}
.p-top-slider__swiper .swiper-button-next,
.p-top-slider__swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  width: 8rem;
  height: 8rem;
  transition: all 0.3s;
  border-radius: 100%;
  transition: color 0.4s;
  background: #222;
}
@media screen and (max-width: 749px) {
  .p-top-slider__swiper .swiper-button-next,
.p-top-slider__swiper .swiper-button-prev {
    display: none;
  }
}
.p-top-slider__swiper .swiper-button-next::after,
.p-top-slider__swiper .swiper-button-prev::after {
  content: "";
}
.p-top-slider__swiper .swiper-button-next .icon,
.p-top-slider__swiper .swiper-button-prev .icon {
  width: 1.6rem;
  height: 1.6rem;
  -webkit-mask: url(./icon_arrow2.svg);
          mask: url(./icon_arrow2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  z-index: 2;
}
.p-top-slider__swiper .swiper-button-next .circle-outline,
.p-top-slider__swiper .swiper-button-prev .circle-outline {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  transform: rotate(-90deg);
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  z-index: 1;
}
.p-top-slider__swiper .swiper-button-next .circle-outline circle,
.p-top-slider__swiper .swiper-button-prev .circle-outline circle {
  fill: none;
  stroke: #DA0B38;
  stroke-width: 2;
  stroke-dasharray: 301.59;
  stroke-dashoffset: 301.59;
  transition: stroke-dashoffset 0.3s linear;
}
@media (hover: hover) {
  .p-top-slider__swiper .swiper-button-next:hover .circle-outline circle,
.p-top-slider__swiper .swiper-button-prev:hover .circle-outline circle {
    stroke-dashoffset: 0;
  }
}
.p-top-slider__swiper .swiper-button-next {
  right: 4rem;
}
.p-top-slider__swiper .swiper-button-next .icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 989px) {
  .p-top-slider__swiper .swiper-button-next {
    right: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .p-top-slider__swiper .swiper-button-next {
    right: 1rem;
  }
}
.p-top-slider__swiper .swiper-button-prev {
  left: 4rem;
}
@media screen and (max-width: 989px) {
  .p-top-slider__swiper .swiper-button-prev {
    left: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .p-top-slider__swiper .swiper-button-prev {
    left: 1rem;
  }
}
.p-top-slider__swiper .swiper-pagination {
  display: none;
}
@media screen and (max-width: 749px) {
  .p-top-slider__swiper .swiper-pagination {
    display: block;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    top: 99.5vw;
    bottom: inherit;
  }
}
.p-top-slider__swiper .swiper-pagination-progressbar-fill {
  background-color: #DA0B38;
  height: 100%;
}

@-webkit-keyframes circleDraw {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes circleDraw {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
.p-top-slider__item {
  list-style: none;
}

.p-top-slider__link {
  display: block;
  transition: opacity 0.3s;
  line-height: 1;
}
@media (hover: hover) {
  .p-top-slider__link:hover .p-top-slider__img img {
    transform: scale(1.05);
  }
}

.p-top-slider__img {
  display: block;
  overflow: hidden;
}
.p-top-slider__img img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 0.3s ease;
}

.p-top-slider__text {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  text-decoration: none;
  color: #222;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  .p-top-slider__text {
    padding: 0 2rem;
  }
}

/* ==============================================================
# 商品スライダー
============================================================== */
.custom-products-slider__tab-wrapper {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.custom-products-slider__tabs {
  padding: 0 3rem 0 0;
  margin: 0;
  border-right: 1px solid #E9EBEC;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .custom-products-slider__tabs {
    padding: 0;
    border-right: none;
  }
}

.custom-products-slider__tab {
  list-style: none;
  min-width: 11rem;
  font-size: 1.4rem;
  padding: 0.7rem;
  background: #E9EBEC;
  border-radius: 10rem;
  text-align: center;
  color: #222;
  cursor: pointer;
}
.custom-products-slider__tab.is-active {
  background: #0100C8;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .custom-products-slider__tab {
    min-width: 10.5rem;
  }
}

.custom-products-slider__contents {
  margin-top: 3rem;
}

.custom-products-slider__tab-panel {
  display: none;
  position: relative;
}
.custom-products-slider__tab-panel.is-active {
  display: block;
}
.custom-products-slider__tab-panel .swiper-pagination {
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 2px;
}
@media screen and (max-width: 749px) {
  .custom-products-slider__tab-panel .swiper-pagination {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}
.custom-products-slider__tab-panel .swiper-pagination-progressbar-fill {
  background-color: #DA0B38;
  height: 100%;
  border-radius: 2px;
}

.custom-products-slider__swiper {
  padding-right: 5rem;
  padding-bottom: 6rem;
  margin-right: calc(50% - 50vw);
  padding-left: 1.2rem;
  margin-left: -1.2rem;
}
@media screen and (max-width: 989px) {
  .custom-products-slider__swiper {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-products-slider__swiper {
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}
.custom-products-slider__swiper img {
  width: 100%;
}

.custom-products-slider__items {
  margin: 0;
  padding: 0;
}

.custom-products-slider__item {
  list-style: none;
  height: auto;
  background: #fff;
  transition: box-shadow 0.3s;
  max-width:288px;
}
@media (hover: hover) {
  .custom-products-slider__item:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 749px) {
  .custom-products-slider__option {
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }
}

.custom-products-slider__btns {
  display: flex;
  gap: 1rem;
  position: absolute;
  top: -1.5rem;
  right: 0;
  transform: translateY(-100%);
}
@media screen and (max-width: 749px) {
  .custom-products-slider__btns {
    position: relative;
    top: inherit;
    right: inherit;
    transform: inherit;
  }
}
.custom-products-slider__btns .swiper-button-next,
.custom-products-slider__btns .swiper-button-prev {
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 10rem;
  background: #222;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  margin-top: 0;
}
.custom-products-slider__btns .swiper-button-next::after,
.custom-products-slider__btns .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url(./icon_arrow2.svg);
          mask: url(./icon_arrow2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  transition: background 0.3s;
}
.custom-products-slider__btns .swiper-button-next::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.custom-products-slider__space {
  display: block !important;
  width: 9rem;
}
@media screen and (max-width: 749px) {
  .custom-products-slider__space {
    display: none !important;
  }
}

/* ==============================================================
# 商品カード
============================================================== */
.custom-card-product {
  display: block;
  padding: 1rem 1rem 3rem;
  text-decoration: none;
}
@media (hover: hover) {
  .custom-card-product:hover .custom-card-product__thumbnails {
    opacity: 1;
    visibility: visible;
  }
}

.custom-card-product__content {
  padding: 2rem 1rem 0;
}
@media screen and (max-width: 749px) {
  .custom-card-product__content {
    padding: 2rem 0.5rem 0;
  }
}

.custom-card-product__vendor {
  font-size: 1.4rem;
  color: #82888D;
  margin: 0;
}
@media screen and (max-width: 749px) {
  .custom-card-product__vendor {
    font-size: 1.2rem;
  }
}

.custom-card-product__title {
  font-size: 2.4rem;
  margin: 0.5rem 0 0;
  color: #222;
  line-height: 1.3;
}
@media screen and (max-width: 749px) {
  .custom-card-product__title {
    font-size: 2rem;
  }
}

.custom-card-product__price {
  margin: 1rem 0 0;
  font-size: 1.6rem;
  color: #222;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 749px) {
  .custom-card-product__price {
    font-size: 1.4rem;
  }
}
.custom-card-product__price .tax-label {
  font-size: 1.2rem;
}
@media screen and (max-width: 749px) {
  .custom-card-product__price .tax-label {
    font-size: 1rem;
  }
}

.custom-card-product__price--compare {
  color: #82888D;
  font-size: 1.4rem;
  text-decoration: line-through;
  font-weight: 400;
}

.custom-card-product__main-img {
  line-height: 0;
}

.custom-card-product__badge {
  display: inline-block;
  padding: 0.6rem 0.9rem;
  line-height: 1;
  font-weight: 400;
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  left: 0rem;
}
@media screen and (max-width: 749px) {
  .custom-card-product__badge {
    font-size: 1.2rem;
  }
}

.custom-card-product__badge--soldout {
  background: #82888D;
  color: #fff;
}

.custom-card-product__labels {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.custom-card-product__label {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  padding: 6px 9px;
  background: #E9EBEC;
  color: #222;
  line-height: 1;
  height:100%;
}

.custom-card-product__label--new {
  background: #DA0B38;
  color: #fff;
}

.custom-card-product__img-wrapper {
  position: relative;
}

.custom-card-product__main-img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.custom-card-product__thumbnails {
  position: absolute;
  top: 100%;
  left: 0;
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr 4.4rem;
  margin: 0;
  padding: 5px 0 0;
  background: #fff;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

.custom-card-product__thumbnail {
  list-style: none;
}

.custom-card-product__thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  cursor: pointer;
  border: 2px solid #fff;
  width: 100%;
}

.custom-card-product__thumbnail.is-active img {
  border-color: #0100C8;
}

.custom-card-product__thumbnail--more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.custom-card-product__thumbnail--more span {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border-radius: 10rem;
  font-size: 1rem;
  color: #222;
  font-weight: 400;
  background: #E9EBEC;
}

/* ==============================================================
# おすすめ商品
============================================================== */
.custom-pickup-slider {
  position: relative;
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider .custom-section__en,
.custom-pickup-slider .custom-section__title,
.custom-pickup-slider .custom-pickup-slider__text {
    color: #fff;
  }
}

.custom-pickup-slider__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 0;
}
.custom-pickup-slider__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 749px) {
  .custom-pickup-slider__bg img {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider__bg {
    display: block;
    left: 0;
    right: inherit;
    width: 100%;
    aspect-ratio: 1/1;
    z-index: -1;
  }
}

.custom-pickup-slider__bg-pc1:empty,
.custom-pickup-slider__bg-pc2:empty {
  display: block;
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider__bg-pc1:empty,
.custom-pickup-slider__bg-pc2:empty {
    display: none;
  }
}

.custom-pickup-slider__bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-pickup-slider__bg-pc1 {
  height: 50%;
}

.custom-pickup-slider__bg-pc2 {
  height: 50%;
}

.custom-pickup-slider__bg-sp:empty {
  display: none;
  position: relative;
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider__bg-sp:empty {
    display: block;
    height: 45%;
  }
}
@media screen and (max-width: 749px) {
  .custom-pickup-slider__bg-sp:empty {
    height: 35%;
  }
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider__bg-sp:empty::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.4);
  }
}

.custom-pickup-slider__text {
  width: 48%;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider__text {
    width: 100%;
    line-height: 1.6;
  }
}

.custom-pickup-slider__wrapper {
  margin-top: 6rem;
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider__wrapper {
    margin: 4rem auto 0;
    max-width: 70rem;
  }
}

.custom-pickup-slider__list {
  padding-bottom: 5.3rem;
  isolation: isolate;
  background: transparent;
  overflow: hidden;
  z-index: 0;
}
.custom-pickup-slider__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 5.3rem);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 0;
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider__list {
    padding-bottom: 0;
  }
}
.custom-pickup-slider__list .swiper-pagination {
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 2px;
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider__list .swiper-pagination {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}
.custom-pickup-slider__list .swiper-pagination-progressbar-fill {
  background-color: #DA0B38;
  height: 100%;
  border-radius: 2px;
}

.custom-pickup-slider__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider__content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.custom-pickup-slider__content .custom-card-product__labels {
  top: 1rem;
  left: 1rem;
  margin: 5px;
  z-index: 2;
}
.custom-pickup-slider__content .custom-card-product__label {
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  .custom-pickup-slider__content .custom-card-product__label {
    font-size: 1.2rem;
  }
}

.custom-pickup-slider__main-img {
  position: relative;
  padding: 0;
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider__main-img {
    padding: 1rem;
  }
}
.custom-pickup-slider__main-img img {
  width: 100%;
  aspect-ratio: 1/1;
}

.custom-pickup-slider__info {
  padding: 6rem;
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider__info {
    padding: 0 1rem 3rem;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider__info .custom-card-product__price {
    padding: 0 1rem;
  }
}
.custom-pickup-slider__info .custom-card-product__price--default,
.custom-pickup-slider__info .custom-card-product__price--sale {
  font-size: 1.8rem;
}
@media screen and (max-width: 749px) {
  .custom-pickup-slider__info .custom-card-product__price--default,
.custom-pickup-slider__info .custom-card-product__price--sale {
    font-size: 1.6rem;
  }
}
.custom-pickup-slider__info .tax-label {
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  .custom-pickup-slider__info .tax-label {
    font-size: 1.2rem;
  }
}

.custom-pickup-slider__main-img,
.custom-pickup-slider__info,
.custom-card-product__labels {
  z-index: 1;
}

.custom-pickup-slider__vendor {
  margin: 0;
  font-size: 1.6rem;
  color: #82888D;
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider__vendor {
    margin-top: 3rem;
    padding: 0 1rem;
  }
}

.custom-pickup-slider__title {
  font-size: 3rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider__title {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-pickup-slider__title {
    font-size: 2.4rem;
  }
}

.custom-pickup-slider__thumbnails {
  margin: 6rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider__thumbnails {
    margin: 0;
    order: -1;
  }
}

.custom-pickup-slider__thumbnail {
  list-style: none;
  aspect-ratio: 1/1;
  cursor: pointer;
  border: 2px solid #fff;
}
.custom-pickup-slider__thumbnail.is-active {
  border: 2px solid #0100C8;
}
.custom-pickup-slider__thumbnail img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.custom-pickup-slider__thumbnail--more {
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: start;
}
.custom-pickup-slider__thumbnail--more span {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border-radius: 10rem;
  font-size: 1rem;
  color: #222;
  font-weight: 400;
  background: #E9EBEC;
}

.custom-pickup-slider__btn {
  margin-top: 5rem;
}
@media screen and (max-width: 749px) {
  .custom-pickup-slider__btn {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider__btn .c-btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 989px) {
  .custom-pickup-slider__option {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }
}

.custom-pickup-slider__btns {
  display: flex;
  gap: 1rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
@media screen and (max-width: 989px) {
  .custom-pickup-slider__btns {
    position: relative;
    top: inherit;
    right: inherit;
  }
}
.custom-pickup-slider__btns .swiper-button-next,
.custom-pickup-slider__btns .swiper-button-prev {
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 10rem;
  background: #222;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  margin-top: 0;
}
.custom-pickup-slider__btns .swiper-button-next::after,
.custom-pickup-slider__btns .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url(./icon_arrow2.svg);
          mask: url(./icon_arrow2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  transition: background 0.3s;
}
.custom-pickup-slider__btns .swiper-button-next::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

/* ==============================================================
# 商品カテゴリ
============================================================== */
@media screen and (max-width: 749px) {
  .custom-category {
    position: relative;
  }
}
@media screen and (max-width: 749px) {
  .custom-category::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 2rem;
    width: calc(100% - 4rem);
    height: 1px;
    background: #E9EBEC;
  }
}

.custom-category__head-wrapper {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .custom-category__head-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 2rem;
    width: 100%;
  }
}
.custom-category__head-wrapper .custom-category__title {
  flex: 0 0 max-content;
  width: 100%;
}

.custom-category__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 3rem;
}

.custom-category__title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.custom-category__title .icon {
  display: block;
  line-height: 1;
  flex: 0 0 3.4rem;
}
@media screen and (max-width: 749px) {
  .custom-category__title .icon {
    flex: 0 0 3rem;
  }
}
.custom-category__title .title {
  margin: 0;
  font-size: 3rem;
}
@media screen and (max-width: 749px) {
  .custom-category__title .title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-category__title {
    position: relative;
  }
}
@media screen and (max-width: 749px) {
  .custom-category__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    -webkit-mask: url(./icon_plus.svg);
            mask: url(./icon_plus.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background: #222;
    transition: background 0.3s;
  }
}
@media screen and (max-width: 749px) {
  .custom-category__title.is-active::after {
    -webkit-mask: url(./icon_minus.svg);
            mask: url(./icon_minus.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background: #222;
    transition: background 0.3s;
  }
}

.custom-category__items-wrapper {
  margin: 3rem 0 0;
}
@media screen and (max-width: 749px) {
  .custom-category__items-wrapper {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .custom-category__items-wrapper.is-active {
    display: block;
  }
}

.custom-category__items {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
@media screen and (max-width: 989px) {
  .custom-category__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 749px) {
  .custom-category__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.custom-category__item {
  list-style: none;
}

.custom-category__link {
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 1rem 0 0;
  max-height: 12rem;
  transition: box-shadow 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 749px) {
  .custom-category__link {
    padding: 0 5rem 0 0;
  }
}
@media (hover: hover) {
  .custom-category__link:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
}
.custom-category__link::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(./icon_arrow-circle.svg);
          mask: url(./icon_arrow-circle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}
@media screen and (max-width: 749px) {
  .custom-category__link::after {
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    transform: -50%;
  }
}

.custom-category__item-img {
  flex: 0 0 42.7%;
  line-height: 0;
  max-width: 12rem;
}
@media screen and (max-width: 749px) {
  .custom-category__item-img {
    max-width: 7rem;
  }
}
.custom-category__item-img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-category__item-title {
  flex: 0 1 100%;
}
.custom-category__item-title p {
  margin: 0;
  font-size: 1.4rem;
  color: #222;
  letter-spacing: 0;
  padding-left: 1.5rem;
  line-height: 1.3;
}

@media screen and (max-width: 749px) {
  .custom-category__btn {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}

.custom-category--wheel .custom-category__link {
  justify-content: center;
  min-height: 12rem;
}
@media screen and (max-width: 749px) {
  .custom-category--wheel .custom-category__link {
    min-height: 7rem;
    max-height: 7rem;
    padding: 1.4rem 5rem;
  }
}
.custom-category--wheel .custom-category__item-img {
  flex: inherit;
  max-width: inherit;
}
.custom-category--wheel .custom-category__item-img img {
  aspect-ratio: inherit;
}
@media screen and (max-width: 749px) {
  .custom-category--wheel .custom-category__item-img img {
    height: 4.2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.custom-category__note p {
  margin: 0;
  font-size: 1.4rem;
  color: #222;
  font-weight: 400;
  letter-spacing: 0;
}
.custom-category__note p a {
  color: #222;
}
@media (hover: hover) {
  .custom-category__note p a:hover {
    text-decoration: none;
  }
}
.custom-category__note span {
  background: #E9EBEC;
  font-size: 1.2rem;
  padding: 0.2rem 0.8rem;
  margin: 0 0.4rem;
}

/* ==============================================================
# 会員特典バナー
============================================================== */
.custom-banner__block {
  padding: 6rem;
  position: relative;
  color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 1099px) {
  .custom-banner__block {
    padding: 4rem 2rem 5rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  .custom-banner__block {
    gap: 4rem;
  }
}
.custom-banner__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.6);
  z-index: -1;
}

.custom-banner__head {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1099px) {
  .custom-banner__head {
    flex-direction: column;
    justify-content: center;
  }
}

.custom-banner__img {
  flex: 0 0 7rem;
  line-height: 0;
}
@media screen and (max-width: 749px) {
  .custom-banner__img {
    flex: 0 0 6rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-banner__img img {
    width: 6rem;
  }
}

.custom-banner__title {
  margin: 0;
  color: #fff;
  font-size: 3.6rem;
}
@media screen and (max-width: 749px) {
  .custom-banner__title {
    font-size: 3.2rem;
  }
}

.custom-banner__text {
  margin: 0;
  font-size: 1.4rem;
}

/* ==============================================================
# お知らせ
============================================================== */
.custom-section__flex-head {
  display: flex;
  gap: 2rem 1rem;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .custom-section__flex-head {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 3rem 1rem;
  }
}
.custom-section__flex-head .custom-section__head {
  padding-bottom: 0;
  flex: 0 0 max-content;
}

.custom-news ul {
  margin: 0;
  padding: 0;
}
.custom-news li {
  list-style: none;
}
.custom-news .custom-news__tab-wrapper {
  display: flex;
  gap: 3rem;
}
.custom-news .custom-news__tabs {
  padding-right: 3rem;
  border-right: 1px solid #E9EBEC;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .custom-news .custom-news__tabs {
    padding-right: 0;
    border-right: none;
  }
}
.custom-news .custom-news__tabs li {
  min-width: 11rem;
  font-size: 1.4rem;
  padding: 0.7rem;
  background: #E9EBEC;
  border-radius: 10rem;
  text-align: center;
  color: #222;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .custom-news .custom-news__tabs li {
    min-width: 10.5rem;
  }
}
.custom-news .custom-news__tabs li.is-active {
  background: #0100C8;
  color: #fff;
}
.custom-news .custom-news__contents {
  margin-top: 5rem;
}
@media screen and (max-width: 749px) {
  .custom-news .custom-news__contents {
    margin-top: 3rem;
  }
}
.custom-news .custom-news__items {
  margin: 0;
  padding: 0;
}
.custom-news .custom-news__item {
  list-style: none;
}
.custom-news .custom-news__item:nth-child(n+2) {
  margin-top: 1.2rem;
}
.custom-news .custom-news__link {
  padding: 2.7rem 7rem 2.7rem 4rem;
  display: flex;
  gap: 1rem 4rem;
  background: #fff;
  align-items: center;
  font-size: 1.4rem;
  position: relative;
  text-decoration: none;
  transition: box-shadow 0.3s;
}
@media screen and (max-width: 749px) {
  .custom-news .custom-news__link {
    padding: 2rem 5rem 2rem 2rem;
    gap: 1rem 2rem;
    flex-wrap: wrap;
  }
}
@media (hover: hover) {
  .custom-news .custom-news__link:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
}
.custom-news .custom-news__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(./icon_arrow-circle.svg);
          mask: url(./icon_arrow-circle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}
@media screen and (max-width: 749px) {
  .custom-news .custom-news__link::after {
    right: 2rem;
  }
}
.custom-news .custom-news__time {
  flex: 0 0 8rem;
  color: #82888D;
}
.custom-news .custom-news__cat {
  flex: 0 0 9rem;
  color: #0100C8;
}
.custom-news .custom-news__title {
  margin: 0;
  flex: 0 1 100%;
  color: #222;
  line-height: 1.6;
}
@media screen and (max-width: 749px) {
  .custom-news .custom-news__btn {
    margin-top: 3rem;
  }
}

/* ==============================================================
# お買いものガイド
============================================================== */
.custom-section {
  position: relative;
}
.custom-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E9EBEC;
}

.custom-section--only .custom-section__head {
  padding-bottom: 0;
}

.custom-section--bottom {
  padding-bottom: 8rem;
}

.custom-section__head {
  position: relative;
  padding-bottom: 4rem;
}
.custom-section__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1.5rem;
  background: #0100C8;
}

.custom-section__en {
  margin: 0;
  padding: 2rem 0 0;
  font-size: 1.4rem;
  color: #0100C8;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  .custom-section__en {
    font-size: 1.2rem;
  }
}

.custom-section__title {
  margin: 2rem 0 0;
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  .custom-section__title {
    font-size: 3.2rem;
  }
}

.custom-guide {
  background: #E9EBEC;
}

.custom-guide__items {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1099px) {
  .custom-guide__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 749px) {
  .custom-guide__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.custom-guide__item {
  list-style: none;
  border-left: 1px solid rgba(130, 136, 141, 0.2);
}
.custom-guide__item:last-child {
  border-right: 1px solid rgba(130, 136, 141, 0.2);
}
@media screen and (max-width: 1099px) {
  .custom-guide__item:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 749px) {
  .custom-guide__item:last-child {
    border-bottom: 1px solid rgba(130, 136, 141, 0.2);
  }
}
@media screen and (max-width: 1099px) {
  .custom-guide__item:nth-child(3n+1) {
    border-left: none;
  }
}
@media screen and (max-width: 1099px) {
  .custom-guide__item:nth-child(n+4) {
    border-top: 1px solid rgba(130, 136, 141, 0.2);
  }
}
@media screen and (max-width: 749px) {
  .custom-guide__item {
    border-top: 1px solid rgba(130, 136, 141, 0.2);
    border-left: none;
    border-right: none;
  }
}

.custom-guide__link {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #222;
  text-decoration: none;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 749px) {
  .custom-guide__link {
    flex-direction: row;
    gap: 2rem;
    padding: 1.7rem 0 1.7rem 0.9rem;
    position: relative;
  }
}
@media (hover: hover) {
  .custom-guide__link:hover {
    transform: scale(1.1);
  }
}

.custom-guide__img {
  height: 7rem;
  width: 7rem;
  border-radius: 10rem;
  border: 1px solid #0100C8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .custom-guide__img {
    width: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
    margin: 0;
  }
}
.custom-guide__img img {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 749px) {
  .custom-guide__img img {
    width: 4.2rem;
    aspect-ratio: inherit;
    height: auto;
  }
}

.custom-guide__title {
  font-size: 2rem;
  margin: 2rem 0 0;
}
@media screen and (max-width: 749px) {
  .custom-guide__title {
    margin: 0;
  }
}

.custom-guide__arrow {
  margin-top: 1rem;
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(./icon_arrow-circle.svg);
          mask: url(./icon_arrow-circle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}
@media screen and (max-width: 749px) {
  .custom-guide__arrow {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.custom-guide__btn {
  position: absolute;
  top: 7rem;
  right: 5rem;
}
@media screen and (max-width: 749px) {
  .custom-guide__btn {
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 3rem;
  }
}

/* ==============================================================
# 関連サイト
============================================================== */
.custom-related {
  padding: 9rem 0;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .custom-related {
    padding: 22rem 0 4rem;
  }
}
.custom-related::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: linear-gradient(270deg, rgba(130, 136, 141, 0) 0%, #82888D 86.74%);
  z-index: -1;
}
@media screen and (max-width: 749px) {
  .custom-related::before {
    top: inherit;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(130, 136, 141, 0) 0%, #82888D 86.74%);
  }
}
.custom-related a {
  text-decoration: none;
  color: #fff;
}

.p-custom-related__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.p-custom-related__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-related__blocks {
  max-width: 70rem;
}

.custom-related__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-related__link:first-child {
  padding-bottom: 5rem;
}
@media screen and (max-width: 749px) {
  .custom-related__link:first-child {
    padding-bottom: 2rem;
  }
}
.custom-related__link:nth-child(n+2) {
  border-top: 1px solid #fff;
}
.custom-related__link:nth-child(n+2):not(:last-child) {
  padding: 5rem 0;
}
@media screen and (max-width: 749px) {
  .custom-related__link:nth-child(n+2):not(:last-child) {
    padding: 2rem 0;
  }
}
.custom-related__link:last-child {
  padding-top: 5rem;
}
@media screen and (max-width: 749px) {
  .custom-related__link:last-child {
    padding-top: 2rem;
  }
}
@media (hover: hover) {
  .custom-related__link:hover .custom-related__btn {
    background: #222;
    color: #fff;
  }
  .custom-related__link:hover .custom-related__btn::after {
    background: #fff;
  }
}

.custom-related__en {
  font-size: 1.4rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  margin: 0;
}
@media screen and (max-width: 749px) {
  .custom-related__en {
    font-size: 1.2rem;
  }
}

.custom-related__title {
  margin: 0;
  font-size: 3rem;
}
@media screen and (max-width: 749px) {
  .custom-related__title {
    font-size: 2.4rem;
    padding-right: 3rem;
  }
}

.custom-related__btn {
  background: #fff;
  display: block;
  width: 100%;
  max-width: 25rem;
  font-size: 1.4rem;
  position: relative;
  color: #222;
  padding: 1.7rem 5rem 1.7rem 3rem;
  border-radius: 10rem;
  transition: all 0.3s;
}
@media screen and (max-width: 749px) {
  .custom-related__btn span {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .custom-related__btn {
    background: transparent;
    width: auto;
    max-width: inherit;
    padding: 0;
  }
}
.custom-related__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(./icon_blank.svg);
          mask: url(./icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}
@media screen and (max-width: 749px) {
  .custom-related__btn::after {
    background: #fff;
    right: 0;
  }
}

/* ==============================================================
# フッター
============================================================== */
.custom-footer__wrapper {
  background: #F9F9F9;
}

.custom-footer__copyright {
  padding: 1.7rem;
  background: #82888D;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}

.custom-footer__inner {
  max-width: 128rem;
  padding: 0 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 989px) {
  .custom-footer__inner {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-footer__inner {
    padding: 0 2rem;
  }
}

.custom-footer__flex {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 1099px) {
  .custom-footer__flex {
    display: block;
  }
}

.custom-footer__head {
  flex: 0 1 100%;
}

.custom-footer__logo a {
  margin: 0 auto;
  width: 100%;
  display: block;
  max-width: 28rem;
}
@media screen and (max-width: 749px) {
  .custom-footer__logo a {
    max-width: 22.7rem;
  }
}
.custom-footer__logo img {
  width: 100%;
  height: auto;
}

.custom-footer__sns {
  margin-top: 5rem;
}
@media screen and (max-width: 749px) {
  .custom-footer__sns {
    margin-top: 3rem;
  }
}
.custom-footer__sns ul {
  gap: 2rem;
}
.custom-footer__sns a {
  padding: 0;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .custom-footer__sns a:hover {
    transform: scale(1.1);
  }
}
.custom-footer__sns .svg-wrapper {
  width: 4rem;
  height: 4rem;
}

.custom-footer__menu {
  flex: 0 0 70rem;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 1099px) {
  .custom-footer__menu {
    margin-top: 3rem;
  }
}

.custom-footer__menu-title {
  margin: 0 0 1.5rem;
  font-size: 1.8rem;
  color: #222;
}

.custom-footer__items {
  padding: 0;
  margin: 0;
}
.custom-footer__items.is-bold .custom-footer__item:nth-child(n+2) {
  margin-top: 1.5rem;
}
.custom-footer__items.is-bold .custom-footer__link {
  font-size: 1.8rem;
  font-weight: 500;
}

.custom-footer__item {
  list-style: none;
}
.custom-footer__item:nth-child(n+2) {
  margin-top: 0.5rem;
}

.custom-footer__link {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  text-decoration: none;
  position: relative;
}
.custom-footer__link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.custom-footer__link[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.8rem;
  margin-left: 0.5rem;
  -webkit-mask: url(./icon_blank_s.svg);
          mask: url(./icon_blank_s.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}
@media (hover: hover) {
  .custom-footer__link:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

@media screen and (max-width: 749px) {
  .custom-footer__sp-menu {
    margin-top: 5rem;
  }
}

.custom-footer__sp-menu-1 {
  margin: 0 calc(50% - 50vw);
}
.custom-footer__sp-menu-1 .custom-footer__sp-menu-1-link {
  display: block;
  position: relative;
  padding: 1.5rem 5rem 1.5rem 2rem;
  border-top: 1px solid #E9EBEC;
  color: #222;
  text-decoration: none;
  font-size: 1.6rem;
}
.custom-footer__sp-menu-1 .custom-footer__sp-menu-1-link:last-child {
  border-bottom: 1px solid #E9EBEC;
}
.custom-footer__sp-menu-1 .custom-footer__sp-menu-1-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(./icon_arrow-circle.svg);
          mask: url(./icon_arrow-circle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}
.custom-footer__sp-menu-1 .custom-footer__sp-menu-1-link[target=_blank]::after {
  -webkit-mask: url(./icon_blank.svg);
          mask: url(./icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}

.custom-footer__sp-menu-2 {
  margin-top: 4rem;
  display: flex;
  gap: 2rem 3rem;
  justify-content: center;
  flex-wrap: wrap;
}
.custom-footer__sp-menu-2 .custom-footer__sp-menu-2-link {
  display: block;
  color: #222;
  text-decoration: none;
  font-size: 1.4rem;
}

@media screen and (max-width: 1099px) {
  .custom-footer__payment {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1099px) {
  .custom-footer__payment .list-payment {
    justify-content: center;
  }
}

.custom-footer__newsletter {
  margin-top: 6rem;
  padding: 5rem;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 749px) {
  .custom-footer__newsletter {
    margin-top: 4rem;
    display: block;
    padding: 3rem 2rem;
  }
}

.custom-newsletter {
  /* メルマガフォーム全体の横並び */
  /* 入力欄 */
  /* ボタン */
}
.custom-newsletter .newsletter-form {
  max-width: inherit;
}
@media screen and (max-width: 749px) {
  .custom-newsletter .newsletter-form {
    margin-top: 2rem;
  }
}
.custom-newsletter .newsletter-form__field-wrapper {
  max-width: inherit;
}
.custom-newsletter .newsletter-form__field-wrapper .field {
  position: relative;
  border: none;
}
.custom-newsletter .newsletter-form__field-wrapper .field::before {
  content: "";
  display: none;
}
.custom-newsletter .newsletter-form__field-wrapper .field::after {
  content: "";
  display: none;
}
.custom-newsletter .newsletter-form__field-wrapper .field__input {
  flex: 1;
  border: 1px solid #E9EBEC;
  height: 6rem;
  padding: 1rem 16rem 1rem 3rem;
  font-size: 1.4rem;
  border-radius: 10rem;
  background: #F9F9F9;
  margin: 0;
}
@media screen and (max-width: 749px) {
  .custom-newsletter .newsletter-form__field-wrapper .field__input {
    padding: 1rem 7rem 1rem 1rem;
  }
}
.custom-newsletter .newsletter-form__field-wrapper .field__input::-moz-placeholder {
  display: block;
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  font-family: "Noto Sans JP";
  font-weight: 500;
}
.custom-newsletter .newsletter-form__field-wrapper .field__input::placeholder {
  display: block;
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  font-family: "Noto Sans JP";
  font-weight: 500;
}
.custom-newsletter .newsletter-form__field-wrapper .field__input:focus {
  box-shadow: none;
  outline: 1px solid #000;
  outline-offset: -1px;
}
.custom-newsletter .newsletter-form__button {
  margin-right: -2px;
  background: #222;
  border: 1px solid #222;
  color: #fff;
  padding: 2rem;
  width: 100%;
  max-width: 15rem;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 749px) {
  .custom-newsletter .newsletter-form__button {
    max-width: 6rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-newsletter .newsletter-form__button span:not([class]) {
    display: none;
  }
}
@media (hover: hover) {
  .custom-newsletter .newsletter-form__button:hover {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #222;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) !important;
  }
  .custom-newsletter .newsletter-form__button:hover path {
    fill: #222;
  }
}
.custom-newsletter .newsletter-form__button:not(:focus-visible):not(.focused) {
  background: #222;
}
.custom-newsletter .newsletter-form__button .svg-wrapper {
  display: flex;
  align-items: center;
  width: 1.8rem;
  height: 1.4rem;
}
.custom-newsletter .newsletter-form__button .svg-wrapper path {
  transition: fill 0.3s;
}
.custom-newsletter .field__input:-webkit-autofill ~ .field__button,
.custom-newsletter .field__input:-webkit-autofill ~ .field__label,
.custom-newsletter .customer .field input:-webkit-autofill ~ label {
  color: #fff;
}

.custom-newsletter__head {
  flex: 0 0 47%;
}

.custom-newsletter__title {
  margin: 0;
}
@media screen and (max-width: 749px) {
  .custom-newsletter__title {
    text-align: center;
    font-size: 1.8rem;
  }
}

.custom-newsletter__text {
  font-size: 1.4rem;
  margin: 2rem 0 0;
}
@media screen and (max-width: 749px) {
  .custom-newsletter__text {
    text-align: center;
  }
}

body,
.color-scheme-1,
.color-scheme-2,
.color-scheme-3,
.color-scheme-4,
.color-scheme-5 {
  color: rgba(var(--color-foreground), 1);
  background-color: rgb(var(--color-background));
}

/* ==============================================================
# 商品詳細
============================================================== */
.section-header--anchor {
  padding: 0 2rem;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 8.4rem;
  left: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.section-header--anchor::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 989px) {
  .section-header--anchor {
    top: 6rem;
  }
}

.product-anchor-nav .anchor-nav__list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 749px) {
  .product-anchor-nav .anchor-nav__list {
    justify-content: start;
    gap: 2rem;
  }
}
.product-anchor-nav li {
  list-style: none;
  flex-shrink: 0;
}
@media screen and (max-width: 749px) {
  .product-anchor-nav li:last-child {
    padding-right: 2rem;
  }
}
.product-anchor-nav .anchor-link {
  display: block;
  padding: 1rem 0;
  color: #222;
  text-decoration: none;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 749px) {
  .product-anchor-nav .anchor-link {
    font-size: 1.2rem;
    padding: 0.6rem 0;
  }
}
.product-anchor-nav .anchor-link.is-active {
  color: #0100C8;
}
.product-anchor-nav .anchor-link.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0100C8;
}
variant-selects .product-form__input--pill input[type=radio]+label.color-swatch {
  width: 45px;
  height: 45px;
}
variant-selects .product-form__input--pill input[type=radio]:checked+label.color-swatch {
  border: 2px solid #0100C8;
}
/* --------------- 商品画像 --------------- */
.custom-media-gallery__wrapper {
  display: flex;
  gap: 0.5rem;
  align-items: start;
  position: relative;
}
.custom-media-gallery__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 13.66%;
  aspect-ratio: 1/1;
  background: linear-gradient(to bottom, transparent, #F9F9F9);
  pointer-events: none;
}
@media screen and (max-width: 749px) {
  .custom-media-gallery__wrapper {
    display: block;
    margin: 0 calc(50% - 50vw);
  }
}

.custom-media-gallery__thumbs {
  flex: 0 0 13.66%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow-y: auto;
  max-height: 56.5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.custom-media-gallery__thumbs::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 749px) {
  .custom-media-gallery__thumbs {
    display: none;
  }
}

.custom-media-gallery__thumb {
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
}
.custom-media-gallery__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.custom-media-gallery__thumb.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0100C8;
  pointer-events: none;
  box-sizing: border-box;
}

.custom-media-gallery__main {
  flex: 0 1 100%;
  position: relative;
}
.custom-media-gallery__main .swiper-slide {
  width: 100% !important;
}
.custom-media-gallery__main .swiper-slide img,
.custom-media-gallery__main .swiper-slide video {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 749px) {
  .custom-media-gallery__main .custom-media-gallery__main-option {
    margin-top: 2rem;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }
}
.custom-media-gallery__main .swiper-pagination-progressbar {
  display: none;
}
@media screen and (max-width: 749px) {
  .custom-media-gallery__main .swiper-pagination-progressbar {
    display: block;
    position: relative;
    top: inherit;
    left: inherit;
    background-color: #fff;
    border-radius: 2px;
  }
}
.custom-media-gallery__main .swiper-pagination-progressbar-fill {
  background-color: #DA0B38;
  height: 100%;
  border-radius: 2px;
}
@media screen and (max-width: 749px) {
  .custom-media-gallery__main .swiper-buttons {
    display: flex;
    gap: 1rem;
  }
}
.custom-media-gallery__main .swiper-button-prev,
.custom-media-gallery__main .swiper-button-next {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 10rem;
  margin-top: 0;
  background: #222;
  top: 50%;
}
@media screen and (max-width: 749px) {
  .custom-media-gallery__main .swiper-button-prev,
.custom-media-gallery__main .swiper-button-next {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
  }
}
.custom-media-gallery__main .swiper-button-prev::after,
.custom-media-gallery__main .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url(./icon_arrow2.svg);
          mask: url(./icon_arrow2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  transition: background 0.3s;
}
.custom-media-gallery__main .swiper-button-prev {
  left: 2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 749px) {
  .custom-media-gallery__main .swiper-button-prev {
    left: inherit;
    transform: inherit;
  }
}
.custom-media-gallery__main .swiper-button-next {
  right: 2rem;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 749px) {
  .custom-media-gallery__main .swiper-button-next {
    right: inherit;
    transform: rotate(180deg);
  }
}

/* --------------- テキストエリア --------------- */
@media screen and (max-width: 749px) {
  .custom-product .product__media-wrapper {
    margin-top: 2rem;
  }
}
.custom-product .product__info-container > * + * {
  margin: 3rem 0;
}
@media screen and (max-width: 749px) {
  .custom-product .product__info-container > * + * {
    margin: 2rem 0;
  }
}
.custom-product .product__info-container .product__text {
  font-size: 1.6rem;
  color: #82888D;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  .custom-product .product__info-container .product__text {
    font-size: 1.4rem;
  }
}
.custom-product .product__info-container .product__title h1 {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  .custom-product .product__info-container .product__title h1 {
    font-size: 2.4rem;
  }
}
.custom-product .form__label {
  font-size: 1.4rem;
  font-weight: 400;
}
.custom-product .form__label span {
  font-weight: 500;
}

/* --------------- シェアボタン --------------- */
.custom-product-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.custom-product-head:has(> *:only-child) {
  justify-content: flex-end;
}
.custom-product-head .custom-card-product__labels {
  position: relative;
  top: inherit;
  left: inherit;
}
.custom-product-head .custom-card-product__labels:empty {
  display: block;
}
.custom-product-head .share-wrapper {
  position: relative;
}
.custom-product-head .share-toggle {
  color: #222;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: transparent;
  border: none;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
}
@media (hover: hover) {
  .custom-product-head .share-toggle:hover {
    text-decoration: underline;
  }
}
.custom-product-head .share-toggle svg {
  width: 1.6rem;
  height: 1.6rem;
}
.custom-product-head .share-menu {
  margin: 0;
  padding: 0;
  width: 20rem;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 99;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  -webkit-animation: shareMenuSlideDown 0.3s ease-out;
          animation: shareMenuSlideDown 0.3s ease-out;
}
@media screen and (max-width: 749px) {
  .custom-product-head .share-menu {
    width: calc(100vw - 4rem);
    left: inherit;
    right: 0;
    transform: inherit;
  }
}
.custom-product-head .share-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #fff;
  z-index: 2;
}
@media screen and (max-width: 749px) {
  .custom-product-head .share-menu::before {
    left: inherit;
    right: 2rem;
    transform: translateX(0);
  }
}
@media screen and (max-width: 749px) {
  .custom-product-head .share-menu::after {
    left: inherit;
    right: calc(2rem - 1px);
    transform: translateX(0);
  }
}
.custom-product-head .share-menu li {
  list-style: none;
}
.custom-product-head .share-menu li svg {
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
}
.custom-product-head .share-menu li:nth-child(n+2) {
  border-top: 1px solid #E9EBEC;
}
.custom-product-head .share-menu a,
.custom-product-head .share-menu button {
  width: 100%;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  color: #222;
}
@media (hover: hover) {
  .custom-product-head .share-menu a:hover,
.custom-product-head .share-menu button:hover {
    text-decoration: underline;
  }
}
.custom-product-head .share-menu button {
  background: transparent;
  border: none;
}

.custom-product-head .share-menu li:first-child a,
.custom-product-head .share-menu li:first-child button {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.custom-product-head .share-menu li:last-child a,
.custom-product-head .share-menu li:last-child button {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@-webkit-keyframes shareMenuSlideDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes shareMenuSlideDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
/* 吹き出しの境界線用の追加要素 */
.custom-product-head .share-menu::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  /* border-bottom: 9px solid rgba(0, 0, 0, 0.1); */
  z-index: 1;
}

.custom-product-sp-head {
  display: none;
}
@media screen and (max-width: 749px) {
  .custom-product-sp-head {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .custom-product .product__info-wrapper .custom-product-head {
    display: none;
  }
}

/* --------------- ロゴ画像 --------------- */
.custom-product-logo {
  line-height: 0;
}
.custom-product-logo img {
  width: 100%;
  height: auto;
}

/* --------------- カスタム画像挿入 --------------- */
.large-up-hide.custom-product-image {
  width: 100%;
}

.custom-product-image {
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}

/* 幅の設定 */
.custom-product-image--small {
  max-width: 25%;
}

.custom-product-image--medium {
  max-width: 50%;
}

.custom-product-image--large {
  max-width: 75%;
}

.custom-product-image--full {
  max-width: 100%;
}

/* 配置の設定 */
.custom-product-image--left {
  margin-right: auto;
  margin-left: 0;
}

.custom-product-image--center {
  margin-left: auto;
  margin-right: auto;
}

.custom-product-image--right {
  margin-left: auto;
  margin-right: 0;
}

/* 画像スタイル */
.custom-product-image__img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-product-image__img--rounded {
  border-radius: 12px;
}

/* リンクのホバー効果 */
.custom-product-image__link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .custom-product-image__link:hover {
    opacity: 0.85;
  }
}
/* モバイル対応 */
@media screen and (max-width: 749px) {
  .custom-product-image--small {
    max-width: 40%;
  }
  .custom-product-image--medium {
    max-width: 70%;
  }
  .custom-product-image--large {
    max-width: 90%;
  }
}
/* --------------- タグ一覧 --------------- */
.custom-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.custom-product-tags .tag {
  display: block;
  padding: 0.2rem 0.8rem;
  background: #fff;
  border: 1px solid #E9EBEC;
  text-decoration: none;
  color: #222;
  font-size: 1.4rem;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .custom-product-tags .tag:hover {
    opacity: 0.7;
  }
}

/* --------------- カラー選択 --------------- */
.product-form__input--pill.product-form__input--color input[type=radio] + label {
  background-color: inherit;
  padding: 0;
  border-radius: 0;
  border: 2px solid #fff;
}

.product-form__input--pill.product-form__input--color input[type=radio]:checked + label {
  border: 2px solid #0100C8;
}

.product-form__input--pill.product-form__input--color input[type=radio].disabled + label {
  text-decoration: none;
  border: 2px solid #fff;
}

.product-form__input--pill.product-form__input--color input[type=radio].disabled + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 144%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #82888D;
}

/* --------------- サイズ選択 --------------- */
.product-form__input--pill.product-form__input--size input[type=radio] + label {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 10rem;
  border: 2px solid #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  overflow: hidden;
}
.product-form__input--pill.product-form__input--size input[type=radio]:checked + label {
  color: #222 !important;
  background-color: #fff !important;
  border: 2px solid #0100C8;
}
.product-form__input--pill.product-form__input--size input[type=radio].disabled + label {
  text-decoration: none;
  border-color: #fff;
}
.product-form__input--pill.product-form__input--size input[type=radio].disabled + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 150%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #82888D;
}

/* --------------- 価格 --------------- */
.custom-price .price-item {
  font-weight: 500;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
.custom-price .tax-label {
  display: inline-block;
  font-size: 1.4rem;
}
.custom-price .custom-card-product__badge {
  position: relative;
  bottom: inherit;
  left: inherit;
  border-radius: 0;
}

/* --------------- 購入 --------------- */
.custom-buy {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 749px) {
  .custom-buy {
    gap: 1rem;
  }
}
.custom-buy .custom-buy__quantity .product-form__quantity {
  margin: 0;
}
.custom-buy .custom-buy__quantity .quantity__label {
  display: none;
}
.custom-buy .custom-buy__quantity .price-per-item__container {
  border-radius: 10rem;
}
.custom-buy .custom-buy__quantity .quantity {
  border: 1px solid #E9EBEC;
  border-radius: 10rem;
  width: 12rem;
  height: 6rem;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .custom-buy .custom-buy__quantity .quantity {
    width: 9rem;
    height: 4rem;
  }
}
.custom-buy .custom-buy__quantity .quantity::after {
  display: none;
}
@media screen and (max-width: 749px) {
  .custom-buy .custom-buy__quantity .quantity__button {
    width: 3rem;
  }
}
.custom-buy .custom-buy__btn {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .custom-buy .custom-buy__btn {
    flex: 0 1 100%;
  }
}
.custom-buy .custom-buy__btn .product-form {
  margin: 0;
}
.custom-buy .custom-buy__btn .product-form__submit {
  margin: 0;
  border-radius: 10rem;
  height: 6rem;
  padding: 2rem 2rem;
  max-width: 26.5rem;
  transition: background 0.3s, color 0.3s;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.custom-buy .custom-buy__btn .product-form__submit:not([disabled]) .icon {
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  -webkit-mask: url(./icon_cart.svg);
          mask: url(./icon_cart.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  transition: background 0.3s;
}
.custom-buy .custom-buy__btn .product-form__submit::after {
  display: none;
}
.custom-buy .custom-buy__btn .product-form__submit[disabled] {
  background: #82888D;
}
.custom-buy .custom-buy__btn .product-form__submit[disabled] path {
  fill: #fff;
}
.custom-buy .custom-buy__btn .product-form__submit:not([disabled]) {
  background: #DA0B38;
  border: 1px solid #DA0B38;
}
.custom-buy .custom-buy__btn .product-form__submit:not([disabled]) path {
  fill: #fff;
}
@media (hover: hover) {
  .custom-buy .custom-buy__btn .product-form__submit:not([disabled]):hover {
    background: #fff;
    color: #DA0B38;
  }
  .custom-buy .custom-buy__btn .product-form__submit:not([disabled]):hover .icon {
    background: #DA0B38;
  }
  .custom-buy .custom-buy__btn .product-form__submit:not([disabled]):hover path {
    fill: #DA0B38;
  }
}

.buy__btn--note {
  color: #DA0B38;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.buy__btn--note svg{
  margin-right: 4px;
  width: 16px;
}

/* --------------- カートに追加 --------------- */
.custom-cart-notification {
  max-width: inherit;
  /* --------------- 既存パーツの非表示（js動作のために残す） --------------- */
}


/* --------------- お気に入りボタン --------------- */
.product-form__buttons .atw-button{
  padding: 12px;
  background-color: #fff;
  border-radius: 999px;
}

.product-form__buttons .atw-button.atw-button-add path{
  fill: #82888D;
  stroke: #82888D;
}

.product-form__buttons .atw-button.atw-button-added path{
  fill: #DA0B38;
  stroke: #DA0B38;
}
.product-form__buttons .swym-atw-btn-wrapper{
  justify-content: flex-end;
}

.custom-cart-notification .cart-notification {
  right: 0 !important;
  max-width: 37.5rem;
  padding: 3rem 2rem;
  background: #fff;
}
@media screen and (max-width: 749px) {
  .custom-cart-notification .cart-notification {
    max-width: 100%;
  }
}
.custom-cart-notification .cart-notification__text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.custom-cart-notification .cart-notification__links {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 749px) {
  .custom-cart-notification .cart-notification__links {
    flex-wrap: wrap;
  }
}
.custom-cart-notification .custom-cart-notification__btn {
  margin: 0;
  display: block;
  border-radius: 10rem;
  border: 1px solid #222;
  padding: 1.2rem 2rem;
  position: relative;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: left;
  line-height: 1;
  transition: all 0.3s;
  cursor: pointer;
  width: 100%;
  min-width: 15rem;
}
@media screen and (max-width: 749px) {
  .custom-cart-notification .custom-cart-notification__btn {
    width: 15.5rem;
  }
}
.custom-cart-notification .custom-cart-notification__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  transition: background 0.3s;
}
.custom-cart-notification .custom-cart-notification__btn--cart {
  background: #222;
  color: #fff;
}
.custom-cart-notification .custom-cart-notification__btn--cart::after {
  -webkit-mask: url(./icon_arrow-circle.svg);
          mask: url(./icon_arrow-circle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
}
@media (hover: hover) {
  .custom-cart-notification .custom-cart-notification__btn--cart:hover {
    background: #fff;
    color: #222;
    border: 1px solid #E9EBEC;
  }
  .custom-cart-notification .custom-cart-notification__btn--cart:hover::after {
    background: #222;
  }
}
.custom-cart-notification .custom-cart-notification__btn--continue {
  background: #fff;
  border: 1px solid #E9EBEC;
}
.custom-cart-notification .custom-cart-notification__btn--continue::after {
  -webkit-mask: url(./icon_arrow-circle.svg);
          mask: url(./icon_arrow-circle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
}
@media (hover: hover) {
  .custom-cart-notification .custom-cart-notification__btn--continue:hover {
    background: #222;
    color: #fff;
    border: 1px solid #222;
  }
  .custom-cart-notification .custom-cart-notification__btn--continue:hover::after {
    background: #fff;
  }
}
.custom-cart-notification #cart-notification-product,
.custom-cart-notification #cart-notification-button {
  display: none;
}

/* --------------- 見積依頼ボタン --------------- */
.custom-estimate__btn {
  display: block;
  color: #fff;
  background: #222;
  padding: 1.6rem;
  border-radius: 10rem;
  width: 100%;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}
.custom-estimate__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(90deg);
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(./icon_arrow-circle.svg);
          mask: url(./icon_arrow-circle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  transition: background 0.3s;
}
@media (hover: hover) {
  .custom-estimate__btn:hover {
    background: #fff;
    color: #222;
  }
  .custom-estimate__btn:hover::after {
    background: #222;
  }
}

/* --------------- 注意事項 --------------- */
.custom-caution__details {
  padding: 2rem 0;
  border-top: 1px solid #E9EBEC;
  border-bottom: 1px solid #E9EBEC;
}
.custom-caution__details[open] .custom-caution__summary::after {
  -webkit-mask: url(./icon_minus.svg);
          mask: url(./icon_minus.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}

.custom-caution__summary {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}
.custom-caution__summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(./icon_plus.svg);
          mask: url(./icon_plus.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}

.custom-caution__icon {
  line-height: 1;
  width: 2rem;
  height: 2rem;
}

.custom-caution__title {
  color: #DA0B38;
  font-size: 1.4rem;
  font-weight: 500;
}

.custom-caution__content ul {
  padding-left: 1.6rem;
  margin: 2rem 0 0;
}
.custom-caution__content li {
  font-weight: 400;
  font-size: 1.4rem;
}
.custom-caution__content li::marker {
  content: "※";
}
.custom-caution__content li:nth-child(n+2) {
  margin-top: 1rem;
}
.custom-caution__content li a {
  color: #222;
}
@media (hover: hover) {
  .custom-caution__content li a:hover {
    text-decoration: none;
  }
}

/* --------------- ARバナー --------------- */
.custom-ar__img {
  line-height: 1;
}
.custom-ar__img img {
  width: 100%;
  height: auto;
}

.custom-ar__text {
  text-align: center;
  margin: 1.5rem 0 0;
}
.custom-ar__text p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  .custom-ar__text p {
    font-size: 1.2rem;
  }
}
.custom-ar__text a {
  color: #222;
}
@media (hover: hover) {
  .custom-ar__text a:hover {
    text-decoration: none;
  }
}

/* --------------- 商品情報 --------------- */
.custom-product-info__textarea h2,
.custom-product-info__textarea h3 {
  margin: 0;
  font-size: 3rem;
}
@media screen and (max-width: 749px) {
  .custom-product-info__textarea h2,
.custom-product-info__textarea h3 {
    margin-top: -1rem;
    font-size: 2.4rem;
  }
}

.custom-product-info__textarea {
  margin-top: 0;
  font-weight: 400;
  opacity: 1;
}
@media screen and (max-width: 749px) {
  .custom-product-info__textarea {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.custom-product-feature {
  margin-top: 6rem;
  position: relative;
}
@media screen and (max-width: 749px) {
  .custom-product-feature {
    margin-top: 3rem;
  }
}
.custom-product-feature .custom-products-slider__swiper {
  margin-top: 4rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 749px) {
  .custom-product-feature .custom-products-slider__swiper {
    margin-top: 2rem;
    padding-bottom: 0;
  }
}
.custom-product-feature .custom-products-slider__item {
  background: transparent;
}
@media (hover: hover) {
  .custom-product-feature .custom-products-slider__item:hover {
    box-shadow: inherit;
  }
}
.custom-product-feature .swiper-pagination-progressbar {
  top: inherit;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 2px;
}
@media screen and (max-width: 749px) {
  .custom-product-feature .swiper-pagination-progressbar {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}
.custom-product-feature .swiper-pagination-progressbar-fill {
  background-color: #DA0B38;
  height: 100%;
  border-radius: 2px;
}
.custom-product-feature .custom-products-slider__btns {
  transform: inherit;
  top: 0;
}

.custom-product-feature__title {
  margin: 0;
  font-size: 3rem;
}
@media screen and (max-width: 749px) {
  .custom-product-feature__title {
    font-size: 2.4rem;
  }
}

.custom-product-feature__item-img {
  line-height: 1;
}
.custom-product-feature__item-img img {
  aspect-ratio: 1/1;
}

.custom-product-feature__item-title {
  margin: 2.5rem 0 0;
  font-size: 2rem;
  line-height: 1.4;
}

.custom-product-feature__item-text {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  font-weight: 400;
}

/* --------------- サイズ/スペック --------------- */
@media screen and (max-width: 749px) {
  .custom-product-spec__table table,
.custom-product-spec__table thead,
.custom-product-spec__table tbody,
.custom-product-spec__table th,
.custom-product-spec__table td,
.custom-product-spec__table tr {
    display: block;
    width: 100%;
  }
}
.custom-product-spec__table table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  box-shadow: none;
}
.custom-product-spec__table tr {
  border-bottom: 1px solid #E9EBEC;
}
.custom-product-spec__table tr:first-child {
  border-top: 1px solid #E9EBEC;
}
.custom-product-spec__table th,
.custom-product-spec__table td {
  padding: 3rem 0;
  border: none !important;
}
@media screen and (max-width: 749px) {
  .custom-product-spec__table th,
.custom-product-spec__table td {
    font-size: 1.4rem;
  }
}
.custom-product-spec__table th {
  width: 15rem;
  text-align: left;
  font-weight: 500;
  vertical-align: top;
}
@media screen and (max-width: 749px) {
  .custom-product-spec__table th {
    width: 100%;
    padding: 1.5rem 0 0 !important;
  }
}
.custom-product-spec__table td {
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  .custom-product-spec__table td {
    padding: 0.5rem 0 1.5rem !important;
  }
}
.custom-product-spec__table td p {
  margin: 0;
  line-height: 1.6;
}
.custom-product-spec__table .related-products-list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  overflow: auto;
}
.custom-product-spec__table .related-products-list li {
  list-style: none;
  width: 16rem;
}
@media screen and (max-width: 749px) {
  .custom-product-spec__table .related-products-list li {
    width: 15rem;
  }
}
.custom-product-spec__table .related-products-list li a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #222;
  text-decoration: none;
}
@media (hover: hover) {
  .custom-product-spec__table .related-products-list li a:hover {
    text-decoration: underline;
  }
}
.custom-product-spec__table .related-products-list li a span {
  font-size: 1.4rem;
  line-height: 1.4;
}

/* --------------- オプションパーツ --------------- */
.custom-recent-products .custom-option-parts__wrapper,
.custom-option-parts .custom-option-parts__wrapper,
.custom-products-recommend .custom-option-parts__wrapper {
  position: relative;
}
@media screen and (max-width: 749px) {
  .custom-recent-products .custom-card-product,
.custom-option-parts .custom-card-product,
.custom-products-recommend .custom-card-product {
    padding: 0.5rem 0.5rem 1.5rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-recent-products .custom-card-product__label,
.custom-option-parts .custom-card-product__label,
.custom-products-recommend .custom-card-product__label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-recent-products .custom-card-product__badge,
.custom-option-parts .custom-card-product__badge,
.custom-products-recommend .custom-card-product__badge {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-recent-products .custom-card-product__content,
.custom-option-parts .custom-card-product__content,
.custom-products-recommend .custom-card-product__content {
    padding: 1.5rem 0.5rem 0;
  }
}
@media screen and (max-width: 749px) {
  .custom-recent-products .custom-card-product__vendor,
.custom-option-parts .custom-card-product__vendor,
.custom-products-recommend .custom-card-product__vendor {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-recent-products .custom-card-product__title,
.custom-option-parts .custom-card-product__title,
.custom-products-recommend .custom-card-product__title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-recent-products .custom-products-slider__option,
.custom-option-parts .custom-products-slider__option,
.custom-products-recommend .custom-products-slider__option {
    margin-top: 2rem;
  }
}
.custom-recent-products .swiper-pagination-progressbar,
.custom-option-parts .swiper-pagination-progressbar,
.custom-products-recommend .swiper-pagination-progressbar {
  top: inherit;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 2px;
}
@media screen and (max-width: 749px) {
  .custom-recent-products .swiper-pagination-progressbar,
.custom-option-parts .swiper-pagination-progressbar,
.custom-products-recommend .swiper-pagination-progressbar {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}
.custom-recent-products .swiper-pagination-progressbar-fill,
.custom-option-parts .swiper-pagination-progressbar-fill,
.custom-products-recommend .swiper-pagination-progressbar-fill {
  background-color: #DA0B38;
  height: 100%;
  border-radius: 2px;
}
.custom-recent-products .custom-products-slider__btns,
.custom-option-parts .custom-products-slider__btns,
.custom-products-recommend .custom-products-slider__btns {
  top: -2rem;
}
@media screen and (max-width: 749px) {
  .custom-recent-products .custom-products-slider__btns,
.custom-option-parts .custom-products-slider__btns,
.custom-products-recommend .custom-products-slider__btns {
    top: inherit;
    position: relative;
  }
}

/* --------------- ギャラリー --------------- */
.custom-media-gallery__modal img,
.custom-gallery img {
  width: 100%;
  height: 100%;
}
.custom-media-gallery__modal .swiper-button-prev,
.custom-media-gallery__modal .swiper-button-next,
.custom-gallery .swiper-button-prev,
.custom-gallery .swiper-button-next {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 10rem;
  margin-top: 0;
  background: #222;
  top: 50%;
}
.custom-media-gallery__modal .swiper-button-prev::after,
.custom-media-gallery__modal .swiper-button-next::after,
.custom-gallery .swiper-button-prev::after,
.custom-gallery .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url(./icon_arrow2.svg);
          mask: url(./icon_arrow2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  transition: background 0.3s;
}
.custom-media-gallery__modal .swiper-button-prev,
.custom-gallery .swiper-button-prev {
  left: 2rem;
  transform: translateY(-50%);
}
.custom-media-gallery__modal .swiper-button-next,
.custom-gallery .swiper-button-next {
  right: 2rem;
  transform: translateY(-50%) rotate(180deg);
}

.custom-gallery__wrapper {
  display: flex;
  position: relative;
  align-items: start;
}
@media screen and (max-width: 749px) {
  .custom-gallery__wrapper {
    display: block;
    margin: 0 calc(50% - 50vw);
  }
}
.custom-gallery__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30.59%;
  height: 7.6rem;
  background: linear-gradient(to bottom, transparent, #F9F9F9);
  pointer-events: none;
}
@media screen and (max-width: 749px) {
  .custom-gallery__wrapper::after {
    display: none;
  }
}

.custom-gallery__main {
  flex: 0 0 69.41%;
  line-height: 0;
}
.custom-gallery__main img {
  aspect-ratio: 833/625;
}
.custom-gallery__main .swiper-slide {
  width: 100% !important;
}

.custom-gallery__main-swiper {
  position: relative;
}
@media screen and (max-width: 749px) {
  .custom-gallery__main-swiper .custom-products-slider__option {
    position: absolute;
    bottom: -14rem;
  }
}

.custom-gallery__thumbs {
  flex: 1;
  overflow-y: auto;
  max-width: 58.7344vw;
  scrollbar-width: thin;
  position: relative;
}
@media screen and (max-width: 749px) {
  .custom-gallery__thumbs {
    max-width: inherit;
    overflow-x: auto;
  }
}

.custom-gallery__thumbs-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 749px) {
  .custom-gallery__thumbs-wrapper {
    display: flex;
  }
}

.custom-gallery__thumb {
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 749px) {
  .custom-gallery__thumb {
    min-width: 8rem;
    width: 20vw;
  }
}
.custom-gallery__thumb img {
  width: 100%;
  cursor: pointer;
  aspect-ratio: 4/3;
}
.custom-gallery__thumb.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0100C8;
  pointer-events: none;
  box-sizing: border-box;
}

.custom-gallery .custom-products-slider__btns {
  position: relative;
}

@media screen and (max-width: 749px) {
  .custom-products-slider__option--pc {
    display: none;
  }
}

.custom-products-slider__option--sp {
  display: none;
}
@media screen and (max-width: 749px) {
  .custom-products-slider__option--sp {
    margin-top: 2rem;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-products-slider__option--sp .swiper-pagination-progressbar {
    background: #fff;
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit;
    border-radius: 2px;
  }
}
@media screen and (max-width: 749px) {
  .custom-products-slider__option--sp .swiper-pagination-progressbar-fill {
    background-color: #DA0B38;
    height: 100%;
    border-radius: 2px;
  }
}
@media screen and (max-width: 749px) {
  .custom-products-slider__option--sp .swiper-button-prev {
    left: inherit;
    transform: inherit;
  }
}
@media screen and (max-width: 749px) {
  .custom-products-slider__option--sp .swiper-button-next {
    right: inherit;
    transform: rotate(180deg);
  }
}

/* --------------- モーダル --------------- */
.custom-media-gallery__modal,
.custom-gallery__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.custom-media-gallery__modal.is-active,
.custom-gallery__modal.is-active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-gallery__modal-overlay:empty,
.custom-media-gallery__modal-overlay:empty {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(34, 34, 34, 0.5);
}

.custom-media-gallery__modal-wrapper,
.custom-gallery__modal-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: calc(100% - 15rem);
  display: flex;
}
.custom-media-gallery__modal-wrapper img,
.custom-gallery__modal-wrapper img {
  width: 100%;
  height: 100% !important;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-media-gallery__modal-wrapper .swiper-button-prev,
.custom-media-gallery__modal-wrapper .swiper-button-next,
.custom-gallery__modal-wrapper .swiper-button-prev,
.custom-gallery__modal-wrapper .swiper-button-next {
  display: block;
  width: 8rem;
  height: 8rem;
}
@media screen and (max-width: 749px) {
  .custom-media-gallery__modal-wrapper .swiper-button-prev,
.custom-media-gallery__modal-wrapper .swiper-button-next,
.custom-gallery__modal-wrapper .swiper-button-prev,
.custom-gallery__modal-wrapper .swiper-button-next {
    width: 4rem;
    height: 4rem;
  }
}
.custom-media-gallery__modal-wrapper .swiper-button-prev::after,
.custom-media-gallery__modal-wrapper .swiper-button-next::after,
.custom-gallery__modal-wrapper .swiper-button-prev::after,
.custom-gallery__modal-wrapper .swiper-button-next::after {
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 749px) {
  .custom-media-gallery__modal-wrapper .swiper-button-prev::after,
.custom-media-gallery__modal-wrapper .swiper-button-next::after,
.custom-gallery__modal-wrapper .swiper-button-prev::after,
.custom-gallery__modal-wrapper .swiper-button-next::after {
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-media-gallery__modal-wrapper .swiper-button-prev,
.custom-gallery__modal-wrapper .swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 749px) {
  .custom-media-gallery__modal-wrapper .swiper-button-next,
.custom-gallery__modal-wrapper .swiper-button-next {
    right: 0;
  }
}

/* --------------- 画像が1枚のときswiperを無効、画像サイズをswiper有効時に合わせる --------------- */
.custom-media-gallery__modal-swiper.is-single .swiper-slide {
  width: 37.819vw !important;
}
@media screen and (max-width: 1600px) {
  .custom-media-gallery__modal-swiper.is-single .swiper-slide {
    width: 35.3625vw !important;
  }
}
@media screen and (max-width: 1440px) {
  .custom-media-gallery__modal-swiper.is-single .swiper-slide {
    width: 49.824vw !important;
  }
}
@media screen and (max-width: 749px) {
  .custom-media-gallery__modal-swiper.is-single .swiper-slide {
    width: 100vw !important;
  }
}

/* --------------- 画像が1枚のときswiperを無効、画像サイズをswiper有効時に合わせる --------------- */
.custom-gallery__modal-swiper.is-single .swiper-slide {
  width: 44.88vw !important;
}
@media screen and (max-width: 1600px) {
  .custom-gallery__modal-swiper.is-single .swiper-slide {
    width: 61.98vw !important;
  }
}
@media screen and (max-width: 1024px) {
  .custom-gallery__modal-swiper.is-single .swiper-slide {
    width: 83vw !important;
  }
}
@media screen and (max-width: 749px) {
  .custom-gallery__modal-swiper.is-single .swiper-slide {
    width: 100vw !important;
  }
}

.custom-gallery__modal-swiper {
  display: flex;
  align-items: center;
}

.custom-media-gallery__modal-close {
  right: 24%;
}
@media screen and (min-width: 1440px) {
  .custom-media-gallery__modal-close {
    right: 31%;
  }
}
@media screen and (min-width: 1600px) {
  .custom-media-gallery__modal-close {
    right: 30%;
  }
}

.custom-gallery__modal-close {
  right: 5.8%;
}
@media screen and (min-width: 1025px) {
  .custom-gallery__modal-close {
    right: 17.8%;
  }
}
@media screen and (min-width: 1600px) {
  .custom-gallery__modal-close {
    right: 26.8%;
  }
}

.custom-media-gallery__modal-close,
.custom-gallery__modal-close {
  position: absolute;
  top: -2rem;
  background: #222;
  border-radius: 10rem;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  z-index: 99;
  border: none;
}
@media screen and (max-width: 749px) {
  .custom-media-gallery__modal-close,
.custom-gallery__modal-close {
    top: calc(100% + 2rem);
    left: 50%;
    right: inherit;
    transform: translateX(-50%);
  }
}
.custom-media-gallery__modal-close::before, .custom-media-gallery__modal-close::after,
.custom-gallery__modal-close::before,
.custom-gallery__modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1px;
  background: #fff;
}
.custom-media-gallery__modal-close::before,
.custom-gallery__modal-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.custom-media-gallery__modal-close::after,
.custom-gallery__modal-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.custom-media-gallery__stalker,
.custom-gallery__stalker {
  position: fixed;
  pointer-events: none;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transform: translate(-75%, -75%);
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 749px) {
  .custom-media-gallery__stalker,
.custom-gallery__stalker {
    display: none;
  }
}
.custom-media-gallery__stalker .icon,
.custom-gallery__stalker .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(./icon_zoom.svg);
          mask: url(./icon_zoom.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  transition: background 0.3s;
}

.custom-media-gallery__main-swiper {
  z-index: 0;
}

/* 3D VIEW Button */
.custom-media-gallery__3d-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  background-color: #82888D;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (hover: hover) {
  .custom-media-gallery__3d-button:hover {
    background-color: rgba(0, 0, 0, 0.9);
    transform: scale(1.05);
  }
}
@media screen and (max-width: 749px) {
  .custom-media-gallery__3d-button {
    width: 6rem;
    height: 6rem;
    top: 1rem;
    right: 1rem;
  }
}
.custom-media-gallery__3d-button-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
}

.custom-media-gallery__3d-button-content svg {
  width: 2.6rem;
  height: 2.6rem;
  color: #fff;
}

.custom-media-gallery__3d-button-content span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 749px) {
  .custom-media-gallery__3d-button-content svg {
    width: 2rem;
    height: 2rem;
  }
  .custom-media-gallery__3d-button-content span {
    font-size: 0.8rem;
  }
}
/* ==============================================================
# コレクションページ
============================================================== */
.custom-collection-hero {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 749px) {
  .custom-collection-hero {
    margin-bottom: 4rem;
  }
}
.custom-collection-hero .collection-hero__title {
  text-align: center;
  margin: 0;
  font-size: 3.6rem;
}
@media screen and (max-width: 749px) {
  .custom-collection-hero .collection-hero__title {
    font-size: 3.2rem;
  }
}

.custom-collection .product-grid {
  gap: 1.8rem;
}
@media screen and (max-width: 749px) {
  .custom-collection .product-grid {
    gap: 0.9rem;
  }
}
@media screen and (min-width: 990px) {
  .custom-collection .grid--3-col-desktop .grid__item {
    width: calc(33.33% - 1.2rem);
    max-width: calc(33.33% - 1.2rem);
  }
}
@media screen and (min-width: 750px) and (max-width: 990px) {
  .custom-collection .grid--2-col-tablet-down .grid__item {
    width: calc(50% - 0.9rem);
  }
}
@media screen and (max-width: 749px) {
  .custom-collection .grid--2-col-tablet-down .grid__item {
    width: calc(50% - 0.45rem);
  }
}
.custom-collection .grid__item {
  background: #fff;
}
@media (hover: hover) {
  .custom-collection .grid__item:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 749px) {
  .custom-collection .custom-card-product {
    padding: 0.5rem 0.5rem 2rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-collection .custom-card-product__label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-collection .custom-card-product__badge {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-collection .custom-card-product__content {
    padding: 1.5rem 0.5rem 0;
  }
}
.custom-collection .custom-card-product__main-img img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .custom-collection .custom-card-product__vendor {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-collection .custom-card-product__title {
    font-size: 1.4rem;
  }
}

/* --------------- ページネーション --------------- */
.custom-pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 749px) {
  .custom-pagination-wrapper .pagination {
    padding-bottom: 6rem;
    justify-content: center;
  }
}
.custom-pagination-wrapper .pagination__item--next,
.custom-pagination-wrapper .pagination__item--prev {
  width: inherit;
  border-radius: 10rem;
  background: #222;
  color: #fff;
  font-size: 1.4rem;
  border: 1px solid #222;
  position: relative;
  width: 11rem;
  padding: 1rem 2rem;
  height: 4rem;
  transition: all 0.3s;
}
@media screen and (max-width: 749px) {
  .custom-pagination-wrapper .pagination__item--next,
.custom-pagination-wrapper .pagination__item--prev {
    position: absolute;
    bottom: 0;
  }
}
.custom-pagination-wrapper .pagination__item--next::before,
.custom-pagination-wrapper .pagination__item--prev::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(./icon_arrow-circle.svg);
          mask: url(./icon_arrow-circle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  transition: background 0.3s;
}
@media (hover: hover) {
  .custom-pagination-wrapper .pagination__item--next:hover,
.custom-pagination-wrapper .pagination__item--prev:hover {
    background: #fff;
    color: #222;
  }
  .custom-pagination-wrapper .pagination__item--next:hover::before,
.custom-pagination-wrapper .pagination__item--prev:hover::before {
    background: #222 !important;
  }
}
.custom-pagination-wrapper .pagination__item--next {
  justify-content: end;
}
@media screen and (max-width: 749px) {
  .custom-pagination-wrapper .pagination__item--next {
    left: 0;
  }
}
.custom-pagination-wrapper .pagination__item--next::before {
  left: 1rem;
  transform: translateY(-50%) rotate(180deg);
}
.custom-pagination-wrapper .pagination__item--prev {
  text-align: left;
  justify-content: start;
}
@media screen and (max-width: 749px) {
  .custom-pagination-wrapper .pagination__item--prev {
    right: 0;
  }
}
.custom-pagination-wrapper .pagination__item--prev::before {
  right: 1rem;
  transform: translateY(-50%);
}
.custom-pagination-wrapper span.pagination__item--next,
.custom-pagination-wrapper span.pagination__item--prev {
  border: 1px solid #E9EBEC;
  background: #E9EBEC;
  pointer-events: none;
}
.custom-pagination-wrapper li .pagination__item {
  width: 4rem;
  height: 4rem;
  border-radius: 10rem;
  transition: background 0.3s;
}
.custom-pagination-wrapper li .pagination__item::after {
  display: none;
}
@media (hover: hover) {
  .custom-pagination-wrapper li .pagination__item:hover {
    background: #E9EBEC;
  }
}
.custom-pagination-wrapper .pagination__item--current {
  background: #E9EBEC;
  text-decoration: none;
}
.custom-pagination-wrapper .pagination__list > li:not(:last-child) {
  margin-right: 0;
}
.custom-pagination-wrapper .pagination__list > li {
  width: 4rem;
  flex: 1 0 4rem;
}

/* ==============================================================
# 絞り込み
============================================================== */
.custom-facets-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 2rem;
}

.custom-facets__left {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 749px) {
  .custom-facets__left {
    gap: 1rem;
  }
}
.custom-facets__left .product-count {
  margin: 0 !important;
  flex: 0 0 max-content;
  opacity: 1;
}
.custom-facets__left .product-count .product-count__text {
  color: #222;
  font-size: 1.4rem;
}
.custom-facets__left .product-count #ProductCount {
  color: #0100C8;
  font-weight: 500;
  font-size: 2.6rem;
}
.custom-facets__left .mobile-facets__wrapper {
  flex: 0 0 17rem;
  background: #222;
  padding: 1rem 1.5rem;
  border-radius: 10rem;
  border: 1px solid #222;
  transition: all 0.3s;
}
@media (hover: hover) {
  .custom-facets__left .mobile-facets__wrapper:hover {
    background: #fff;
  }
  .custom-facets__left .mobile-facets__wrapper:hover > details summary > span.mobile-facets__open .mobile-facets__open-label {
    color: #222;
  }
  .custom-facets__left .mobile-facets__wrapper:hover > details summary > span.mobile-facets__open .mobile-facets__open-label svg path {
    fill: #222;
  }
}
.custom-facets__left .mobile-facets__wrapper svg {
  width: 1.6rem;
  height: 1.6rem;
}
.custom-facets__left .mobile-facets__inner {
  background-color: #fff;
}
.custom-facets__left .mobile-facets__open {
  padding: 0;
}
@media (hover: hover) {
  .custom-facets__left .mobile-facets__open:hover .mobile-facets__open-label {
    text-decoration: none;
  }
}
.custom-facets__left .mobile-facets__open-label {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0;
  transition: all 0.3s;
}
.custom-facets__left .mobile-facets__wrapper {
  margin: 0 !important;
}

@media screen and (max-width: 749px) {
  .custom-facets__left .mobile-facets__inner {
    width: 100%;
    max-width: 42.5rem;
  }
}

.custom-sort-buttons-pc {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 749px) {
  .custom-sort-buttons-pc {
    display: none;
  }
}

.custom-sort-label {
  font-size: 1.4rem;
  font-weight: 400;
}

.custom-sort-button {
  border-radius: 10rem;
  text-decoration: none;
  color: #222;
  padding: 0.5rem 2rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 1.4rem;
  background: #E9EBEC;
}
.custom-sort-button.is-active {
  background: #0100C8;
  color: #fff;
}

.custom-sort-buttons-sp {
  display: none;
}
@media screen and (max-width: 749px) {
  .custom-sort-buttons-sp {
    display: block;
    flex: 0 0 4rem;
  }
}
.custom-sort-buttons-sp .custom-sort-toggle-button {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .custom-sort-buttons-sp .svg-wrapper {
    width: 4rem;
    height: 4rem;
  }
}

/* ==============================================================
# 条件で絞り込む
============================================================== */
.custom-facets__left .mobile-facets__close {
  background: #222;
  border-radius: 10rem;
  top: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
}
.custom-facets__left .mobile-facets__close svg path {
  fill: #fff;
}

.custom-mobile-facets {
  background: #fff;
}

.custom-mobile-facets__head {
  padding: 2rem;
  border-bottom: 1px solid #E9EBEC;
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 8rem;
  min-height: 8rem;
}
.custom-mobile-facets__head .svg-wrapper {
  width: 2.2rem;
  height: 2.2rem;
}
.custom-mobile-facets__head .svg-wrapper svg {
  width: 2.2rem;
  height: 2.2rem;
}
.custom-mobile-facets__head .svg-wrapper svg path {
  fill: #0100C8;
}

.custom-mobile-facets__title {
  margin: 0;
  font-size: 2rem;
}

.custom-mobile-facets__body {
  padding: 0 0 13rem;
  overflow-y: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
.custom-mobile-facets__body::-webkit-scrollbar {
  display: none;
}

.custom-mobile-facets__search {
  padding: 3rem 2rem;
  border-bottom: 1px solid #E9EBEC;
}
.custom-mobile-facets__search input {
  width: 100%;
  border: 1px solid #E9EBEC;
  height: 5rem;
  padding: 1rem 2rem;
  background: #F9F9F9;
}
.custom-mobile-facets__search input::-moz-placeholder {
  color: #222;
  opacity: 0.2;
  font-weight: 600;
}
.custom-mobile-facets__search input::placeholder {
  color: #222;
  opacity: 0.2;
  font-weight: 600;
}
.custom-mobile-facets__search .field::after,
.custom-mobile-facets__search input:focus-visible {
  outline: none;
  box-shadow: none;
}

.custom-mobile-facets__block {
  padding: 2rem 2rem;
  border-bottom: 1px solid #E9EBEC;
}
.custom-mobile-facets__block[open] .custom-mobile-facets__block-title::after {
  -webkit-mask: url(./icon_minus.svg);
          mask: url(./icon_minus.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}

.custom-mobile-facets__block-title {
  position: relative;
  margin: 0;
  padding-right: 3rem;
}
.custom-mobile-facets__block-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(./icon_plus.svg);
          mask: url(./icon_plus.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}

.custom-mobile-facets__block-body {
  margin: 2rem 0 0.5rem !important;
}

.custom-mobile-facets__brand-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}
.custom-mobile-facets__brand-list li {
  list-style: none;
}
.custom-mobile-facets__brand-list .filter-label {
  background: #F9F9F9;
  border: 1px solid #E9EBEC;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  position: relative;
  font-size: 14px;
  line-height: 1.3;
}
.custom-mobile-facets__brand-list .filter-label:has(input:checked) {
  border: 3px solid #0100C8;
}
.custom-mobile-facets__brand-list .filter-label:has(input:disabled) {
  background: #efefef;
  opacity: 0.2;
}
.custom-mobile-facets__brand-list .filter-label.is-selected::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0100C8;
}
.custom-mobile-facets__brand-list .filter-label img {
  width: calc(90% - 24px);
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-mobile-facets__brand-list .filter-label input {
  display: none;
}
.custom-mobile-facets__brand-list .filter-label input:checked + .checkbox-square::after {
  opacity: 1;
}
.custom-mobile-facets__brand-list .filter-label .checkbox-square {
  flex: 0 0 2.4rem;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  position: relative;
}
.custom-mobile-facets__brand-list .filter-label .checkbox-square::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  background: #0100C8;
  opacity: 0;
}
.custom-mobile-facets__brand-list .brand-label {
  height: 6rem;
}

.custom-mobile-facets__type p {
  font-size: 1.4rem;
  font-weight: 400;
}

.custom-mobile-facets__foot {
  border-top: 1px solid #E9EBEC;
  background: #F9F9F9;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
  z-index: 10;
}

.custom-mobile-facets__count {
  font-size: 1.4rem;
  margin: 0;
}
.custom-mobile-facets__count span {
  color: #0100C8;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  margin: 0 3px;
}

.custom-mobile-facets__submit {
  background: #222;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 22rem;
  height: 6rem;
  border: 1px solid #222;
  transition: background 0.3s;
}
.custom-mobile-facets__submit .svg-wrapper {
  flex: 0 0 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
}
.custom-mobile-facets__submit .svg-wrapper svg {
  width: 2.2rem;
  height: 2.2rem;
}
.custom-mobile-facets__submit .svg-wrapper svg path {
  transition: fill 0.3s;
}
.custom-mobile-facets__submit span {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  transform: color 0.3s;
}
@media (hover: hover) {
  .custom-mobile-facets__submit:hover {
    background: #fff;
  }
  .custom-mobile-facets__submit:hover span {
    color: #222;
  }
  .custom-mobile-facets__submit:hover .svg-wrapper svg path {
    fill: #222;
  }
}

/* ==============================================================
# パンくずリスト
============================================================== */
.breadcrumbs {
  margin: 2rem 0 0;
  padding: 0 5rem;
}
@media screen and (max-width: 749px) {
  .breadcrumbs {
    padding: 0 2rem;
  }
}

.breadcrumbs__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 3rem;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.breadcrumbs__item {
  display: inline-block;
  line-height: 1;
}
.breadcrumbs__item:nth-child(n+2) {
  position: relative;
}
.breadcrumbs__item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 65%;
  left: -1.8rem;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
}

.breadcrumbs__link {
  text-decoration: none;
  font-size: 1.2rem;
  color: #222;
  font-weight: 400;
}
@media (hover: hover) {
  .breadcrumbs__link:hover {
    text-decoration: underline;
  }
}
.breadcrumbs__link:focus {
  text-decoration: underline;
}

/* ==============================================================
# ページ共通
============================================================== */
.main-page-title {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 749px) {
  .main-page-title {
    font-size: 3.2rem;
  }
}

/* ==============================================================
# よくあるご質問
============================================================== */
.custom-faq ul {
  padding: 0;
  margin: 0;
}
.custom-faq li {
  list-style: none;
}
.custom-faq h2 {
  margin: 0;
}
.custom-faq p {
  margin: 0;
}

.custom-faq__title {
  text-align: center;
  font-size: 2.4rem;
  color: #0100C8;
  font-weight: 500;
}

p.custom-faq__text {
  margin: 2rem 0 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  p.custom-faq__text {
    text-align: left;
  }
}

.custom-faq__flex {
  margin-top: 6rem;
  display: flex;
  align-items: start;
  gap: 6rem;
}
@media screen and (max-width: 989px) {
  .custom-faq__flex {
    gap: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-faq__flex {
    margin-top: 5rem;
    flex-direction: column;
    gap: 5rem;
  }
}

.custom-faq__sidebar {
  flex: 0 0 18rem;
  position: -webkit-sticky;
  position: sticky;
  top: 8.4rem;
}
@media screen and (max-width: 989px) {
  .custom-faq__sidebar {
    flex: 0 0 16rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-faq__sidebar {
    position: relative;
    top: inherit;
    flex: 0 0 100%;
    width: 100%;
  }
}

.custom-faq-sidebar__item:nth-child(n+2) {
  border-top: 1px solid #E9EBEC;
}

.custom-faq-sidebar__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #222;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 1.2rem 1rem;
}
@media (hover: hover) {
  .custom-faq-sidebar__link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 749px) {
  .custom-faq-sidebar__link {
    padding: 1.5rem 0;
  }
}
.custom-faq-sidebar__link .icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 10rem;
  background: #222;
  position: relative;
}
.custom-faq-sidebar__link .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  -webkit-mask: url(./icon_arrow1.svg);
          mask: url(./icon_arrow1.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  transition: background 0.3s;
}

.c-btn.custom-faq-sidebar__btn {
  margin-top: 2rem;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .c-btn.custom-faq-sidebar__btn {
    max-width: 25rem;
  }
}

.c-btn--transparent {
  background: transparent;
  color: #222;
  border: 1px solid #222;
}
.c-btn--transparent::after {
  background: #222;
}
@media (hover: hover) {
  .c-btn--transparent:hover {
    color: #fff;
    background: #222;
  }
  .c-btn--transparent:hover::after {
    background: #fff;
  }
}

.custom-faq__content {
  flex: 0 1 100%;
  width: 100%;
}

.custom-faq-group:nth-child(n+2) {
  margin-top: 6rem;
}
@media screen and (max-width: 749px) {
  .custom-faq-group:nth-child(n+2) {
    margin-top: 5rem;
  }
}

.custom-faq-group__title {
  font-size: 3rem;
}
@media screen and (max-width: 749px) {
  .custom-faq-group__title {
    font-size: 2.4rem;
    font-weight: 700;
  }
}

ul.custom-faq-group__items {
  margin-top: 2rem;
}
@media screen and (max-width: 749px) {
  ul.custom-faq-group__items {
    margin: 1.5rem calc(50% - 50vw) 0;
  }
}

.custom-faq-group__item {
  background: #fff;
  padding: 1.4rem 4rem;
}
.custom-faq-group__item:nth-child(n+2) {
  margin-top: 1.4rem;
}
@media screen and (max-width: 749px) {
  .custom-faq-group__item:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 749px) {
  .custom-faq-group__item {
    padding: 0.6rem 2rem;
  }
}

.custom-faq-group__question {
  display: flex;
  gap: 1rem;
  cursor: pointer;
  position: relative;
  padding: 1.4rem 0;
}
.custom-faq-group__question .q {
  flex: 0 0 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0100C8;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .custom-faq-group__question .q {
    margin-top: 0.4rem;
    flex: 0 0 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
  }
}
.custom-faq-group__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(./icon_plus.svg);
          mask: url(./icon_plus.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
}
.custom-faq-group__question.is-active::after {
  -webkit-mask: url(./icon_minus.svg);
          mask: url(./icon_minus.svg);
}

.custom-faq-group__q {
  font-weight: 400;
  padding-right: 3rem;
  line-height: 1.6;
}

.custom-faq-group__answer-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.custom-faq-group__answer {
  padding-bottom: 1.4rem;
  display: flex;
  gap: 1rem;
}
.custom-faq-group__answer .a {
  flex: 0 0 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0100C8;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 10rem;
  color: #0100C8;
  text-transform: uppercase;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .custom-faq-group__answer .a {
    margin-top: 0.4rem;
    flex: 0 0 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
  }
}

.custom-faq-group__a {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
}

.custom-faq-content__foot {
  margin-top: 7rem;
  border-top: 1px solid rgba(34, 34, 34, 0.3);
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
  padding: 1.6rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 749px) {
  .custom-faq-content__foot {
    margin-top: 5rem;
    flex-direction: column;
    padding: 3rem 0;
    line-height: 1.4;
  }
}

.custom-faq-content__foot-title {
  font-size: 2rem;
}

/* ==============================================================
# お知らせ一覧
============================================================== */
.custom-main-blog h1 {
  text-align: center;
  margin: 0;
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  .custom-main-blog h1 {
    font-size: 3.2rem;
  }
}

.custom-main-blog__wrapper {
  margin-top: 8rem;
}
@media screen and (max-width: 749px) {
  .custom-main-blog__wrapper {
    margin-top: 4rem;
  }
}
.custom-main-blog__wrapper .custom-news__items {
  margin-top: 2.4rem;
}

.custom-main-blog__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.custom-main-blog__cat {
  display: block;
  width: 11rem;
  border-radius: 10rem;
  padding: 1rem 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #E9EBEC;
  text-align: center;
  text-decoration: none;
  color: #222;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .custom-main-blog__cat:hover {
    background: #0100C8;
    color: #fff;
  }
}
.custom-main-blog__cat.is-active {
  background: #0100C8;
  color: #fff;
}

/* ==============================================================
# お知らせ詳細
============================================================== */
.custom-article {
  padding: 4rem 0 10rem;
  margin: 0 5rem;
}
@media screen and (max-width: 749px) {
  .custom-article {
    padding: 4rem 0 5rem;
    margin: 0;
  }
}

.custom-article__wrapper {
  background: #fff;
  padding: 5rem;
  max-width: 120rem;
  margin: 0 auto !important;
}
@media screen and (max-width: 749px) {
  .custom-article__wrapper {
    padding: 2rem 2rem 2rem;
  }
}

.custom-article__contents {
  max-width: 100rem;
  margin: 0 auto;
}
.custom-article__contents header {
  margin: 0 !important;
}
.custom-article__contents .article-template__title {
  margin-top: 3rem;
  font-size: 3.6rem;
}
@media screen and (max-width: 749px) {
  .custom-article__contents .article-template__title {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}
.custom-article__contents .article-template__title:not(:only-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 749px) {
  .custom-article__contents .article-template__title:not(:only-child) {
    margin-bottom: 2rem;
  }
}
.custom-article__contents .article-template__content {
  margin-top: 5rem;
  border-top: 1px solid #E9EBEC;
}
@media screen and (max-width: 749px) {
  .custom-article__contents .article-template__content {
    margin-top: 3rem;
  }
}
.custom-article__contents .article-template__content p {
  font-weight: 400;
  font-size: 1.4rem;
  margin: 4rem 0;
}
@media screen and (max-width: 749px) {
  .custom-article__contents .article-template__content p {
    margin: 3rem 0;
  }
}
.custom-article__contents .article-template__content h2,
.custom-article__contents .article-template__content h3 {
  position: relative;
  margin: 4rem 0;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  .custom-article__contents .article-template__content h2,
.custom-article__contents .article-template__content h3 {
    margin: 3rem 0;
  }
}
.custom-article__contents .article-template__content h4,
.custom-article__contents .article-template__content h5,
.custom-article__contents .article-template__content h6 {
  position: relative;
  margin: 4rem 0;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  .custom-article__contents .article-template__content h4,
.custom-article__contents .article-template__content h5,
.custom-article__contents .article-template__content h6 {
    margin: 3rem 0;
  }
}
.custom-article__contents .article-template__content h2 {
  font-size: 3rem;
  padding-left: 2rem;
}
@media screen and (max-width: 749px) {
  .custom-article__contents .article-template__content h2 {
    font-size: 2.4rem;
  }
}
.custom-article__contents .article-template__content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #0100C8;
}
.custom-article__contents .article-template__content h3 {
  font-size: 2rem;
}
@media screen and (max-width: 749px) {
  .custom-article__contents .article-template__content h3 {
    font-size: 1.8rem;
  }
}
.custom-article__contents .article-template__content h4 {
  font-size: 1.6rem;
}
.custom-article__contents .article-template__content h5 {
  font-size: 1.5rem;
}
.custom-article__contents .article-template__content h6 {
  font-size: 1.4rem;
}
.custom-article__contents .article-template__content a {
  color: #0100C8;
  position: relative;
}
.custom-article__contents .article-template__content a::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.8rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #222;
  transition: background 0.3s;
  vertical-align: middle;
}
.custom-article__contents .article-template__content a:not([target=_blank])::after {
  -webkit-mask: url(./icon_arrow-circle.svg);
          mask: url(./icon_arrow-circle.svg);
}
.custom-article__contents .article-template__content a[target=_blank]::after {
  -webkit-mask: url(./icon_blank.svg);
          mask: url(./icon_blank.svg);
}
@media (hover: hover) {
  .custom-article__contents .article-template__content a:hover {
    text-decoration: none !important;
  }
}
.custom-article__contents .article-template__content ul {
  padding-left: 0;
}
.custom-article__contents .article-template__content ul li {
  list-style: none;
}
.custom-article__contents .article-template__content ol {
  padding-left: 0;
}
.custom-article__contents .article-template__content > ul > li {
  padding-left: 1.3rem;
  position: relative;
}
.custom-article__contents .article-template__content > ul > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #222;
  vertical-align: middle;
}
.custom-article__contents .article-template__content > ul > li > ul > li {
  padding-left: 1.3rem;
  position: relative;
}
.custom-article__contents .article-template__content > ul > li > ul > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  border: 1px solid #222;
  vertical-align: middle;
}
.custom-article__contents .article-template__content > ol > li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.custom-article__contents .article-template__content > ol > li > ol > li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.custom-article__contents .article-template__content > ol > li > ol > li:nth-child(n+2) {
  margin-top: 0.5rem;
}
.custom-article__contents .article-template__content li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
.custom-article__contents .article-template__content > ul, .custom-article__contents .article-template__content > ol {
  margin: 3rem 0;
}
.custom-article__contents .article-template__content > ul > li:nth-child(n+2), .custom-article__contents .article-template__content > ol > li:nth-child(n+2) {
  margin-top: 1.2rem;
}
.custom-article__contents .article-template__content > ul > li ul, .custom-article__contents .article-template__content > ol > li ol {
  margin-top: 1rem;
}
.custom-article__contents .article-template__content table {
  margin: 3rem 0;
}
.custom-article__contents .article-template__content table p {
  margin: 0;
}
.custom-article__contents .article-template__content img {
  max-width: 72%;
}
@media screen and (max-width: 749px) {
  .custom-article__contents .article-template__content img {
    max-width: 100%;
  }
}
.custom-article__contents .article-template__content div {
  margin: 3rem 0;
}

.custom-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 749px) {
  .custom-article__meta {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
}

.custom-article__date {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #82888D;
  font-size: 1.4rem;
}

.custom-article__handle {
  color: #0100C8;
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  .custom-article__handle {
    background: #0100C8;
    color: #fff;
    padding: 1rem;
  }
}

.custom-article__btns {
  margin: 5rem auto 0;
  max-width: 112rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 749px) {
  .custom-article__btns {
    margin: 2rem auto 0;
    padding: 9rem 2rem 0;
  }
}

.custom-article__btn {
  flex: 0 0 11rem;
}
.custom-article__btn.is-disabled {
  background: #E9EBEC;
}
@media (hover: hover) {
  .custom-article__btn.is-disabled:hover {
    background: #E9EBEC;
    color: #fff;
    box-shadow: inherit;
  }
  .custom-article__btn.is-disabled:hover::after {
    background: #fff;
  }
}
@media screen and (max-width: 749px) {
  .custom-article__btn {
    padding: 1.3rem 2rem;
    margin: 0;
  }
}

.custom-article__btn--next {
  text-align: right;
}
.custom-article__btn--next::after {
  right: inherit;
  left: 1rem;
  transform: translateY(-50%) rotate(180deg);
}

.custom-article__btn--prev::after {
  right: 1rem;
}

.custom-article__back {
  text-align: center;
}
@media screen and (max-width: 749px) {
  .custom-article__back {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.custom-article__back::after {
  right: inherit;
  left: 2rem;
  transform: translateY(-50%) rotate(180deg);
}

.custom-article__wrapper table {
  box-shadow: none;
  border: #E9EBEC 1px solid;
}

.custom-article__wrapper tbody tr td {
  border: #E9EBEC 1px solid;
}

.custom-article__wrapper tbody tr td:first-child {
  background-color: #82888D;
  color: #fff;
}

/* ==============================================================

# 検索結果

============================================================== */
.custom-template-search h1 {
  margin-bottom: 60px;
}

.custom-template-search__result {
  border: 1px solid #eee;
  padding: 35px 40px;
  color: #222222;
  font-size: 14px;
  padding-left: 63px;
  text-indent: -43px;
  margin-bottom: 40px;
}

@media screen and (max-width: 749px) {
  .custom-template-search__result {
    padding: 20px;
    padding-left: 63px;
    text-indent: -43px;
  }
}
/* ==============================================================

# 検索結果商品カード

============================================================== */
.custom-collection-hero {
  margin-top: 4rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 749px) {
  .custom-collection-hero {
    margin-bottom: 4rem;
  }
}
.custom-collection-hero .collection-hero__title {
  text-align: center;
  margin: 0;
  font-size: 3.6rem;
}

@media screen and (max-width: 749px) {
  .custom-collection-hero .collection-hero__title {
    font-size: 3.2rem;
  }
}
.template-search .product-grid {
  gap: 1.8rem;
}

@media screen and (max-width: 749px) {
  .template-search .product-grid {
    gap: 0.9rem;
  }
}
@media screen and (min-width: 990px) {
  .template-search .grid--3-col-desktop .grid__item {
    width: calc(33.33% - 1.2rem);
    max-width: calc(33.33% - 1.2rem);
  }
}
@media screen and (min-width: 750px) and (max-width: 990px) {
  .template-search .grid--2-col-tablet-down .grid__item {
    width: calc(50% - 0.9rem);
  }
}
@media screen and (max-width: 749px) {
  .template-search .grid--2-col-tablet-down .grid__item {
    width: calc(50% - 0.45rem);
  }
}
.template-search .grid__item {
  background: #fff;
}

@media (hover: hover) {
  .template-search .grid__item:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 749px) {
  .template-search .custom-card-product {
    padding: 0.5rem 0.5rem 2rem;
  }
}
@media screen and (max-width: 749px) {
  .template-search .custom-card-product__label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 749px) {
  .template-search .custom-card-product__badge {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 749px) {
  .template-search .custom-card-product__content {
    padding: 1.5rem 0.5rem 0;
  }
}
.template-search .custom-card-product__main-img img {
  width: 100%;
}

@media screen and (max-width: 749px) {
  .template-search .custom-card-product__vendor {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 749px) {
  .template-search .custom-card-product__title {
    font-size: 1.4rem;
  }
}
.template-search .custom-card-product__main-img img {
  width: 100%;
}

/*============================================================================
お問い合わせフォーム

==============================================================================*/
.contact .title {
  text-align: center;
  margin-bottom: 80px;
}

.contact-qa-link.description {
  margin-bottom: 30px;
}

.contact-text__outer .contact-text__inner {
  background-color: #fff;
  padding: 40px;
  font-size: 14px;
}

.contact-text__outer .contact-text__inner h3 {
  color: #0100C8;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}

.contact-text__content--note {
  text-indent: -1em;
  padding-left: 1em;
}

.contact-text__content--note p {
  margin: 0;
}

.contact-text__content p,
.contact-text__content--note p {
  font-weight: normal;
}

.contact-qa-link .title-under {
  text-align: left;
  padding: 30px 20px 20px;
  font-size: 20px;
}

.contact-qa-link .title-under p {
  margin: 0;
}

.contact-qa-link .title-under .contact-link {
  text-align: center;
  padding: 20px;
  font-size: 25px;
}

.contact-form .contact-content .radio-row {
  display: flex;
  margin-top: 20px;
}

@media (max-width: 749px) {
  .contact-text__outer .contact-text__inner h3{
    text-align: center;
  }
  .contact-form .contact-content .radio-row {
    display: block;
  }
  .contact-qa-link .title-under {
    padding-right: 0;
    padding-left: 0;
  }
  .contact-text__outer .contact-text__inner {
    background-color: #fff;
    padding: 36px 20px;
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  .contact-section.page-width{
    padding-right: 0;
    padding-left: 0;
  }
}
.radio-row {
  top: 3px;
}

/* .contact-form .contact-content input,.contact-form .contact-content textarea{
margin-top: 20px;

} */
.contact-form .contact-content .radio-row label {
  margin-right: 30px;
  font-size: calc(var(--font-size-base) * 1px);
}

.contact-submit {
  display: flex;
  justify-content: center;
}

.contact-submit-btn {
  padding: 20px 100px;
  font-size: calc(var(--font-size-base) * 1px);
}

.contact__grid-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  /* align-items: start; */
  align-items: center;
}

.contact__grid-item.contact__grid-textarea,
.contact__grid-item-confirmation {
  align-items: start;
}

.contact__grid-item label {
  margin-right: 50px;
}

.contact__grid-item label,
.contact-content.contact__grid-item .contact__grid--radio {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.contact__grid-item input {
  height: 50px;
  width: 100%;
}

.contact__grid {
  border-top: 1px solid #E9EBEC;
  padding: 30px 0;
}

.contact__grid--right {
  display: flex;
  flex-direction: column;
}

.contact__grid--right-text p {
  margin-top: 0;
  font-size: 14px;
  font-weight: normal;
}

.contact__grid input,
.contact__grid textarea {
  border: 1px solid #E9EBEC;
  padding: 12px;
  max-width: 520px;
  transition: all 0.3s ease;
}

.contact__grid input:focus-visible,
.contact__grid textarea:focus-visible {
  outline: none;
  box-shadow: none;
}

.contact__grid:last-child {
  border-bottom: 1px solid #E9EBEC;
}


.contact-section .contact__button {
  text-align: center;
  margin-top: 20px;
}

.contact__button .button__style-orange {
  background-color: #222222;
  padding: 0 10rem;
  border-radius: 99px;
  opacity: 1;
  transition: 0.2s opacity ease-in-out;
  max-width: 500px;
  width: 100%;
  margin: auto;
}

.contact__button .button__style-orange::after {
  left: unset;
}

.contact__button .button__style-orange::before,
.contact__button .button__style-orange::after,
.contact__button .button__style-orange.button:not([disabled]):hover:after,
.contact__button .button__style-orange.button:focus-visible {
  box-shadow: none;
  outline: none;
}

.contact__button .button__style-orange.button:not([disabled]):hover {
  opacity: 0.7;
  transition: 0.2s opacity ease-in-out;
}

@media (hover: hover) {
  .contact__button .button__style-orange.c-btn:hover:before {
    border-radius: 99px;
  }
  .contact__button .button__style-orange.c-btn:hover {
    color: #fff;
  }
  .contact__button .button__style-orange.c-btn:hover::after {
    background: #fff;
  }
  .contact__grid input:hover,
.contact__grid textarea:hover {
    border-color: #999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1019607843);
  }
}
.label-require {
  display: inline-block;
  padding: 2px 8px 4px;
  margin-left: 16px;
  background-color: #DA0B38;
  color: #fff;
  font-size: calc(var(--font-size-base) * 1px);
  letter-spacing: 0.18em;
  white-space: nowrap;
  font-size: 12px;
}

.label-normal {
  display: inline-block;
  padding: 2px 8px 4px;
  margin-left: 16px;
  background-color: #E9EBEC;
  color: #222;
  font-size: calc(var(--font-size-base) * 1px);
  letter-spacing: 0.18em;
  white-space: nowrap;
  font-size: 12px;
}

.contact__privacy-policy {
  margin-top: 54px;
  text-align: center;
  font-size: 14px;
}

.contact__privacy-policy a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #222;
}

.select_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 1px solid #222;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotateZ(135deg);
  transform-origin: center 0.1em;
  margin-top: 10px;
  transition: transform 0.3s ease;
}

.custom-select.open .select_arrow {
  transform: rotateZ(315deg);
}

.no-scroll {
  overflow: hidden;
}

/*============================================================================
完全カスタムセレクトボックス

==============================================================================*/
/* セレクトボックスのコンテナ */
.contact-form .contact-content .custom-select {
  position: relative;
  width: 100%;
}

/* 隠されたネイティブselect（フォーム送信用） */
.contact-form .contact-content .custom-select select {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

/* カスタムセレクトボックスの表示部分 */
.contact-form .contact-content .custom-select-trigger {
  width: 100%;
  height: 50px;
  padding: 12px 16px;
  padding-right: 20px;
  border: 1px solid #E9EBEC;
  background-color: #fff;
  font-size: calc(var(--font-size-base) * 1px);
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* プレースホルダー状態 */
.contact-form .contact-content .custom-select-trigger.placeholder {
  color: #919191;
  font-weight: 100;
  font-size: 14px;
}

@media (max-width: 749px) {
  .contact-form .contact-content input::-moz-placeholder, .contact-form .contact-content textarea::-moz-placeholder {
    color: transparent;
  }
  .contact-form .contact-content input::placeholder,
.contact-form .contact-content textarea::placeholder {
    color: transparent;
  }
  .contact__grid--right-placeholder {
    color: #82888D;
    font-size: 14px;
    margin-top: 8px;
    font-weight: normal;
  }
  .contact__grid input,
.contact__grid textarea {
    max-width: 100%;
  }
}
/* 矢印 */
/* .contact-form .contact-content .custom-select-trigger::after {
content: '';
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 8px solid #666;
transition: transform 0.3s ease;

} */
/* ホバー時 */
/* .contact-form .contact-content .custom-select-trigger:hover {
border-color: #999;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

} */
.contact-form .contact-content .custom-select-trigger:hover::after {
  border-top-color: #333;
}

/* フォーカス時 */
.contact-form .contact-content .custom-select-trigger:focus {
  outline: none;
  box-shadow: none;
}

/* .contact-form .contact-content .custom-select-trigger:focus::after {
border-top-color: #0066cc;

} */
/* 開いている時 */
.contact-form .contact-content .custom-select.open .custom-select-trigger {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* .contact-form .contact-content .custom-select.open .custom-select-trigger::after {
transform: rotate(180deg);
border-top-color: #0066cc;

} */
/* ドロップダウンメニュー */
.contact-form .contact-content .custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  /* border: 1px solid #0066cc; */
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  font-size: 14px;
  color: #222;
}

/* ドロップダウンが開いている時 */
.contact-form .contact-content .custom-select.open .custom-select-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.contact-form .contact-content .custom-select.open .custom-select-options:focus-visible,
.custom-select-option:focus-visible {
  outline: none;
  box-shadow: none;
}

/* オプション項目 */
.contact-form .contact-content .custom-select-option {
  padding: 12px 16px;
  font-size: calc(var(--font-size-base) * 1px);
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
  outline: none;
  box-shadow: none;
}

.contact-form .contact-content .custom-select-option:last-child {
  border-bottom: none;
}

/* ホバー時 */
.contact-form .contact-content .custom-select-option:hover {
  background-color: #f5f5f5;
}

/* 選択済み */
.contact-form .contact-content .custom-select-option.selected {
  background-color: #e6f3ff;
  color: #222;
  font-weight: 500;
}

/* フォーカス時（キーボードナビゲーション） */
.contact-form .contact-content .custom-select-option.focused {
  background-color: #f3f3f3;
  color: #222;
}

/* 無効化時 */
.contact-form .contact-content .custom-select.disabled .custom-select-trigger {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
  border-color: #ddd;
}

.contact-form .contact-content .custom-select.disabled .custom-select-trigger::after {
  border-top-color: #ccc;
}

/* バリデーションエラー時 */
.contact-form .contact-content .custom-select-trigger.invalid {
  border-color: #ea0606;
  box-shadow: 0 0 0 2px rgba(234, 6, 6, 0.2);
}

.contact-form .contact-content .custom-select-trigger.invalid::after {
  border-top-color: #ea0606;
}

/* バリデーション成功時 */
.contact-form .contact-content .custom-select-trigger.valid {
  border-color: #28a745;
}

.contact-form .contact-content .custom-select-trigger.valid::after {
  border-top-color: #28a745;
}

/*============================================================================
レスポンシブ対応

==============================================================================*/
@media (max-width: 749px) {
  .contact .title {
    margin-bottom: 40px;
  }
  .contact__grid-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .contact-form .contact-content .custom-select-trigger {
    height: 45px;
    font-size: 16px;
    /* iOS Safari でのズーム防止 */
    padding-right: 20px;
  }
  .contact-form .contact-content .custom-select-trigger::after {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 6px;
  }
  .contact-form .contact-content .custom-select-option {
    padding: 14px 16px;
    font-size: 16px;
  }
  .contact__grid-item label,
.contact-content.contact__grid-item .contact__grid--radio {
    justify-content: flex-start;
    align-items: center;
  }
  .label-require {
    padding: 0px 8px 2px;
  }
}
/*============================================================================
アクセシビリティ対応

==============================================================================*/
/* 高コントラストモード対応 */
@media (prefers-contrast: high) {
  .contact-form .contact-content .custom-select-trigger {
    border-width: 2px;
  }
  .contact-form .contact-content .custom-select-trigger:focus {
    border-color: #000;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #000;
  }
  .contact-form .contact-content .custom-select-option.focused {
    background-color: #000;
    color: #fff;
  }
}
/* 動きを抑える設定がある場合 */
@media (prefers-reduced-motion: reduce) {
  .contact-form .contact-content .custom-select-trigger,
.contact-form .contact-content .custom-select-trigger::after,
.contact-form .contact-content .custom-select-options,
.contact-form .contact-content .custom-select-option {
    transition: none;
  }
}
/*============================================================================
カスタムスクロールバー（Webkit系ブラウザ）

==============================================================================*/
.contact-form .contact-content .custom-select-options::-webkit-scrollbar {
  width: 8px;
}

.contact-form .contact-content .custom-select-options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.contact-form .contact-content .custom-select-options::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.contact-form .contact-content .custom-select-options::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/*============================================================================
お問い合せ成功ポップアップ

==============================================================================*/
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 2rem;
}

.popup-shell {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 800px;
  overflow: visible;
  -webkit-animation: popupAppear 0.3s ease-out;
          animation: popupAppear 0.3s ease-out;
}

.popup-scroll {
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  padding: 70px 60px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 749px) {
  .popup-scroll {
    padding: 40px 20px;
  }
  .popup-scroll .popup-title {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: left;
  }
}
.close-button {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 48px;
  height: 48px;
  background: #222;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
  z-index: 10;
}

.close-button:hover {
  background: #333;
}

.close_icon {
  position: relative;
  width: 30px;
  height: 30px;
}

.close_icon::before,
.close_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 14px;
  background: #fff;
}

.close_icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close_icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-title {
  margin: 0 0 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.popup-content {
  text-align: center;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

.completion-message {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.popup-content .description {
  font-size: 14px;
  margin-bottom: 15px;
}

.popup-shell .custom-pickup-slider__btn {
  margin-top: 20px;
  text-align: center;
}

.popup-shell .custom-pickup-slider__btn .c-btn--m {
  background: #222;
  color: #fff;
  border: none;
  padding: 24px 40px;
  border-radius: 99px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 455px;
  gap: 8px;
  transition: all 0.3s;
}

.popup-shell .custom-pickup-slider__btn .c-btn--m:hover {
  background: #fff;
  color: #222;
}

@media (max-width: 749px) {
  .popup-content {
    text-align: left;
  }
}
@-webkit-keyframes popupAppear {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popupAppear {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/*============================================================================

  検索サイドバー

==============================================================================*/
.custom-search-bar .mobile-facets__inner {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}

.custom-search-bar .modal__close-button.link {
  margin-left: auto;
  align-items: center;
}

.search-sidebar-trigger {
  background: none;
  outline: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin-top: 4px;
  width: 4.4rem;
}

/* バナー */
.benefit-banner {
  --banner-height: 120px;
  --overlay-color: rgba(0, 0, 0, .45);
  background-image: url('{{ "member-benefits.jpg" | asset_url }}');
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  margin: 2rem;
}

.benefit-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--overlay-color);
  z-index: 1;
}

.benefit-banner__link {
  display: block;
  height: var(--banner-height);
  color: #fff;
  text-decoration: none;
}

/* 内部ラッパー：左右フレックス配置 */
.benefit-banner__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 3.5rem;
}

.benefit-banner__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.benefit-banner__subtitle {
  font-size: 14px;
  margin: 0.8rem 0 0;
  line-height: 1.5;
}

/* ===== CTA 丸ボタン ===== */
.benefit-banner__cta {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transition: background 0.3s, transform 0.3s;
}

.benefit-banner__link:hover .benefit-banner__cta {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.05);
}

/* ===== レスポンシブ微調整 ===== */
@media (max-width: 749px) {
  .benefit-banner {
    --banner-height: 120px;
  }
  .benefit-banner__inner {
    padding: 0 1.6rem;
  }
  .benefit-banner__cta {
    width: 44px;
    height: 44px;
  }
}
/* ===== Product Form Pill Style ===== */
fieldset.product-form__input--pill input[type=radio] + label {
  line-height: 0;
}

/* ===== Share Menu Mobile Animation Fix ===== */
@media screen and (max-width: 749px) {
  .custom-product-head .share-menu {
    -webkit-animation: shareMenuFadeIn 0.2s ease-out !important;
            animation: shareMenuFadeIn 0.2s ease-out !important;
  }
  @-webkit-keyframes shareMenuFadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes shareMenuFadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
/* ===== Body No Scroll ===== */
body.no-scroll {
  overflow: hidden;
}

/* ===== Color Selection Reset Button ===== */
.color-selection-popup .popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.color-selection-popup .popup-header h3 {
  margin: 0;
}

.reset-selection-btn {
  padding: 0.6rem 1.2rem;
  text-decoration: underline;
  border-radius: 4px;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #222;
  border: none;
  background: none;
}

.reset-selection-btn:hover {
  color: #333;
}

/* モバイルでは絞り込むボタンの下に配置 */
@media screen and (max-width: 749px) {
  .color-selection-popup .popup-header {
    display: block;
  }
  .color-selection-popup .popup-header h3 {
    margin-bottom: 2rem;
  }
  .reset-selection-btn {
    display: none;
    /* ヘッダーでは非表示 */
  }
  .popup-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .reset-selection-btn-mobile {
    width: 100%;
    background: none;
    border: none;
    padding: 1.2rem;
    border-radius: 4px;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #222;
    margin-top: 1rem;
    text-decoration: underline;
  }
  .reset-selection-btn-mobile:hover {
    color: #333;
  }
}
.dib {
  display: inline-block;
}

.custom-recent-products .custom-card-product__title {
  font-size: 2rem;
}
@media screen and (max-width: 749px) {
  .custom-recent-products .custom-card-product__title {
    font-size: 1.4rem;
  }
}


.swym-storefront-layout-root-component{
margin-top: 60px;
}


.swym-storefront-layout-grid-item-add-to-cart-button{
  border-radius:50px !important;
}



.swym-storefront-layout-items-container{
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) ;
  grid-template-columns: repeat(4, 1fr) !important;
}


.swym-storefront-layout-grid-item-image-container{
  height:100%  !important;
}

.swym-storefront-layout-header{
  height: auto !important;
}


.swym-storefront-layout-grid-item-title{
  font-weight:bold;
  color:#222;
}


#swym-wishlist-render-container{
  margin-top:40px !important;
}


.swym-storefront-layout-title{
  display:none !important;
}

.jdgm-carousel-item__review-title{
  text-align:left!important;
  font-size:20px !important;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500 !important;
}

.jdgm-carousel-item__product-title{
  color:#0100C8;
  font-size:14px !important;
  text-align: left !important;
}


.jdgm-carousel-item__reviewer-name{
  font-size:14px !important;
}

.jdgm-carousel-item__timestamp{
  font-size:14px !important;
  color:#82888D;
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__body{
  padding: 10px 0px 32px !important;
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__review-wrapper{
  gap: 10px;
}

.jdgm-carousel-wrapper .jdgm-carousel--gallery-theme .jdgm-carousel-item__product-wrapper{
  margin-top:10px;
}

.jdgm-carousel-item__inner-wrapper{
  border-radius: 0px !important;
  padding:10px;
}

.jdgm-carousel-item__review-rating{
    font-size: 100% !important;
}

.jdgm-full-rev-modal .jdgm-full-rev__pic-link{
  max-width: 100% !important;
}

.jdgm-full-rev__cf-ans--text-type{
    background: #F9F9F9 !important;
    padding: 10px !important;
}

.jdgm-full-rev-modal .jdgm-full-rev__cf-ans__title{
  color:#222222 !important;
}

.jdgm-full-rev-modal.carousel-gallery-theme .jdgm-full-rev__pic-img{
  border-radius:0px !important;
}


.jdgm-full-rev-modal .jm-mfp-content{
  max-width:1200px !important;
}



/* 左=画像(2) / 右=テキスト(1) を2:1で。右側は上から詰めて積む */
.jdgm-full-rev .jdgm-full-rev__content{
  display: grid !important;
  grid-template-columns: 2fr 1fr;  /* 2:1 比率 */
  grid-auto-rows: auto;           /* 各行は中身の高さ */
  column-gap: 24px;
  row-gap: 16px;
  align-items: start;
}

/* まず全子要素を右列へ */
.jdgm-full-rev .jdgm-full-rev__content > *{
  grid-column: 2;
}

/* 画像だけ左列に置き、全行にまたがらせるのがポイント */
.jdgm-full-rev .jdgm-full-rev__content > .jdgm-full-rev__pics{
  grid-column: 1;
  grid-row: 1 / -6;   /* ← これで左画像が“全行”にまたがる */
  align-self: start;  /* 上詰め */
}

/* 画像の収まり（任意） */
.jdgm-full-rev .jdgm-full-rev__pic-img{
  width: 100%;
  height: auto;
  display: block;
}

/* スマホは縦積み */
@media (max-width: 750px){
  .jdgm-full-rev .jdgm-full-rev__content{
    grid-template-columns: 1fr;
  }
  .jdgm-full-rev .jdgm-full-rev__content > *{
    grid-column: 1 !important;
  }
  .jdgm-full-rev .jdgm-full-rev__content > .jdgm-full-rev__pics{
    grid-row: auto;
    margin-bottom: 12px;
  }

  /*
  .jdgm-carousel-item__inner-wrapper{
    display:flex;
    flex-direction: row-reverse;
  }

  .jdgm-carousel-item__body, .jdgm-carousel-item__image-wrapper{
    width: 50%;
  }
    */




  .swym-storefront-layout-items-container{
    grid-template-columns: repeat(2, 1fr) !important;
  }



}




.cart__warnings .cart-summary__continue-shopping{
  background: #fff !important;
  color: #222 !important;
  max-width:250px;
  margin:auto auto 100px;
}


.cart__warnings .cart-summary__continue-shopping::after{
  box-shadow:0 0 0 0 !important;
}


.jdgm-form__fieldset input{
border-radius: 0px !important;
}

.jdgm-form__fieldset textarea{
border-radius: 0px !important;
}

.jdgm-form__fieldset {
text-align: left !important;
}

.jdgm-custom-forms label{
  color:#222 !important;
}

.jdgm-form__fieldset p{
  display:none !important;
}

.jdgm-form__fieldset .jdgm-cancel-rev{
  border:solid 1px #222 !important;
  color:#222 !important;

}

.jdgm-form__fieldset .jdgm-submit-rev{
    background-color:#222 !important;
    border-radius:50px !important;
    border:solid 0px #222 !important;
}

.jdgm-form__reviewer-name-format-container{
    display:none !important;
}


.jdgm-carousel--gallery-theme .jdgm-carousel-item__product-image{
  aspect-ratio: 3 / 2;
}



.custom-card-product__vendor{
  font-size:14px !important;
  color:#82888D;
}


  .br-sp{
    display:none;
  }

@media (max-width: 750px){

  .br-sp{
    display:block;
  }

}


.warning-text-box{
  background:#FBE6EA;
  padding: 8px 10px;
  border-radius: 5px;
  line-height:normal;
  display: inline-block !important;
}


.cart-item cart-remove-button{
  margin-left: 0rem !important;
  justify-content: center;
}

.quantity-popover-container{
    justify-content: center;
}



.login-rays-button{
  width:100%;
  max-width:230px;
  border-radius:50px !important;
  font-size:14px !important;
  position: relative;
}

.login-rays-button::after{
  box-shadow:0 0 0 0 !important;
  content: url(/cdn/shop/files/Group_3.svg?v=1755763558) !important;
  position: absolute !important;
  left: auto !important;
  top: 50% !important;
  right: 5% !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
}


.custom-product-info__textarea table tbody tr:first-child{
  background: #82888D;
  color: #fff;
}

.custom-product-info__textarea table tbody tr td:first-child{
  word-break: break-all;
  white-space: nowrap;
}

.custom-product-info__textarea table tbody{
  word-break: break-all;
}


.custom-product-info__textarea table {
  width: 1000px !important;
  margin: auto auto 80px 5px !important;
}


.custom-product-info__textarea{
  /*overflow-x:scroll;*/
}





/************特定商******************/

.shopify-policy__container{
  max-width: 100%!important;
}


.legal-notice-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 14px;
}

.legal-notice-table td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}

.legal-notice-table td:first-child {
  background-color: #82888D;
  color: #fff;
  font-weight: bold;
  width: 30%;
  white-space: nowrap;
}

.legal-notice-table td:last-child {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 768px) {
  .legal-notice-table,
  .legal-notice-table tbody,
  .legal-notice-table tr,
  .legal-notice-table td {
    display: block;
    width: 100% !important;
  }
  .legal-notice-table tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
  }
  .legal-notice-table td:first-child {
    width: 100% !important;
    display: block;
    text-align: left;
  }
  .legal-notice-table td:last-child {
    width: 100% !important;
    display: block;
    background: #fff;
    color: #000;
  }
}


/***********プラポリ******************/


/* --- Policy base --- */
.policy {
  max-width: 1200px;
  margin: 0 auto 100px !important;
  line-height: 1.9;
  color: #212121;
}
.policy p { margin: 0.6em 0; font-size: 16px; }
.policy li { font-size: 16px; }
.policy strong, .policy b { font-weight: 700; }

/* --- Headings --- */
.policy h2 {
  font-size: 20px;
  margin: 2.2em 0 0.8em;
  padding-left: .75em;
  border-left: 4px solid #0100C8;
  line-height: 1.4;
  scroll-margin-top: 96px;
}
.policy h3 {
  font-size: 16px;
  margin: 1.6em 0 .5em;
  font-weight: 700;
}

/* --- Lists --- */
.policy ul, .policy ol { margin: .6em 0 .8em !important; padding-left: 1.5em; }
.policy li { margin: .25em 0; }
.policy ul ul, .policy ol ul, .policy ul ol, .policy ol ol { margin-top: .25em; }

/* --- Links --- */
.policy a { color: #1b72c0; text-underline-offset: 2px; }


.shopify-policy__title{
  display:none;
}

/* --- Small screens --- */
@media (max-width: 768px) {
  .policy p, .policy li { font-size: 14px; }
}





/* --- Policy base --- */
.shopify-policy__body {
  /*max-width: 860px;*/
  margin: 0 auto 100px !important;
  line-height: 1.9;
  color: #212121;
}
.shopify-policy__body p { margin: 0.6em 0; font-size: 14px; line-height:normal; }
.shopify-policy__body li { font-size: 14px; }
.shopify-policy__body strong, .shopify-policy__body b { font-weight: 700; }

/* --- Headings --- */
.shopify-policy__body h2 {
  font-size: 30px;
  margin: 2.2em 0 0.8em;
  padding-left: .75em;
  border-left: 4px solid #0100C8;
  line-height: 1.4;
  scroll-margin-top: 96px;
  font-weight:medium;
}
.shopify-policy__body h3 {
  font-size: 16px;
  margin: 1.6em 0 .5em;
  font-weight: 700;
}

.shopify-policy_title{
  text-align:center;
  font-size: 36px;
        margin-top: 4rem;
    margin-bottom: 6rem;
}

.shopify-policy__container .breadcrumbs__link{
  color: #222222 !important;
}

/* --- Lists --- */
.shopify-policy__body ul, .shopify-policy__body ol { margin: 1em 0 .8em !important; padding-left: 1.5em; }
.shopify-policy__body li { margin: .25em 0; }
.shopify-policy__body ul ul, .shopify-policy__body ol ul, .shopify-policy__body ul ol, .shopify-policy__body ol ol { margin-top: .25em; }

/* --- Links --- */
.shopify-policy__body a { color: #0100C8; text-underline-offset: 2px; }


.shopify-policy__body a img{
  margin-left: 5px !important;
    margin-bottom: -4px !important;
    margin-top: 0px !important;
    border: 0px !important;
}


.shopify-policy__body .breadcrumbs__item:nth-child(n+2)::before{
      top: 50%!important;
}

.policy__inner li {
  margin-left: 10px;   /* 左にインデント */
  /* padding-left: 1.5em; に変えるとテキストの内側に余白が入ります */
}


.policy__inner ul,.policy__inner ol {
  list-style-position: outside; /* デフォルト。マーカーが左に出る */
}

.policy__inner li {
  margin-left: .5em;  /* インデント */
}

.policy__inner ol {
  padding-left: 2rem;  /* リスト全体の左インデント */
}


.legal-notice-section{
  max-width:1200px !important;
  width:100% !important;
  margin:auto;
}

/* --- Small screens --- */
@media (max-width: 768px) {
  .shopify-policy__body p, .shopify-policy__body li { font-size: 14px; }




  .shopify-policy__body h2 {
    font-size: 24px;
    margin: 2.2em 0 0.8em;
    padding-left: .6em;
  }

  .shopify-policy_title{
    font-size: 32px;
  }







}


.warning-text-box {
  display: flex !important;
  align-items !important;
  gap: 8px !important;
}

.warning-icon {
  flex-shrink: 0; /* アイコンのサイズを固定 */
}

.warning-message {
  text-indent: 0; /* 先頭のインデントを無効化 */
}


 .list-payment {
    margin-top:20px !important;
  }


.account-top-left-link{
  text-decoration:none !important;
}

.account-top-left-link-span{
  position: relative;
}

.account-top-left-link-span:after{
  position: absolute;
  bottom: -.1rem;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #50575c;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}


.account-top-left-link-span:hover{
outline-width: 0;
}

.account-top-left-link-span:hover:after{
-webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right top;
        transform-origin: right top;
}



.rays-undeline{
  text-decoration:none !important;
  position: relative;
}

.rays-undeline:after{
  position: absolute;
  bottom: -.1rem;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #50575c;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}


.rays-undeline:hover{
  outline-width: 0;
}

.rays-undeline:hover:after{
-webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}



.login-rays-button{
transition: all 0.3s;
}


.login-rays-button:hover{
    background: #fff;
    color: #222;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.login-rays-button:hover::after {
    content: url(/cdn/shop/files/Group_3_1.svg?v=1756794635) !important;
}


.jdgm-full-rev-modal .jdgm-full-rev__product-button:hover{
  color:#222 !important;
  background:#fff !important;
  font-weight:normal !important;
    transition: all 0.3s;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}




.jdgm-full-rev__product-button::after {
    content: url(https://shop.rayswheels.co.jp/cdn/shop/t/3/assets/icon_arrow-circle.svg) !important;
    top: 5px;
    position: relative;
    left: 10px;
}




.jdgm-full-rev__product-button:hover::after {
    content: url(/cdn/shop/files/Group_3_1.svg?v=1756794635) !important;
}


.product-table br {
  display: none !important;
}

.product-table{
  overflow:scroll;
}



.register-heading{
  font-size:36px;
  text-align:center;
}


@media (max-width: 768px) {
    .register-heading{
      font-size:32px;
    }
}



.cart-item__name ,.cart-item__price-wrapper .price{
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}

.cart-item__price-wrapper .price:last-child{
  right: -10px;
  position: relative;
}

.cart-summary__row .cart-summary__row-price{
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}

@media (max-width: 768px) {

  .cart-item__name{
    font-size:24px;
  }


}


.custom-template-search h1{
  font-size:36px;
}