/** Shopify CDN: Minification failed

Line 1110:31 Expected ":"
Line 1121:31 Expected ":"

**/
/* ------------------------------
  変数
------------------------------*/
:root {
  --black-000: #000;
  --white-fff: #fff;
  --color-text-second: #DDD;
  --text-sub-666: #666;
  --color-tag-bg: #DDD;
  --color-tag-bg-active: #000;
  --color-bg: #F4F4F4;
  --color-border: #DDD;
  --color-pagination: #AAA;

  --container-max-width: 1220px;
  --container-gutter: 20px;

/* --heading-font-family: "Gill Sans Nova", "Noto Sans Japanese", sans-serif; */
 /* --text-font-family: "Gill Sans Nova", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  
  --product-list-block-spacing: 40px;
  --grid-gap: 20px;

  --SALE: #ea3e0a;
  --NANO-SALE: #191970;
}

/* #shopify-section-template--23364632543534__main {
display:none;
} */

/* ==================================================
  reset
===================================================*/
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.is-pc {
  display: block!important;
}

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

@media screen and (max-width: 740px) {
  .is-pc {
    display: none!important;
  }

  .is-sp {
    display: block!important;
  }
}

.container--small {
  margin-inline: auto;
  max-width: 740px;
}

.is-inactive {
  pointer-events: none;
  opacity: .5;
}
/* ==================================================
  共通パーツ
===================================================*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-tabMenu-height);
  font-family:gill-sans-nova,"Gill Sans Nova", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}

.no-scroll {
  overflow: hidden;
}

/* ------------------------------
  タグ
------------------------------*/
.c_tag {
  position: absolute;
  display: flex!important;
  align-items: center;
  gap: 4px;
  color: var(--white-fff, #FFF);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background: var(--black-000, #000);
}

.c_tag::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: var(--white-fff, #FFF);
  border-radius: 50%;
}

/* ==================================================
  パンくず
===================================================*/
.c_breadcrumb {
  color: var(--black-000, #000);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.breadcrumb__list {
  flex-wrap: wrap;
  row-gap: 10px;
  padding-top: 20px;
  padding-bottom: 17px;
}

.breadcrumb__item {
  display: inline;
}

.breadcrumb__item+.breadcrumb__item:before {
  margin: 0 7px;
}

.c_breadcrumb__border {
  position: relative;
}

.c_breadcrumb__border::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -6px;
  background: #9B9B9B;
}

.breadcrumb__link {
  color: var(--black-000, #000);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  opacity: 1!important;
}
@media (hover: hover) {
  .breadcrumb__link:hover {
    opacity: .7!important;
  }
}
/* ==================================================
  splide
===================================================*/
.splide__arrow svg {
  width: 100%;
  height: 100%;
}

.splide__arrow {
  width: auto;
  height: auto;
  opacity: 1;
}
/* ------------------------------
  pagination
------------------------------*/
.splide__pagination {
  gap: 7px;
}

.splide__pagination li {
  line-height: 0;
}

.splide__pagination__page {
  width: 7px;
  height: 7px;
  margin: 0;
  background: var(--color-pagination);
}

.splide__pagination__page.is-active {
  background: var(--black-000);
  opacity: 1;
  border-radius: 0;
  transform: scale(1);
}

/* ==================================================
  セクション共通
===================================================*/
/* 見出し */
.c_section-title {
  color: var(--black-000, #000);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  margin-bottom: 0;
  /* letter-spacing: -1px; */
}
h1.c_section-title {
  /* letter-spacing: 2.4px; */
}
@media screen and (max-width: 740px) {
  .c_section-title {
    font-size: 24px;
    line-height: 24px;
  }
  h1.c_section-title {
    letter-spacing: normal;
  }
}

.c_section-title__image {
  max-width: 110px;
  padding-bottom: 20px;
}

.c_section-title span {
  display: block;
  color: var(--text-sub-666, #666);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 2px;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .c_section-title span {
    font-size: 11px;
    line-height: 16px;
  }
}

.c_section-text {
  color: var(--black-000, #000);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
@media screen and (max-width: 740px) {
  .c_section-text {
    color: var(--black-000, #000);
    font-size: 12px;
    line-height: 19px;
  }
}

.c_section-text span {
  font-weight: 400;
}

/* ボタン */
.button {
  display: grid;
  place-content: center;
  font-size: 13px!important;
  font-style: normal;
  font-weight: 600!important;
  line-height: 24px;
  text-align: center;
  height: 50px;
  border: 1px solid var(--black-000);
}

.c_button__link {
  display: grid;
  place-content: center;
  color: var(--black-000, #000);
  max-width: 100%;
  width: 420px;
  height: 50px;
  font-size: 13px!important;
  font-style: normal;
  font-weight: 600!important;
  line-height: 24px;
  text-align: center;
  border: 1px solid var(--black-000);
  margin-inline: auto;
}

.shopify-challenge__button {
  color: #fff;
}
/* ==================================================
  ブログ
===================================================*/
.c_blog-card {
  position: relative;
  transition: opacity .3s ease;
}
@media (hover: hover) {
  .c_blog-card:hover {
    opacity: .8;
  }
}
@media screen and (max-width: 740px) {
  .c_blog-card {
    display: flex;
    gap: 16px;
  }
}

.c_blog-card__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.c_blog-card__image {
  position: relative;
  aspect-ratio: 380 / 190;
}
@media screen and (max-width: 740px) {
  .c_blog-card__image {
    width: 48.6567%;
  }
}

.c_blog-card__image img,
.c_blog-card__image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 740px) {
  .c_blog-card__image img {
    height: auto;
  }
}

.c_blog-card__tag {
  left: 3px;
  bottom: 3px;
}

.c_blog-card__tag.is-sp {
  display: none!important;
}
@media screen and (max-width: 740px) {
  .c_blog-card__tag {
    position: relative;
    left: inherit;
    bottom: inherit;
  }
  
  .c_blog-card__tag.is-pc {
    display: none!important;
  }

  .c_blog-card__tag.is-sp {
    display: flex!important;
  }
}

.c_blog-card__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 740px) {
  .c_blog-card__info {
    width: calc(100% - 16px - 48.6567%);
  }
}

.c_blog-card__title {
  color: var(--black-000, #000);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
h3.c_blog-card__title {
  margin-block-start: 11px !important;
}
@media screen and (max-width: 740px) {
  .c_blog-card__title {
    margin-top: 11px;
    line-height: 16px;
  }
}

.c_blog-card__date {
  color: var(--text-sub-666, #666);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (max-width: 740px) {
  .c_blog-card__date {
    margin-top: 5px;
    line-height: 11px;
  }
}
/* ==================================================
  商品カード
===================================================*/
/* ------------------------------
  商品画像
------------------------------*/
.aspect-ratio--custom {
  aspect-ratio: 220 / 265;
}
/* ------------------------------
  商品情報
------------------------------*/
.product-item-meta {
  text-align: left;
}

.product-item__image-wrapper {
  margin-block-end: 4px;
}

/* NEWラベル */
.c_label-new {
  color: var(--black-000, #000);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .c_label-new {
    font-size: 9px;
    line-height: 10px;
    line-height: 9px;
  }
}

/* カラースウォッチ */
.c_color-swatch-list--wrapper {
  margin-left: 3px;
  min-height: 20px;
  display: flex;
  align-items: center;
}
.c_color-swatch-list--wrapper--new {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 740px) {
  .c_color-swatch-list--wrapper {
    min-height: 9px;
    margin-bottom: 3px;
  }
  .c_color-swatch-list--wrapper--new {
    gap: 8px;
    align-items: flex-start;
  }
}

.color-swatch-list--mini {
  grid-template-columns: repeat(auto-fit, 13px);
}

@media screen and (max-width: 740px) {
  .color-swatch-list--mini {
    grid-template-columns: repeat(auto-fit, 11px);
  }
}

.product-item-meta__swatch-list {
  justify-content: flex-start;
  gap: 0;
  padding-left: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  width: 100%;
}

.color-swatch__item {
  /* border: none; */
  border:1px solid #ccc;
}

.color-swatch-list--mini .color-swatch__item {
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 740px) {
  .color-swatch-list--mini .color-swatch__item {
    width: 7px;
    height: 7px;
  }

  .color-swatch__item:after {
    border-color: rgb(var(--text-color));
    opacity: 0;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    transition: opacity .2s, transform .2s;
    top: -2px;
    left: -2px;
    transform: scale(.8);
  }
}
/* ラベル */
.product-item__label-list {
  top: inherit;
  bottom: 10px;
  left: 0!important;
  right: 0;
  width: 100%;
  justify-content: flex-end;
  flex-direction: inherit;
  align-items: center;
  padding-right: 1px;
}
@media screen and (max-width: 1000px) {
  .product-item__label-list {
    bottom: 8px;
  }
}

.label {
  color: var(--white-fff, #FFF);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 7px;
  padding-right: 7px;
  margin-block-end: 0!important;
  margin-right: 5px;
}
@media screen and (max-width: 1000px) {
  .label {
    font-size: 9px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 741px) and (max-width: 850px) {
  .label {
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 2px;
  }
}

.c_label-nanoSale {
  position: relative;
  padding: 0!important;
  margin: 0!important;
  margin-left: 5px!important;
  width: 41px;
  height: 21px;
}
@media screen and (max-width: 1000px) {
  .c_label-nanoSale {
    width: 32px;
    height: 16px;
    margin-left: 0!important;
  }
}
@media screen and (max-width: 740px) {
  .c_label-nanoSale {
    margin-left: 5px!important;
  }
}

.c_label-nanoSale::after {
  position: absolute;
  content: "";
  right: -2px;
  bottom: -11px;
  width: 62px;
  height: 62px;
  background: #F4F4F4;
  z-index: -1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 1000px) {
  .c_label-nanoSale::after {
    width: 42px;
    height: 42px;
  }
  
}

/* ランキング */
/* .c_ranking-tag {
  position: absolute;
  display: grid;
  place-content: center;
  left: 5px;
  top: 5px;
  z-index: 1;
  background: var(--text-sub-666, #666);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: var(--white-fff, #FFF);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
} */
.c_ranking-tag {
position: absolute;
display: grid;
place-content: start;
padding:8px ;
left: 0;
top: 0;
z-index: 1;
width: 44px;
height: 44px;
color: var(--white-fff, #FFF);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 14px;
text-align: center;
background-image: linear-gradient(135deg, #AAA 32px, transparent 0);
}

.splide__slide:nth-child(1) .c_ranking-tag, .splide__slide:nth-child(2) .c_ranking-tag , .splide__slide:nth-child(3) .c_ranking-tag {
 background-image: linear-gradient(135deg, #000 32px, transparent 0);
}

.splide__slide:nth-child(n + 10)  .c_ranking-tag {
padding:7px 3px ;
}

@media screen and (max-width: 740px) {
   
.c_ranking-tag {
position: absolute;
display: grid;
place-content: start;
padding:6px ;
left: 0;
top: 0;
z-index: 1;
width:38px;
height: 38px;
color: var(--white-fff, #FFF);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 12px;
text-align: center;
background-image: linear-gradient(135deg, #AAA 28px, transparent 0);
}

.splide__slide:nth-child(1) .c_ranking-tag, .splide__slide:nth-child(2) .c_ranking-tag, .splide__slide:nth-child(3) .c_ranking-tag {
 background-image: linear-gradient(135deg, #000 28px, transparent 0);
}

.splide__slide:nth-child(n + 10)  .c_ranking-tag {
padding:5px 2px ;
}    
    
}

/* 販売元 */
.product-item-meta__vendor {
  color: var(--text-sub-666, #666);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-block-end: 0;
  margin-block-start: 0;
}

.c_vendor-link {
  text-transform: none!important;
}

/* タイトル */
.product-item-meta__title {
  color: var(--black-000, #000);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-block-end: 0;
}
@media screen and (max-width: 740px) {
  .product-item-meta__title {
    font-size: 11px;
    line-height: 16px;
  }
}

/* 料金 */
.price {
  color: var(--black-000, #000);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-block-start: 3px;
  letter-spacing: .6px;
}

.price-list--centered {
  justify-content: flex-start;
}

/* nano割 */
.product-item-meta__price-list-container.is-blue .price {
  color: var(--NANO-SALE, #191970);
}
.c_price-NanoSale {
  color: var(--NANO-SALE, #191970);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/* タイムセール */
.product-item-meta__price-list-container.is-red .price {
  color: var(--SALE, #ea3e0a);
}
.c_price-TimeSale {
  color: var(--SALE, #ea3e0a);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.c_price-sale--color {
  color: var(--SALE, #ea3e0a);
  text-decoration: none;
  opacity: 1;
}

.c_price-sale--color + span {
  color: var(--SALE, #ea3e0a);
}

.price-list:not(.price-list--stack)>.price:not(:last-child) {
  margin-inline-end: 6px;
}

.c_nanoSale__text {
  color: var(--text-sub-666, #666);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0;
}
@media screen and (max-width: 740px) {
  .c_nanoSale__text {
    display: none;
  }
}

/* 商品特徴 */
.c_product-card__details {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
}
@media screen and (max-width: 740px) {
  .c_product-card__details {
    margin-top: 11px;
  }
}

.c_product-card__detail {
  cursor: pointer;
}

.c_product-card__detail img {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 740px) {
  .c_product-card__detail img {
    width: 30px;
    height: 30px;
  }
}

.c_product-card__detail span {
  opacity: 0;
  position: absolute;
  text-align: center;
  top: -140%;
  left: 0;
  right: 0;
  width:  100%;
  background: #fff;
  border-radius: 10px;
  transition: opacity .3s ease;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1;
  border: 1px solid #AAAAAA;
}

.c_product-card__detail img:hover + span {
  opacity: 1;
}
/* お気に入り */
.product-item wishlist-button-collection .wk-floating {
  top: 5px!important;
  left: -5px!important;
}

.product-item  wishlist-button-collection .wk-button {
  border-radius: 50%;
  width: 25px!important;
  height: 25px!important;
  min-width: 25px!important;
  min-height: 25px!important;
}

.product-item  wishlist-button-collection .wk-button.wk-selected {
  background: #fff;
}

.product-item wishlist-button-collection .wk-icon svg {
  width: 12px!important;
  height: 10px!important;
  color: #999999;
}

.product-item .wk-icon svg path {
  fill: #999;
  stroke-width: 0;
}

.product-item .wk-button.wk-selected .wk-icon svg path {
  fill: #EC1F10;
  stroke-width: 1px;
  stroke: #EC1F10;
}
/* ==================================================
  ページネーション
===================================================*/
.pagination__nav {
  display: flex;
  gap: 10px;
}

.pagination__nav-item {
  display: grid;
  place-content: center;
  color: var(--black-000, #000);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  background: #EEE;
  width: 40px;
  height: 40px;
  box-shadow: 1px 0 0 0 rgb(var(--border-color)), 0 1px 0 0 rgb(var(--border-color)), 1px 1px 0 0 rgb(var(--border-color)), 1px 0 0 0 rgb(var(--border-color)) inset, 0 1px 0 0 rgb(var(--border-color)) inset;
}

.pagination__nav-item[aria-current] {
  background: #fff;
}

.c_pagination__icon {
  box-shadow: none;
  background: transparent;
}

.c_pagination__icon--prev {
  transform: rotate(180deg);
}

.shopify-challenge__container .shopify-challenge__button {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  --primary-button-background: 0, 0, 0;
  width: 100%;
  max-width: 320px;
  height: 60px;
  margin-top: 32px;
  transition: opacity .3s ease;
}
@media screen and (max-width: 740px) {
  .shopify-challenge__container .shopify-challenge__button {
    max-width: 335px;
    margin-top: 30px;
  }
}
@media (hover: hover) {
  .shopify-challenge__container .shopify-challenge__button:hover {
    opacity: .8;
  }
}

/* ------------------------------
  アコーディオン
------------------------------*/
summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.summary-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.accordion__title {
  margin: 0;
  padding: 0;
}

.accordion__icon {
  display: grid;
  place-content: center;
}

.c_plus {
  position: relative;
  width: 20px;
  height: 20px;
}

.c_plus::before,.c_plus::after  {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #6B6B6B;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.is-open .c_plus::before {
  opacity: 0;
  transform: rotate(90deg);
}
.c_plus::after {
  transform: translateX(-50%) rotate(90deg);
}

.accordion__content {
  overflow: hidden;
}

.accordion__content-inner {
  color: var(--black-000, #000);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
  padding-bottom: 12px;
}

.accordion__content-inner a{
  text-decoration: underline;
}

.accordion__content-inner--block {
  padding-bottom: 18px;
}

.accordion__icon.c_plus {
  position: relative;
  width: 16px;
  height: 16px;
}

.accordion__icon.c_plus::before,.accordion__icon.c_plus::after  {
  width: 2px;
  height: 16px;
  background-color: #000;
}

/**/
@media screen and (max-width: 740px) {
  .c_color-swatch-list--wrapper--new{
    grid-template-columns: 1fr;
  }
  .product-item-meta__swatch-list.color-swatch-list--mini{
    grid-template-columns: repeat(auto-fit,26px);
    row-gap: 6px;
  }
  .color-swatch-list--mini .color-swatch__item{
    width: 18px;
    height: 18px;
  }
  .product-item-meta__swatch-list .color-swatch__item:before, 
  .product-item-meta__swatch-list .color-swatch__item:after{
    content: none;
  }
  .product-item__image-wrapper{
    margin-bottom: 9px;
  }
}

/*横浜商品センターを非表示*/
.c-item[data-location-name="横浜商品センター"] {
    display: none !important;
}

.c-item[data-location-name="勝島ＣＳセンター"] {
    display: none !important;
}

/* ミニカートクリックビュー非表示 */
.mini-cart__recommendations-list .product-item__cta-wrapper{
  display:none;
}

.c_guide__item a{
  text-decoration:underline;
}

@media screen and (max-width: 740px) {
#shopify-section-template--22195565887790__custom_html_VTCXAN,
#shopify-section-template--22248219803950__custom_html_VXGhAV  
  {
    padding-top: 50px !important;
}
}

.staffstart-shopify-app-container{
    font-family:gill-sans-nova,"Gill Sans Nova", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}

/*SPジェンダーナビ*/
.gender_nav{
display: flex;
padding: 10px 0 15px;
}

.gender_nav li{
width: 50%;
text-align: center;
list-style-type: none;
}

.gender_nav li a{
font-weight: 500;
position: relative;
color:#999;
}
.gender_nav li a.active{
color:#000;
}

.gender_nav li a:hover::before {
background-color: #000;
position: absolute;
content: "";
background-color: #000;
width: 20px;
height: 1px; 
bottom: -5px;
left: 50%; 
transform: translateX(-50%);　
}

.gender_nav li a.active::after {
position: absolute;
content: "";
background-color: #000;
width: 20px;
height: 1px; 
bottom: -5px;
left: 50%; 
transform: translateX(-50%);　
}

#order-note-toggle{
  display:none;
}
.line-item--is-cancel .price-list.text--small .price,
.line-item--is-cancel .price-list.price-list--stack .price{
  color: #CCC;
  text-decoration: line-through;
}
reservation-variant-button{
  display: none !important;
}

/* ==================================================
  検索ページ
===================================================*/
.predictive-search__results .button{
  margin-inline: auto;
}


.iIzRKN:nth-child(2):after{
  content:"（税込）"; 
}