/** Shopify CDN: Minification failed

Line 22:3 Unexpected ","

**/
/*==============================
PCとSPのだし分け
==============================*/
.sp, .pc {
  display: none;
}

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

@media screen and (min-width: 801px) {
  .pc {
    display: block;
  },
  .sp {
    display: none;
  }
}

.sp-list-collection {
  display: block !important;
}

@media screen and (min-width: 990px) {
  .sp-list-collection {
    display: none !important;
  }
}

.pc-list-collection {
  display: none !important;
}

@media screen and (min-width: 990px) {
  .pc-list-collection {
    display: block !important;
  }
}

.header-sp {
  display: block !important;
}
@media screen and (min-width: 990px) {
  .header-sp {
    display: none !important;
  }
}

.header-pc {
  display: none;
}
@media screen and (min-width: 990px) {
  .header-pc {
    display: block;
    background: #000000;
  }
}


/*==============================
フォント指定
==============================*/

h1, .h1 {
  font-size: calc(var(--font-heading-scale) * 2.4rem);
}

@media only screen and (min-width: 750px) {
  h1, .h1 {
    font-size: calc(var(--font-heading-scale) * 3.2rem);
  }
}

h2, .h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2, .h2 {
    font-size: calc(var(--font-heading-scale) * 2.8rem);
  }
}

.text-body {
  font-family: "メイリオ", Meiryo, YuGothic, "Yu Gothic", sans-serif;
}

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
  font-family: "メイリオ", Meiryo, YuGothic, "Yu Gothic", sans-serif;
}

h4, .h4 {
  font-family: "メイリオ", Meiryo, YuGothic, "Yu Gothic", sans-serif;
}

.link, .customer a {
  font-family: "メイリオ", Meiryo, YuGothic, "Yu Gothic", sans-serif;
}

.select__select {
  font-family: "メイリオ", Meiryo, YuGothic, "Yu Gothic", sans-serif;
}

.text-area {
  font-family: "メイリオ", Meiryo, YuGothic, "Yu Gothic", sans-serif;
}

.text-body {
  font-family: "メイリオ", Meiryo, YuGothic, "Yu Gothic", sans-serif;
}

body {
  font-family: "メイリオ", Meiryo, YuGothic, "Yu Gothic", sans-serif;
}
@media screen and (min-width: 750px) {
  .text-body {
    color: #000000;
  }

  h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    color: #000000;
  }

  h4, .h4 {
    color: #000000;
  }

  .link, .customer a {
    color: #000000;
  }

  .select__select {
    color: #000000;
  }

  .text-area {
    font-family: "メイリオ", Meiryo, YuGothic, "Yu Gothic", sans-serif;
  }

  .text-body {
    color: #000000;
  }

  body {
    color: #000000;
  }
}

/*==============================
共通設定
==============================*/
.button, .shopify-challenge__button, .customer button {
  border: 2px solid #e35700;
  transition: all ease-out .3s;
}

cart-remove-button .button {
  border: none;
}

.button:hover, .shopify-challenge__button:hover, .customer button:hover {
  color: #ffffff;
  background: #e35700;
}

cart-remove-button .button:hover {
  color: #e35700;
  background-color: transparent;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 1;
}

.mega-menu__link {
  /* position: relative;
  padding-right: 2rem; */
}

@media screen and (min-width: 750px) {
  .add-inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2.5rem;
  }

  .header {
    max-width: 1600px;
  }
  
  .field__label, .customer .field label {
    color: #000000;
  }
  .field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .16);
  }
  .field:hover.field:after, .select:hover.select:after, .select__select:hover.select__select:after, .customer .field:hover.field:after, .customer select:hover.select:after, .localization-form__select:hover.localization-form__select:after {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .16);
  }
  .field__input, .select__select, .customer .field input, .customer select {
    color: #000000;
  }
  .mega-menu__link {
    color: #000000 !important;
  }
}

@media screen and (max-width: 749px) {
    .field__label, .customer .field label {
    color: #000000;
  }
}

/*==============================
カートメモ
==============================*/
.cart__note label {
  color: #666666 !important;
}
@media screen and (min-width: 750px) {
  .cart__note label {
    color: #000000 !important;
  }
  .cart__note.field::after {
    box-shadow: 0 0 0 1px #000000 !important;
  }
}

/*==============================
カート追加ボタン
==============================*/
.add-btn {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  text-decoration: none;
  text-align: center;
  color: #e35700;
  background-color: #ffffff;
  width: 15rem;
  height: 42px;
  padding: 1.2rem 0;
  border: 2px solid #e35700 !important;
  border-radius: 3rem;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.add-btn:hover {
  color: #ffffff;
  background-color: #e35700;
}

.add-btn--bg-black {
  color: #ffffff;
  background-color: #000000;
  border: 2px solid #000000 !important;
}

.add-btn--bg-black:hover {
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #ffffff !important;
}

.add-btn--bg-orange {
  color: #ffffff;
  background-color: #e35700;
  border: 2px solid #e35700 !important;
}

.add-btn--bg-orange:hover {
  color: #e35700;
  background-color: #ffffff;
}
.add-btn:disabled {
  color: #ffffff;
  background-color: #d4d4d4;
  border: 2px solid #d4d4d4 !important;
  cursor: not-allowed;
}
.add-btn:disabled::after {
  box-shadow: none;
}
.add-btn[aria-disabled="true"] {
  color: #ffffff;
  background-color: #d4d4d4;
  border: 2px solid #d4d4d4 !important;
  cursor: not-allowed;
}
.add-btn[aria-disabled="true"]::after {
  box-shadow: none;
}
.add-btn:hover::after {
  box-shadow: none !important;
}
.add-btn--white {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  width: 15rem;
  height: 42px;
  padding: 1.2rem 0;
  border: 2px solid #ffffff !important;
  border-radius: 3rem;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.add-btn--white:hover {
  color: #000000;
  background-color: #ffffff;
}
@media screen and (min-width: 750px) {
  .add-btn {
    font-size: 1.6rem;
    letter-spacing: .05em;
    width: 24rem;
    height: 56px;
    padding: 1.8rem 0;
  }
  .add-btn--white {
    font-size: 1.6rem;
    letter-spacing: .05em;
    width: 24rem;
    height: 56px;
    padding: 1.8rem 0;
  }
}

/*==============================
カートページ告知 div
==============================*/
div#cartpage_notice {
  width:100%;
  max-width:1100px;
  margin: 0 auto;
  display:flex;
  justify-content: center;
  background: beige;
}

div#cartpage_notice img {
  width: 100%;
}

@media screen and (max-width: 800px) {
 div#cartpage_notice div.contents{
    width:100%;
  }
}

@media screen and (min-width: 801px) {
  div#cartpage_notice div.contents{
    width:45%;
    justify-content: space-between;
  }
}




/*==============================
アローアイコン付きリンク
==============================*/
.add-arrow-link {
  display: flex;
  align-items: center;
       column-gap: 1rem;
  text-decoration: none;

  -moz-column-gap: 1rem;
}

.add-arrow-link svg {
  width: 1.5rem;
  height: 1.5rem;
}

.add-arrow-link p {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .05em;
  color: #2889d4;
}

/*==============================
フッターメニュー
==============================*/
.add-footer {
  border-top: unset !important;
}
.add-footer .icon {
  width: 3.5rem !important;
  height: 3.5rem !important;
}

.add-footer__content--right {
  margin-top: 45px;
}

.add-footer__logo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.add-footer__logo-img {
  width: 9.25rem;
  margin: 0 auto;
}

.add-footer__logo-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 185/201;
     object-fit: contain;
  vertical-align: bottom;

  -o-object-fit: contain;
}

.add-footer .list-social__link {
  padding: 1.8rem;
}

.add-footer__list {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.add-footer__list a {
  font-size: 1.2rem;
  letter-spacing: .05em;
  text-decoration: none;
  padding: 0;
}

.add-footer__logo-caption {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: calc(18 / 12);
  letter-spacing: .05em;
  text-align: center;
  margin-top: 36px;
  color: #000000;
}

.add-footer__logo-addres-img {
  width: 3.5rem;
  margin: 0 auto;
}

.add-footer__logo-addres-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 70/105;
     object-fit: contain;
  vertical-align: bottom;

  -o-object-fit: contain;
}

.add-footer__logo-address-text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: calc(18 / 12);
  letter-spacing: .05em;
  text-align: center;
  color: #000000;
}

.add-footer__content-bottom {
  margin-top: 24px;
}

.add-footer__copyright {
  text-align: center;
  background-color: #d4d4d4;
  width: 100%;
  padding: 8px 0 16px;
}

.add-footer__copyright-content {
  display: block;
  font-size: 1.2rem;
  line-height: calc(18 / 12);
  letter-spacing: .05em;
}

.add-footer .footer__localization:empty + .footer__column {
  padding: 0;
}

.add-footer .footer__column--info {
  padding: 0;
}

@media screen and (min-width: 990px) {
  .pc-footer {
    display: block !important;
  }

  .sp-footer {
    display: none !important;
  }
}

.pc-footer {
  display: none;
}

.sp-footer {
  display: block;
}

@media screen and (min-width: 990px) {
  .add-footer .icon {
    width: 3rem !important;
    height: 3rem !important;
  }

  .add-footer__contents {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    width: 100%;
    max-width: 1600px;
    margin: 70px auto 0;
    padding: 0 2.5rem;
  }

  .add-footer__child-links {
    padding-left: 1.5rem;
  }

  .add-footer__child-links li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .add-footer__child-links li a {
    font-size: 1.4rem;
    text-decoration: none;
    color: #000000;
  }

  .add-footer__content li {
    list-style: none;
  }

  .add-footer__content li a {
    font-family: "源ノ角ゴシック", sans-serif;
    font-size: 1.4rem;
    text-decoration: none;
    color: #000000 !important;
  }

  .add-footer__content--right {
    margin-top: initial;
  }

  .add-footer__logo-content {
    align-items: flex-end;
  }

  .add-footer__logo-img {
    width: 8.1rem;
    margin: 0 0 0 auto;
  }

  .add-footer__logo-img img {
    aspect-ratio: 81/88;
  }

  .add-footer__list a {
    font-size: 1.2rem;
    letter-spacing: .05em;
    text-decoration: none;
    padding: 0;
  }

  .add-footer__logo-caption {
    font-size: 1.4rem;
    line-height: calc(25 / 14);
    text-align: right;
    color: #000000;
    margin-top: 43px;
  }

  .add-footer__logo-address {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
         column-gap: 2.8rem;
    margin-top: 40px;

    -moz-column-gap: 2.8rem;
  }

  .add-footer__logo-addres-img {
    width: 7rem;
    margin: 0 auto;
  }

  .add-footer__logo-addres-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 70/105;
       object-fit: contain;
    vertical-align: bottom;

    -o-object-fit: contain;
  }

  .add-footer__logo-address-text {
    font-family: "源ノ角ゴシック", sans-serif;
    font-size: 1.2rem;
    line-height: calc(24 / 12);
    letter-spacing: 0;
    text-align: right;
    color: #000000;
  }

  .add-footer__content-bottom {
    margin-top: 40px;
  }

  .add-footer__copyright {
    text-align: center;
    background-color: #d4d4d4;
    width: 100%;
    padding: 15px 0;
  }

  .add-footer__copyright-content {
    display: inline-block;
    font-family: "源ノ角ゴシック", sans-serif;
    font-size: 1.4rem;
    line-height: calc(18 / 14);
    letter-spacing: 0;
    color: #000000;
  }

  .add-footer .footer__localization:empty + .footer__column {
    padding: 0;
  }

  .add-footer .footer__column--info {
    padding: 0;
  }

  .footer-block__details-content .list-menu__item--link:hover, .copyright__content a:hover {
    text-decoration: none !important;
  }
}

/*==============================
ヘッダーカスタム
==============================*/
.header {
  display: grid;
  align-items: start;
  grid-template-areas: "heading icons left-icon";
  grid-template-columns: 2fr 1fr auto;
  padding-left: 1rem;
}

details[open] > .header__menu-item {
  text-decoration: none !important;
}

.mega-menu__link:hover, .mega-menu__link--active {
  text-decoration: none !important;
}

header-drawer {
  justify-self: flex-end;
  margin-left: initial;
}

.header__icons {
  align-items: center;
  padding-right: 1.6rem;
}

.header__icon .icon {
  fill: initial;
}

.header__icon--cart .icon {
  width: 2.8rem;
  height: 2.6rem;
}

.header__icon .icon-search {
  width: 2.4rem;
  height: 2.4rem;
}

.icon-search use {
  display: block;
  height: 4.5rem;
}

.search__button .icon {
  width: 4.5rem !important;
  height: 4.5rem !important;
}

.header__heading-link {
  padding: 0;
}

.header__heading {
  justify-self: start;
}

.menu-drawer {
  opacity: 0;
  transform: initial !important;
  width: 100vw !important;
}

.drawer__inner {
  opacity: 0;
  transform: initial !important;
  transition: opacity .3s ease-out !important;
}

.drawer.active .drawer__inner {
  opacity: 1;
  transform: initial !important;
}

.no-js details[open] > .menu-drawer, .js details[open].menu-opening > .menu-drawer, details[open].menu-opening > .menu-drawer__submenu {
  opacity: 1;
  transform: initial !important;
}

.js details[open] > .menu-drawer, .js details[open] > .menu-drawer__submenu {
  transition: opacity .3s ease-out, transform var(--duration-default) ease,
  visibility var(--duration-default) ease !important;
}

.modal__content {
  top: 100%;
  background: rgba(255, 255, 255, .8);
}

.field__button {
  width: 4.5rem;
  height: 4.5rem;
}

.search__input.field__input {
  margin: 0;
}

.search-modal__content {
  padding: 0 1rem;
}

.add-search-modal__form {
  display: none;
}

.header__icon--account {
  display: none !important;
}

.menu-drawer {
  background-color: rgba(255, 255, 255, .8) !important;
}

.menu-drawer__submenu {
  /* background-color: rgba( 255, 255, 255, .8) !important; */
  background-color: transparent !important;
}

.menu-drawer__menu > li > .menu-drawer__menu-item {
  position: relative;
}

.menu-drawer__menu > li > .menu-drawer__menu-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  transform: translateY(-50%);
}

.menu-drawer__navigation {
  padding: 0 !important;
}

.list-menu__item {
  justify-content: center;
}

.menu-drawer__menu li {
  border-bottom: 1px solid #707070;
}

.menu-drawer__navigation-container {
  height: auto !important;
}

.menu-drawer__navigation:has(.submenu-open) + .menu-drawer__utility-links {
  visibility: hidden !important;
}

.menu-drawer .list-social {
  justify-content: center !important;
  margin-top: 0 !important;
}
.add-header__social-text {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .05em;
  margin: 0;
}
.js .menu-drawer {
  height: auto !important;
}
.list-social__link {
  justify-content: center;
}
.list-social__link svg {
  width: 3.5rem !important;
  height: 3.5rem !important;
}
.menu-drawer__menu > li > .menu-drawer__menu-item > .icon-right-arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: .7rem;
  height: 1.2rem;
}

.menu-drawer summary.menu-drawer__menu-item svg {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}
.menu-drawer summary.menu-drawer__menu-item svg path {
  fill: #000000;
}
.menu-drawer__close-button {
  position: relative;
  font-family: "メイリオ", Meiryo, YuGothic, "Yu Gothic", sans-serif !important;
  font-size: 1.8rem !important;
}
.menu-drawer__close-button .icon-left-arrow {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: .7rem;
  height: 1.2rem;
}

.menu-drawer__menu-item {
  padding: 1.1rem 5.2rem 1.1rem 2.7rem !important;
}
.predictive-search {
  display: none !important;
}
@media screen and (min-width: 990px) {
  .header {
    grid-template-areas: "heading icons" "heading navigation";
    grid-template-columns: auto auto;
  }

  .add-search-modal__form {
    display: block;
  }

  .header__search {
    display: none !important;
  }

  .search-modal__form {
    width: 42.5rem;
  }

  .header__icon {
    margin-left: 1.6rem;
  }

  .header__inline-menu {
    justify-self: end;
    margin-top: 0;
  }

  .list-menu__item {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .05em;
    color: #000000;
  }

  .search__input.field__input {
    margin: var(--inputs-border-width);
  }

  .header__menu-item.list-menu__item {
    font-weight: 700;
  }

  .header__active-menu-item {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-decoration: none;
    color: #000000;
  }

  .header__menu-item:hover span {
    text-decoration: none;
  }

  .header__heading-logo {
    /*     width: clamp(0px, 420 / 1600 * 100vw, 420px) !important; */
    max-width: 41rem !important;
  }

  .header__icon--account {
    display: flex !important;
    flex-direction: column;
    text-decoration: none;
    width: 6.2rem;
    margin-left: 1.6rem;
  }

  .add-header__login {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: .05em;
    margin: 3px 0 0;
  }

  .header__heading-link {
    padding: 0 0 0 2.5rem;
  }
  .header--middle-left {
         column-gap: 0 !important;

    -moz-column-gap: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .header__heading-logo {
    width: 41rem !important;
  }
}

/*==============================
added by WWF 2024.05.23
ヘッダーロゴ、検索窓ログイン他アイコンを上段に左右配置
ナビメニューは下段に一列、センター配置
.headerのグリッドを横5列、縦3行(上下に10pxの空白確保)。
==============================*/
@media screen and (min-width: 990px) {
.header { grid-template-columns: 20% 20% 20% 20% 20%; grid-template-rows: auto 10px auto; }
.header__heading { grid-column: 1 / 2; grid-row: 1 / 2; justify-self: start; }
.header__heading-logo { width: 100% !important; }
.header__icons {
    align-items: center;
    padding-right: 1.6rem;
    grid-column: 3 / 6;
    grid-row: 1 / 2;
    justify-self: end;
}
.header__inline-menu { grid-column: 1 / 6; grid-row: 3 / 4; justify-self: center; }
}


/*==============================
カート数量ボタン
==============================*/
.cart-count-bubble {
  bottom: 2rem;
  left: 3rem;
  color: #ffffff;
  background-color: #bcb8b1;
}

/*==============================
カート画面
==============================*/
.cart-drawer {
  width: 100% !important;
}

.cart-drawer .cart-items thead {
  margin-bottom: 0 !important;
  padding-bottom: .5rem !important;
}

.cart-drawer .cart-items, .cart-drawer tbody {
  background-color: #ffffff;
  height: 100%;
}

.drawer__header {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  border-radius: 30px 30px 0 0;
}

.drawer__footer {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  border-radius: 0 0 30px 30px;
}

cart-drawer-items {
  background-color: #ffffff;
}

.drawer__contents {
  height: 100%;
  overflow-y: scroll;
}

.cart-drawer .cart-items, .cart-drawer tbody {
  padding: 0 1.5rem !important;
}

.drawer__inner {
  position: relative;
  z-index: 1;
  background-color: #edead7 !important;
  width: 100% !important;
  max-width: initial !important;
  max-height: 55rem;
  padding: 2rem 1rem !important;
}

.drawer {
  top: 8.5rem !important;
}

.drawer__close {
  display: none !important;
}

.drawer__inner-empty {
  padding: 0 2rem !important;
  border-radius: 15px;
}

.cart-drawer__empty-content {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.cart__empty-text {
  margin: 3.2rem 0 4.5rem !important;
}

.cart__login-paragraph {
  text-align: left !important;
}

.add-cart-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  margin: 3.2rem 0 0 !important;
}

.cart-drawer .cart__checkout-button {
  max-width: 17.6rem !important;
}

.menu-drawer__submenu.submenu-open .menu-drawer__inner-submenu {
  visibility: hidden !important;
}

.search-modal__form .field::after {
  box-shadow: none;
}

.search-modal__form .field__input:focus {
  box-shadow: none;
}

.search-modal__form .search__button {
  top: 0;
  right: 0;
}

@media screen and (min-width: 750px) {
  .cart__ctas {
    justify-content: center;
  }
}
@media screen and (min-width: 990px) {
  .drawer {
    top: 27rem !important;
  }

  .search-modal__form .field::after {
    box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
    /* add by WWF 20240513 */
    border: 1px solid #808080;
    border: 1px solid #A9A9A9;
    
  }

  .search-modal__form .field__input:focus {
    box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
    /* add by WWF 20240513 */
    border: 1px solid #808080;
    border: 1px solid #A9A9A9;    
  }

  .search-modal__form .search__button {
    top: 1px;
    right: 1px;
  }
}
/*==============================
アナウンスバー
==============================*/
.announcement-bar__link {
  cursor: unset;
}
.announcement-bar__flex {
  display: flex;
  align-items: center;
}
.announcement-bar__message {
  text-decoration: none;
  color: #ffffff !important;
}
.announcement-bar__message--small {
  font-size: 1.3rem;
  color: #ffffff !important;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 750px) {
  .announcement-bar__link {
    padding: .5rem 0 .2rem 0;
  }
}

/*==============================
ヘッダーアナウンスバー（SP）
==============================*/
.add-menu-drawer {
  z-index:4;
  background-color: #000000;
  padding: .2rem 0;
}
.add-menu-drawer__link {
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
}
.add-menu-drawer__message {
  font-size: 1.4rem;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

/*==============================
/* パンくずリスト
==============================*/
.add-breadcrumbs {
  padding-left: 1.2rem;
}
.add-breadcrumbs a {
  font-size: 1.2rem;
  letter-spacing: .05em;
  text-decoration: none;
  color: #000000;
}

.add-breadcrumbs span {
  font-size: 1.2rem;
  color: #000000;
}
@media screen and (min-width: 750px) {
  .add-breadcrumbs {
    width: 100%;
    /* max-width: 129rem; */
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2.5rem;
  }

  .add-product__inner .add-breadcrumbs {
    padding: unset;
  }
  
  .add-breadcrumbs a {
    font-size: 1.4rem;
    letter-spacing: .05em;
    text-decoration: none;
    color: #000000;
  }

  .add-breadcrumbs span {
    font-size: 1.4rem;
    color: #000000;
  }
}

/*==============================
ページトップ
==============================*/
.add-page-top {
  position: relative;
  background-color: #edead7;
  margin-top: 70px;
  padding: 36px 0 12px;
  cursor: pointer;
}
.add-page-top::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  border-top: 1.5px solid #000000;
  border-left: 1.5px solid #000000;
}
.add-page-top__text {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  color: #000000;
}
@media screen and (min-width: 990px) {
  .add-page-top {
    margin-top: 70px;
    padding: 54px 0 20px;
  }
  .add-page-top::before {
    top: 25px;
    width: 32px;
    height: 32px;
    border-top: 3px solid #000000;
    border-left: 3px solid #000000;
  }
  .add-page-top__text {
    font-size: 1.6rem;
    color: #000000;
  }
}

/*==============================
ポップアップ
==============================*/
.popup {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  transition: .6s;
}
.popup.is-show {
  visibility: visible;
  opacity: 1;
}
.popup-inner {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 80%;
  max-width: 600px;
  padding: 50px;
  border-radius: 10px;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  top: 20px;
  right: 0;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333333;
}

a.btn_shipfree {
  display: block;
  text-decoration: none;
  background-color: #e35700;
  width: 80%;
  margin: 0 auto;
  padding: 1.5rem 3rem;
  border-radius: 8px;
  box-sizing: border-box;
  transition: .3s;
}

a.btn_shipfree span.btn__text {
  display: block;
  position: relative;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  padding-left: 30px;
}
a.btn_shipfree span.btn__text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 50%;
}
a.btn_shipfree span.btn__text:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 3px solid #e35700;
  border-right: 3px solid #e35700;
  box-sizing: border-box;
  transition: .3s;
}
a.btn_shipfree:hover, a.btn_shipfree:hover span.btn__text:after, .close-btn:hover {
  opacity: .6;
}

.shipfee {
  font-size: 3em;
  font-weight: 600;
  color: #e35700;
}

.batsu {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

.batsu::before, .batsu::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
  transform: rotate(45deg);
  transform-origin: 0 50%;
  background: #000000;
  width: 100%;
  height: 5px;
}

.batsu::after {
  right: 14%;
  left: auto;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
}
.shipfree-txt {
  margin: 0;
}
@media (max-width: 749px) {
  .popup-inner {
    padding: 10vw 3vw;
  }

  a.btn_shipfree {
    width: 100%;
  }
  .shipfree-txt {
    line-height: 1.4;
  }
}
/*==============================
バッジ
==============================*/
.badge {
  color: #ffffff !important;
}
/*==============================
セール価格
==============================*/
.price-item.price-item--sale {
  color: #e35700;
}
@media screen and (min-width: 750px) {
  .price--on-sale .price-item--regular {
    color: #000000 !important;
  }
}
/*==============================
ポップアップカート
==============================*/
.add-cart-notification__wrapper {
  background-color: #edead7;
  padding: 20px 10px !important;
}
.add-cart-notification__inner {
  background-color: #ffffff;
  padding: 20px !important;
  border-radius: 30px;
}
.add-cart-notification__product-price {
  margin-left: auto;
  padding-left: 20px;
}
@media screen and (min-width: 750px) {
  .add-cart-notification__wrapper {
    right: 0 !important;
    max-width: initial !important;
  }
  .add-cart-notification__header {
    max-width: 1290px !important;
    margin: 0 auto !important;
  }
  .add-cart-notification__product {
    max-width: 1290px !important;
    margin: 0 auto !important;
  }
  .add-cart-notification__product-price {
    color: #000000;
  }
  .add-cart-notification__product-option {
    color: #000000;
  }
}
/*==============================
ギフトアプリ
==============================*/
.dd-gift .gift-setting__button > .button {
  background: #e35700 !important;
}

/*==============================
ポップアップ
==============================*/
.popup-wishlist {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  transition: .6s;
}
.popup-wishlist.is-show {
  visibility: visible;
  opacity: 1;
}
.popup-wishlist-inner {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 80%;
  max-width: 600px;
  padding: 50px;
  border-radius: 10px;
}
.popup-wishlist-inner img {
  width: 100%;
}
.popup-wishlist .close-btn {
  position: absolute;
  top: 20px;
  right: 0;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333333;
}

a.btn_shipfree {
  display: block;
  text-decoration: none;
  background-color: #e35700;
  width: 80%;
  margin: 0 auto;
  padding: 1.5rem 3rem;
  border-radius: 8px;
  box-sizing: border-box;
  transition: .3s;
}

a.btn_shipfree span.btn__text {
  display: block;
  position: relative;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  padding-left: 30px;
}
a.btn_shipfree span.btn__text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 50%;
}
a.btn_shipfree span.btn__text:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 3px solid #e35700;
  border-right: 3px solid #e35700;
  box-sizing: border-box;
  transition: .3s;
}
a.btn_shipfree:hover, a.btn_shipfree:hover span.btn__text:after, .close-btn:hover {
  opacity: .6;
}

.shipfee {
  font-size: 3em;
  font-weight: 600;
  color: #e35700;
}

.batsu {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

.batsu::before, .batsu::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
  transform: rotate(45deg);
  transform-origin: 0 50%;
  background: #000000;
  width: 100%;
  height: 5px;
}

.batsu::after {
  right: 14%;
  left: auto;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
}
.popup-wishlist__text {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #000000;
  margin-bottom: 50px;
}
@media (max-width: 749px) {
  .popup-inner {
    padding: 10vw 3vw;
  }

  a.btn_shipfree {
    width: 100%;
  }
  .popup-wishlist__text {
    line-height: 1.4;
    color: #000000;
  }
  .popup-wishlist .batsu::before, .popup-wishlist .batsu::after {
    background: #666666;
  }
}
.mega-menu__link--level-2 {
  font-weight: 700;
}
.nav-pointer-events-none {
  pointer-events: none;
}
.nav-arrow-icon > .nav-arrow-icon__text {
  display: inline-block;
  position: relative;
}
.nav-arrow-icon > .nav-arrow-icon__text::after {
  content: "";
  position: absolute;
  top: 48%;
  right: -1rem;
  transform: translateY(-50%) rotate(45deg);
  width: .6rem;
  height: .6rem;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
}
/*==============================
ハンバーガーメニュー
==============================*/
.js .menu-drawer__submenu.add-submenu {
  top: 45px;
}

/* #MainContent {
  z-index: 1; 
}
#menu-drawer {
 z-index: 2; 
}
.menu-drawer__open:has(.submenu-open) {
  overflow: hidden !important;
}
.submenu-open {
  overflow: hidden !important;
}
.submenu-open .menu-drawer__submenu.add-submenu {
  top: 0 !important;
} */

/*==============================
ブログバックリンクアイコン
==============================*/
.article-template__link .icon-left-arrow {
  transform: rotate(180deg);
  width: 1rem;
}
.article-template__link .icon-left-arrow path {
  fill: #e35700;
}
@media screen and (min-width: 750px) {
  .article-template__link .icon-left-arrow path {
    fill: #000000;
  }
}

/*==============================
会員情報
==============================*/
.customer.register ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
}

.customer-birthday {
  font-size: 1.6rem;
  text-align: left;
  margin-top: 2rem;
}

.customer-birthday .grid {
  align-items: center;
}

.customer-birthday .grid__item {
  width: 5rem;
  margin: 0 !important;
}

.customer-birthday .grid__item select {
  padding: 0 1rem !important;
}

.customer-gender {
  font-size: 1.6rem;
  text-align: left;
  margin-top: 2rem;
}

.customer-gender__radio {
  accent-color: #e35700;
}

.customer-birthday p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.customer-gender p {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .customer-birthday .grid__item {
    width: 10rem;
  }
  .customer-birthday .grid__item select {
    padding: 0 2rem !important;
  }
}
/*==============================
コンタクト　同意チェック
==============================*/
.add-contact-agree__wrap {
  margin-bottom: 2rem;
  padding: 1rem 2rem 1rem;
  height: 18rem;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #cccccc;
  font-size: 1.4rem;
}
.add-contact-agree__heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.add-contact-agree__text {
  margin: 0;
}
.add-contact-agree__checkbox {
  text-align: center;
  color: #000000;

  accent-color: #e35700;
}
.add-contact-agree__text + .add-contact-agree__text {
  margin-top: 1.6rem;
}
.add-contact-agree__text.add-contact-agree__text--position-right {
  text-align: right;
}
.contact__button {
  text-align: center;
}
.contact__button [type="submit"][disabled] {
  color: #ffffff;
  background-color: #d4d4d4;
  border: 2px solid #d4d4d4 !important;
}
.contact__button [disabled].button::after {
  box-shadow: 0 0 0 #d4d4d4;
}
@media screen and (min-width: 750px) {
  .add-contact-agree__heading {
    color: #000000;
  }
  .add-contact-agree__text {
    color: #000000;
  }
  .add-contact-agree__checkbox {
    color: #000000;
  }
  .add-contact-agree__wrap {
    margin-bottom: 2rem;
    padding: 1rem 2rem 1rem;
    height: auto;
    overflow: auto;
  }  
  
}


/*==============================
added by WWF 20240801
==============================*/
main#MainContent {
    /* max-width: 1280px; */
    width: 100%;
    margin: 0 auto;
}

.add-mv {
    max-width: 1600px;
    margin: 0 auto;
}

.add-banner {
  max-width: 1600px;
    margin: 0 auto;
}

main#MainContent .swiper {
  margin: 0 auto;
}

div.lead {
  max-width: 1600px!important;
}

.collection__description {
    color: #000000;
}

/*==============================
Collection Page Links
==============================*/
ul#collection_links li {
  width: 100%;
  float: left
}



