/** Shopify CDN: Minification failed

Line 2098:22 Expected ":"
Line 2515:2 Unexpected "<"
Line 2519:2 Unexpected "<"

**/
/*通貨切り替えボタン*/
.nice-select .list{
  color: #000!important;
}
.ProductListWrapper .AspectRatio > img, .no-js .AspectRatio > noscript img{
  border: 1px solid var(--border-color);
}

/*通貨切替ボタン Best Currency Converter*/
/* .doubly-float{
  display:none;
} */

select.currency-switcher,select.ly-languages-switcher {
    background: #000 !important;
    border-color: #000 !important;
}

.Linklist__Item select.currency-switcher,.Linklist__Item select.ly-languages-switcher {
  background: #1c1b1b !important;
    border-color: #1c1b1b !important;
}

.doubly-wrapper{
  position: unset !important;
  margin:0 !important;
}
.doubly-wrapper:not(.sp-hidden){
  float:left;
}

.doubly-wrapper.pc-hidden{
  display:none;
}

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

  select.currency-switcher{
	background: #1c1b1b;
    border-color: #1c1b1b;
}

  .doubly-wrapper.pc-hidden{
  display:block !important;
}

  select.currency-switcher{
	background: #1c1b1b;
    border-color: #1c1b1b;
	}
}


/*コレクションリストページの画像を正方形に*/
.CollectionItem__Image{
  background-size: contain;
  background-repeat: no-repeat;
}
.CollectionItem__Wrapper--small{
  height: auto;
}
.features--show-image-zooming .CollectionItem__ImageWrapper{
  padding-bottom: 100%;
}

@media screen and (max-width: 640px){
  .CollectionItem{
    min-width: 50%;
    display: block !important;
    flex: 0 1 0;
  }
  .CollectionList{
    display: flex;
    flex-wrap: wrap;
  }
}

/*コレクションページの画像の縦幅制御*/
#shopify-section-collection-template .ProductItem .AspectRatio,#shopify-section-recently-viewed-products .ProductItem .AspectRatio{
  max-height: 230px;
  max-width: 230px!important;
}

#shopify-section-collection-template .ProductItem .AspectRatio > img,#shopify-section-recently-viewed-products .ProductItem .AspectRatio > img{
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: contain;
  width: 100%;
}

#shopify-section-collection-template .ProductItem .AspectRatio::before,#shopify-section-recently-viewed-products .ProductItem .AspectRatio::before{
  padding-bottom: 100%;
}

/*トップページ コレクション一覧セクション*/

.CollectionList__button{
  text-align:center;
  font-weight:bold;
  line-height: 1.1;
  font-size: 34px;
  padding-bottom: 80px;
}

.CollectionList__buttonContainer{
  max-width: 1350px;
}

@media screen and (max-width: 640px){
  .CollectionList__button{
    font-size: 24px;
  }
  .CollectionList__logoImage>img{
    max-width: 210px;
  }
}

/*ラベル表示*/
.ProductItem__Label{
  background: #f00;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
}
.ProductItem__LabelList{
  top: auto;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 640px){
  .ProductList--grid > .Grid__Cell {
      margin-bottom: 55px;
  }
}

/*言語切り替え*/
.ly-languages-switcher {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent!important;
  position: relative;
  cursor: pointer;
  color: #fff!important;
}
.ly-custom{
  position:relative;
  padding-right: 16px;
}
.ly-custom::after{
content: "";
    position: absolute;
    top: 7px;
    margin: auto;
    content: "";
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(
135deg
);
    transform: rotate(
135deg
);
    right: 3px;
}
.ly-custom-1140{
  margin-left: 30px;
  margin-right: 20px;
}
.nice-select{
  width: 65px!important;
  position: relative;
  top: -2px;
}
.mldarrow{
  top: -1px;
}
#currencies{
  background-image: none!important;
  padding-right: 4px!important;
  cursor: pointer;
}
.pick_currency{
  top: -1px!important;
  position: relative;
  cursor: pointer;
}
.pick_currency::after{
content: "";
    position: absolute;
    top: 7px;
    margin: auto;
    content: "";
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(
135deg
);
    transform: rotate(
135deg
);
    right: 1px;
}
.mlvedadesk.-hidden,
.mlvedadesk.-sp{
  display: none;
}
.ly-languages-switcher>option{
  /* color: #000!important; */
}
@media screen and (max-width: 1140px){
  .mlvedadesk.-desktop{
    display: none;
  }
  .mlvedadesk.-sp{
    display: block;
  }
  .pick_currency{
    left: 1px!important;
  }
  .ly-custom-1140{
    margin-left: 0;
  }
}


/*20210309_コレクションページバナー画像サイズ調整*/
.SectionHeader__Description{
  max-width: 1200px;
}

/*20210318_トップ商品一覧画像サイズ調整*/
.Section__topProductList .AspectRatio,#shopify-section-recently-viewed-products .ProductItem .AspectRatio{
  max-height: 230px;
  /* max-width: 230px!important; */
}

.Section__topProductList .AspectRatio > img,#shopify-section-recently-viewed-products .ProductItem .AspectRatio > img{
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: contain;
  width: 100%;
}

.Section__topProductList .AspectRatio::before,#shopify-section-recently-viewed-products .ProductItem .AspectRatio::before{
  padding-bottom: 100%;
}
@media screen and (min-width: 641px){
  .Section__topProductList .ProductItem__Info{
  	margin-top: 10px;
  }
}
.Section__topProductList .ProductItem__LabelList{
  bottom: 0;
}
.ProductItem__PriceList.Heading{
  padding-bottom: 30px;
}
@media screen and (min-width: 641px) and (max-width: 1007px){
  .Section__topProductList .ProductList--carousel .Carousel__Cell{
    width: 38%;
  }
}
.Section__topProductList .AspectRatio > img,.Section__topProductList .no-js .AspectRatio > noscript img{
  border: none;
}

.Header__MainNav{
  margin-left: auto;
}

/*パンくずリスト*/
.Breadcrumb.-sp{
  display: none;
}
.Breadcrumb.-desk{
  display: block;
}
.Breadcrumb__container{
  display: flex;
  margin-bottom: 5px;
  max-width: 1280px;
  padding: 0;
  flex-wrap: wrap;
}
.Breadcrumb__container .Breadcrumb__link{
  font-size: 15px;
  word-break: break-word;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
}
.Breadcrumb__productName{
  font-size: 15px;
  word-break: break-word;
}
.Breadcrumb__container .Breadcrumb__link:hover{
  text-decoration: underline;
}
.Breadcrumb__arrow{
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 0;
    display: inline;
}

.Breadcrumb__link, .Breadcrumb__arrow {
    padding-right: 7px;
}

@media screen and (max-width: 1007px){
  .Breadcrumb.-desk{
    display: none;
  }
  .Breadcrumb.-sp{
    display: block;
  }
  .Breadcrumb__container{
    margin: 10px auto;
    display: block;
    padding: 0 18px;
  }
  .Breadcrumb__container .Breadcrumb__link, .Breadcrumb__productName,.Breadcrumb__arrow{
    font-size: 12px;
  }
  .Breadcrumb__link, .Breadcrumb__arrow {
    padding-right: 5px;
  }
}

/*Collectionページ編集210727*/
.Collection__imageContainer{
  text-align: center;
  margin:0 auto;
}
.Collection__imageContainer>img{
  width: 100%;
}
.Collection__socialLinkContainer{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
.Collection__socialLinkList{
  list-style: none;
  display:flex;
  align-items: center;
  margin-left: 10px;
}
.Collection__socialLinkList>li{
  width: 34px;
  margin:0 6px;
}
.Collection__socialLinkHeading{
  color: #003d4a;
  font-size: 21px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.Collection__socialLinkHeading>span{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.Collection__socialLinkHeading>span::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #003d4a;
  border-right: 3px solid #003d4a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Collection__socialLinkHeading>span:nth-child(3)::before{
  left: -3px;
}
.Collection__socialLinkHeadingText{
  margin-right: 16px;
  display: inline-block;
}
@media screen and (max-width: 640px){
  .Collection__socialLinkHeading{
    font-size: 12px;
  }
  .Collection__socialLinkHeading>span::before{
    width: 7px;
    height: 7px;
    border-top: 2px solid #003d4a;
    border-right: 2px solid #003d4a;
  }
  .Collection__socialLinkHeading>span:nth-child(3)::before {
    left: -7px;
  }
  .Collection__socialLinkHeadingText{
    margin-right: 4px;
  }
  .Collection__socialLinkList>li{
    width: 25px;
  }
  .Collection__socialLinkList{
    margin-left: -6px;
  }
  .Collection__socialLinkContainer{
    margin-bottom: 20px;
  }
  .Collection__socialLinkContainer{
    padding: 0 10px;
    margin-top: 20px;
  }
}

/*期間メッセージ+コレクションテンプレート追加 210728*/
.ProductDetail__periodMessage{
  border: 1px solid red;
  padding: 12px;
  margin-bottom: 20px;
  color: red;
  background: rgba(255,0,0,.1);
  font-size: 13px;
  display: block;
}
.ProductList__periodMessage{
  border-radius: 3px;
  background-color: #fff;
  color: #2d4b70;
  font-size: 11px;
  padding: 1px 12px 1px;
  border: solid 1px #2d4b70;
  margin: 0 0 5px 0;
  display: inline-block;
}

/*コレクションページ SNSアイコン追加 追加修正 210816*/
.Collection__socialLinkListItem--youtube img,
.Collection__socialLinkListItem--twitter img,
.Collection__socialLinkListItem--tiktok img{
  border-radius: 4px;
}
.Collection__socialLinkListItem--showrrom{
  background: #000;
  border-radius: 4px;
}

/*EndingSoon*/
.Section__topProductList .ProductList--carousel{
  max-width: 1250px;
  margin: 0 auto;
}
.Section__topProductList .AspectRatio{
  max-height: 275px;
   /* max-width: 275px!important; */
}
.ProductList--carousel .Carousel__Cell{
  padding: 0 15px;
}
.Section__topProductList .ProductItem__PriceList.Heading{
  padding: 0 15px 10px;
}
.ProductItem__PriceList.Heading{
  padding-bottom: 10px;
}
.ProductItem__LabelList{
  display: none;
}
.ProductItem__LabelList.-top{
  display: block;
  position: relative;
  bottom: 0;
}
.ProductList--carousel .Carousel__Cell:first-child{
  margin-left: 0;
}
.Section__topProductList .SectionHeader:not(:only-child){
  margin-bottom: 30px;
}
.Section__topProductList .ProductItem__Title{
  padding: 0 15px;
}

/*MiniThumbnail*/
.MiniThumbnail__Section{
  background: black;
  padding-top: 40px;
  padding-bottom: 40px;
}
.MiniThumbnail__Section .SectionHeader__Heading{
  color: #fff;
}
.MiniThumbnail__Section .SectionHeader:not(:only-child){
  margin-bottom: 30px;
}

.newArrivalsSlide__arrow{
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.newArrivalsSlide__arrow.prev-arrow{
  left: 30px;
  width: 50px;
  height: 60px;
  background: url("//shop.geekjack.net/cdn/shop/t/165/assets/arrow-left.svg?v=1238275014907359361761619919") no-repeat;
}
.newArrivalsSlide__arrow.next-arrow{
  right: 30px;
  width: 50px;
  height: 60px;
  background: url("//shop.geekjack.net/cdn/shop/t/165/assets/arrow-right.svg?v=147401759388814570871761619919") no-repeat;
}
/*.newArrivalsSlide__arrow.prev-arrow::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    content: "";
    left: 15px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}*/
/*.newArrivalsSlide__arrow.next-arrow::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    content: "";
    left: 11px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

@media screen and (max-width: 768px){
  .newArrivalsSlide__arrow.next-arrow,
  .newArrivalsSlide__arrow.prev-arrow{
    width: 30px;
    height: 40px;
  }
  .MiniThumbnail__Section{
    padding-top: 40px;
  }
}

/*Slideshow*/
.bx-wrapper{
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.bx-wrapper .bx-controls .bx-pager{
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  font-size: 0;
}
.bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  padding: 0 5px;
}
.bx-wrapper .bx-controls .bx-pager .bx-pager-item a{
  display: block;
  width: 10px;
  height: 10px;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
}
.bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active{
  background: #fff;
}

.SlideshowCutom__container {
  overflow: hidden;
  display: none;
  background: #fff;
}
.SlideshowCutom__container .SlideshowCutom__slider {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}
.SlideshowCutom__container ul li img {
  width: 100%;
  height: auto;
}
.SlideshowCutom__container ul li {
  opacity: 0.5;
}
.SlideshowCutom__container ul li.active {
  opacity: 1;
}
.SlideshowCutom__container .bx-viewport {
  overflow: visible !important;
}
.bx-wrapper .bx-prev{
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  width: 50px;
  height: 60px;
  left: 30px;
  width: 50px;
  height: 60px;
  background: url("//shop.geekjack.net/cdn/shop/t/165/assets/arrow-left.svg?v=1238275014907359361761619919") no-repeat!important;
}
.bx-wrapper .bx-next{
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  width: 50px;
  height: 60px;
  right: 30px;
  background: url("//shop.geekjack.net/cdn/shop/t/165/assets/arrow-right.svg?v=147401759388814570871761619919") no-repeat!important;
}
.bx-wrapper .bx-next:hover{
  background: url("//shop.geekjack.net/cdn/shop/t/165/assets/arrow-right.svg?v=147401759388814570871761619919") no-repeat!important;
}
.bx-wrapper .bx-controls-direction a{
  width: 50px;
  height: 60px;
  z-index: 1;
  transform: translateY(-50%);
  margin-top: 0;
}
.ProductItem__Label{
  margin-bottom: 5px;
}
.SlideshowCutom__container ul li>a{
  display: block;
}
@media screen and (min-width: 768px){
  .SlideshowCustom{
    min-height: 384px;
    background: #000;
  }
}
@media screen and (max-width: 768px){
  .bx-wrapper .bx-controls-direction a{
    width: 30px;
    height: 40px;
  }
}

/*ラベル追加 211201*/
.ProductItem__Label.-blue{
  background: #27C7FF;
  color: #000;
}
.ProductItem__Label.-green{
  background: #24ECBB;
  color: #000;
}
.ProductItem__Label.-pink{
  background: #ff2aed;
  color: #000;
}

/*Slideshow修正 211216*/
.SlideshowWithArrow__sliderContainer{
  max-width: 768px;
  margin: 0 auto;
}
.SlideshowWithArrow__slides .slick-list {
    overflow: visible;
}
.SlideshowWithArrow__container{
  overflow: hidden;
}
.SlideshowWithArrow__slides .slick-slide{
  opacity: .5;
  transition: .3s;
}
.SlideshowWithArrow__slides .slick-slide.slick-current{
  opacity: 1;
}
.SlideshowWithArrow__slides .slick-dots{
  position: absolute;
  bottom: 10px;
}
.SlideshowWithArrow__sliderContainer .slick-dotted.slick-slider{
  margin-bottom: 0;
}
.SlideshowWithArrow__sliderContainer .slick-dots li.slick-active{
  position: relative;
  display: inline-block;
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 2px 8px;
  padding: 0;
  cursor: pointer;
}
.SlideshowWithArrow__sliderContainer .slick-dots li{
  position: relative;
  display: inline-block;
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 2px 8px;
  padding: 0;
  cursor:pointer;
  border: 2px solid #fff;
}
.SlideshowWithArrow__sliderContainer .slick-dots li button:before{
  display: none;
}
/*block layout*/
.ProductTemplate__blockLayout .SizeSwatchList .HorizontalList__Item{
  display: block;
}
.ProductTemplate__blockLayout .SizeSwatchList .HorizontalList__Item .SizeSwatch{
  width: 100%;
}
.ProductTemplate__blockLayout .SizeSwatch.is-active:after,
.ProductTemplate__blockLayout .SizeSwatch__Radio:checked+.SizeSwatch{
  border-color: #27c7ff;
  color: #fff;
  background: #27c7ff;
}
.ProductMeta__Description.-sp{
  display:none;
}
@media screen and (max-width: 1007px){
  .Product__Aside.-desktop {
      display: none;
  }
  .ProductMeta__Description.-sp{
    display:block;
  }
}

/*adjust z-index for sns buttons*/
.Collection__socialLinkContainer{
  position: relative;
  z-index: 1;
}

/*NEWラベル追加 220909*/
.ProductItem__ImageWrapper {
  position:relative;
}
.ProductItem__Label.Heading.--new{
    position: absolute;
    top: 4px;
    left: 4px;
}
.ProductForm__comingSoon{
    border:solid 1px #000;
}
/*twitchアイコン追加 221024*/
.Collection__socialLinkList>li{
  width:36px;
}

/* .Collection__socialLinkListItem--twitch{
  background: #9146FF;
    border-radius: 4px;
    padding: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
}
@media screen and (max-width: 640px){
  .Collection__socialLinkListItem--twitch{
    padding: 6px;
  }
}
.ProductForm__comingSoon{
    border:solid 1px #000;
} */

/*221019追記 Shipping Status List */
.ShippingListOption {
  position: relative;
  border-radius: 2px;
  border: 2px solid #004996;
  background: #ffffff;
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center;
}
.ShippingListOption:before {
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #004996;
  pointer-events: none;
}
.ShippingListOption select {
  width: 100%;
  padding: 8px 1em 8px 8px;
  color: #004996;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 22px;
  font-weight: bold;
}
.ShippingListWrapper .Table .cell-title {
  border: 1px solid #fff;
  border-top: 1px solid #17B1F7;
  border-bottom: solid 1px #17B1F7 !important;
  padding: 18px 10px !important;
  background: var(--background);
  white-space: normal;
  min-width: 40px;
  max-width: 100px;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.ShippingListWrapper .Table .cell-title:first-child {
  border-left: 1px solid #17B1F7;
  border-right: 1px solid var(--border-color);
}
/* COMMON */
.ShippingStatus .title {
  margin: 0 !important;
  cursor: pointer;
  text-align:left;
}
.ShippingStatus .selected {
  font-weight: 900;
}
.ShippingStatus .is_hidden {
  display: none;
}
.ShippingStatus .arrow {
  position: relative;
  display: inline-block;
}
.ShippingStatus .arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #004996;
  border-right: solid 2px #004996;
  position: absolute;
  right: -50px;
  top: 50%;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.release-title,
.character-title {
  color: #004996;
  display: block;
  margin-bottom: 0 !important;
  padding: 12px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  border: 2px solid #004996;
}
#filtered-release,
#filtered-character {
  color: #004996;
  font-weight: 900;
}
#filtered-character {
  margin-left: 1em;
}
#filtered-release {
  margin-left: 14px;
  /* margin-right: 30px; */
}
.release-title:before,
.character-title:before {
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  display: block;
  transition: 0.3s;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #004996;
  border-right: solid 2px #004996;
  transform: rotate(135deg);
  transition: 0.3s;
}

/* SHIPPING STATUS LIST - PRODUCT BASE */
.filter-container {
  display: flex;
  justify-content: space-between;
 padding: 0 5px;
        width: 100%;
        margin: auto;
}
.filter-content {
  padding: 0 10px;
  border-radius: 2px;
}
.filter-content:first-child {
  width: 40%;
}
.filter-content:last-child {
  width: 50%;
    /* margin: auto; */
}
/* CHARACTER */
/* CHARACTER-CONTAINER */
.character-levels-container,.character-levels-container-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 35%;
  margin-right: auto;
}
.character-levels-container .character-first-level ,.character-levels-container-2 .character-first-level{
  width: 100%;
}
.character-first-level-item-content .arrow.arrow-right::before {
  transform: rotate(45deg) translate(0, -50%);
  top: calc(50% - 5px);
  right: 40px;
}
.character-second-level-item-circle .arrow.arrow-right::before {
  transform: rotate(45deg) translate(0, -50%);
  top: calc(50% - 5px);
  right: 20px;
}
.character-wrapper .arrow.arrow-right {
  right: 0;
  left: 100%;
}
/* CHARACTER-FIRST-LEVEL */
.character-first-level {
  background: #eeeffa;
  margin: 0;
  padding-left: 14px;
  border: solid 1px #fff;
}
.character-first-level-item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  transition: 0.3s;
  margin: 0;
}
.character-first-level-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

/* CHARACTER-SECOND-LEVEL */
.character-second-level {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  margin: 0;
  max-height: 280px;
    overflow-y: scroll;
    z-index:4;
}

.character-second-level .character-second-level-item-content {
  display: block;
  position: relative;
  padding: 10px 0;
  transition: 0.3s;
  background: #f8f9fc;
  border: solid 1px #fff;
}
.character-second-level-item-content .character-second-level-item-circle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  transition: 0.3s;
}

/* CHARACTER-THIRD-LEVEL */
.character-third-level {
  position: absolute;
  top: 0;
  left: 100%;
  width: 107%;
  margin: 0;
}
.character-third-level-item-content {
  padding: 10px 0 10px 20px;
  text-align: center;
  transition: 0.3s;
  background: #f8f9fc;
  border: solid 1px #fff;
}
.character-third-level-title.title {
  border-bottom: none;
  text-align: left;
}

/* RELEASE */
/* RELEASE-CONTAINER */
.release-levels-container {
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 51%;
  margin-right: auto;
}
.release-levels-container .release-first-level {
  width: 100%;
}
.release-levels-container .arrow.arrow-right::before {
  transform: rotate(45deg);
  top: calc(50% - 7px);
  left: 100%;
  right: 100%;
}
.release-wrapper .title {
  font-size: 15px;
}
/* RELEASE-FIRST-LEVEL */
.release-levels-container > .release-first-level {
  background: #eeeffa;
  margin: 0;
  padding-left: 14px;
  border: solid 1px #fff;
}
.release-first-level-item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  transition: 0.3s;
  margin: 0;
}
.release-first-level-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  width: 100%;
}

/* RELEASE-SECOND-LEVEL */
.release-second-level {
  position: absolute;
  top: 0;
  left: 100%;
  width: 110%;
  float: right;
  margin: 0;
  background: #0049961a;
  max-height: 165px;
  overflow: scroll;
}
.release-second-level .release-second-level-item-content {
  display: block;
  position: relative;
  padding: 12px 0 12px 20px;
  transition: 0.3s;
  background: #f8f9fc;
  border: solid 1px #fff;
}
.release-second-level-item-content .release-second-level-item-circle {
  transition: 0.3s;
}
.release-second-level-item-circle .arrow-right {
  display: none;
}


/* SEARCH FORM */
.SearchForm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border-radius: 8px;
  padding: 0 12px;
  box-sizing: border-box;
  color: #004996;
  border-radius: 2px;
  border: 2px solid #004996;
}
.SearchField {
  border: 0;
  padding: 12px 0;
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  margin-left: 9px;
  outline: none;
  flex: 1 1 0;
}

/* PRODUCT ITEM */
.ShippingStatus .ProductItemList {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
.ShippingStatus .ProductItem {
  width: calc(20% - 36px);
  margin: 18px;
}
.ShippingSchedule {
  border: 1px solid #ff2a00;
  margin-top: 1.4em;
}
.ShippingScheduleText {
  color: #ff2a00;
  background-color: #e3d9df;
}
.ShippingStatus .ProductItem img {
  margin-bottom: 1.4em;
}

/* STATUS LABEL */
.ProductItem__Link {
  position: relative;
  display: block;
}
.Status__Label {
  display: block;
  left: 3px !important;
  top: 3px !important;
  color: #fff;
}
.Available_now {
  background: #7528FB;
}
.In_production {
  background: #256CF0;
}
.Inventory_sales {
  background: #24ECBB;
}
.Preparing_for_dispatch {
  background: #FAB534;
}
.Dispatching_in_order {
  background: #E36524;
}
.Shipping_completed {
  background: #FF0000;
}
/*タブレットサイズ対応*/
@media screen and (max-width: 900px) {
  .filter-container {
    flex-direction: column;
  }
  .filter-content,
  .character-levels-container {
    width: 100% !important;
    padding-top: 0;
  }
  .filter-content:first-child {
    margin-bottom: 15px;
  }
  .character-first-level {
    padding-left: 0;
  }
  .character-first-level-item,
  .character-second-level .character-second-level-item-content {
    padding: 0;
  }
  .character-first-level-item-content,
  .release-first-level-item-content {
    padding: 10px 0 10px 20px;
  }
  .character-second-level,
  .character-third-level,
  .release-second-level {
    position: unset;
  }
  .character-second-level-item-content .character-second-level-item-circle,
  .release-second-level-item-content {
    padding: 10px 0 10px 30px;
  }
  .character-third-level-item-content {
    padding: 10px 0 10px 40px;
    background: #fff;
    border-bottom: solid 1.5px #ededed;
  }
  .character-third-level-item-content:last-child,
  .release-title,
  .character-title {
    border-bottom: none;
  }
  .ShippingStatus .ProductItem {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .ShippingStatus .Container {
    padding: 0 12px;
  }
  .ShippingStatus .ProductItem img {
    margin-bottom: 1.4em;
  }
  .ShippingSchedule {
    margin-top: 1.4em;
  }
  .release-second-level {
    float: unset;
    width: 100%;
    padding-left: 0;
    max-height: unset;
  }
  .release-levels-container,
  .character-levels-container {
    border: solid 2px #004996;
    border-top: none;
  }
  .release-levels-container .arrow.arrow-right:before {
    right: 15px;
    left: unset;
    top: calc(50% - 11px);
  }
  .release-levels-container .arrow.arrow-right:before,
  .character-levels-container .arrow.arrow-right:before {
    transform: rotate(135deg);
  }
  .character-levels-container .arrow.arrow-right:before {
    top: calc(50% - 5px);
    right: 15px;
  }
  .release-levels-container,
  .release-first-level-item-content,
  .character-third-level {
    width: 100%;
  }
  .release-first-level-item,
  .release-first-level {
    padding: 0 !important;
  }
  .release-levels-container > .release-first-level {
    background: #fff;
  }
  .release-first-level-item-content {
    background: #eeeffa;
  }
  .release-second-level {
    margin-bottom: -6px;
  }
  .filter-container {
    margin: 15px -10px;
     padding:0px 25px;
  }
  .release-second-level .release-second-level-item-content {
    padding-left: 30px;
  }
  #filtered-release,
  #filtered-character {
    display: block;
    margin-left: 0;
  }
  .ShippingStatus .arrow {
    left: 100%;
    right: 0;
  }

}

.annotation + p {
  font-size: 16px;
  color: #27c7ff;
}
/*商品ラベルの見切れ解消 221128*/
.ProductList--carousel .flickity-viewport {
  min-height: 550px;
}
.ProductListWrapper + .Container .SectionFooter {
  margin-top: 40px;
}

/* Grid title:arrow = 8:2 */
.gridEightTwo {
  display: grid !important;
  grid-template-columns: 8fr 2fr;
}

@media only screen and (max-width: 840px) {
  /* Grid title:arrow = 6:4 */
  .gridEightTwo {
    display: grid !important;
    grid-template-columns: 6fr 4fr;
  }
  .character-first-level-item-content .arrow.arrow-right::before {
    transform: rotate(135deg);
    right: 15px;
  }
  .character-second-level-item-circle .arrow.arrow-right::before {
    transform: rotate(135deg);
    right: 14px;
  }
  .release-levels-container .arrow.arrow-right:before {
    right: 15px;
    top: calc(50% - 10px);
  }
  .character-levels-container .arrow.arrow-right:before {
    top: calc(50% - 10px);
  }
  .ShippingStatus .arrow {
    right: 0;
    left: 50%;
  }
  .character-wrapper .arrow.arrow-right {
    right: 0;
    left: 50%;
  }
}
.toggle-btn {
  position: relative;
  cursor: pointer;
}

/* ここから新規追加 */

.ProductMeta__ShareItem svg {
    width: 20px;
    height: 20px;
}

.ProductMeta__ShareTitle{
  display:none;
}

/* sns share button */
.ProductMeta__ShareList {
    font-size: 0;
    display: flex;
    width: 139px;
    justify-content: space-between;
}

select.currency-switcher {
    /* background: #000;
    border-color: #000;
    background: transparent !important; */
    border: none;
}

.CollectionToolbar__Group {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 639px) {
.sale-popver{
  border-right:1px solid #ddd;
}
}

/*221017追記 サンプルボイス*/
/* 2023.10  Sample Voice */
.SapmleVoice__Wrapper{
  margin: 20px 0;
}
.SapmleVoice__Title{
  margin-bottom:10px;
  font-weight: bold;
}
.SapmleVoice__Wrapper audio{
  width:100%;
  max-height: 46.5px;
}
.SampleVoice__Button{
  margin: 20px auto;
  width: 100%;
  background: var(--text-color-light);
  color: #fff;
  letter-spacing: 0.1em;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  trasnsition: 0.3s opacity;
}
.SampleVoice__Button:hover{
  opacity: 0.7;
}
.SampleVoice__Button .icon{
  transition: transform 0.3s;
}
.SampleVoice__Button.is-active .icon{
  transform: rotate(180deg);
}
.SampleVoice__ItemInner{
  padding: 10px 0;
}

.SampleVoice__Wrapper {
  margin-bottom: 20px;
}

/* 221019 窓口設置  */
.Footer__Banners a{
  display: block;
  border: 1px solid #ddd;
}
@media screen and (max-width: 641px){
  .Footer_BottomLeft{
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

/* 2023.10 Collecton page  */
.Collection__socialLinkContainer{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.Collection__socialLinkHeading{
  display: block;
}
.Collection__socialLinkHeadingLink{
  margin-top: 10px;
  font-size: 16px;
  margin-bottom:20px !important;
}
.Collection__socialLinkHeadingLink a{
  color: var(--text-color-light);
}

.Collection__socialLinkList.List2 {
  align-items: center;
  margin-top: 20px;
}
.Collection__socialLinkList.List2 li{
  max-width: 100px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Collection__socialLinkList.List2 li a{
  line-height: 1;
    display: inline-block;
  color: var(--text-color-light);
  text-decoration: underline;
}
.Collection__socialLinkListItem--text{
  color: var(--text-color-light);
}
.Collection__socialLinkListItem--fanbox{
  width: 80px;
  position: relative;
    top: 2px;
}
.Collection__socialLinkListItem--vrchat{
  width: 50px;
}
@media screen and (max-width: 750px ) {
  .Collection__socialLinkList{
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: center;
  }
  .Collection__socialLinkHeadingLink{
  margin-top: 5px;
  font-size: 14px;
    margin-bottom:20px !important;
}
}



.Collection__profileWrapper{
  display: flex;
  justify-content: center;
}

.Collection__profileWrapper > * {
  flex: 1;
}

.Collection__profileInner{
  margin-top: 40px;
  padding: 0 10px;
}
.Collection__profileInner p{
  margin-bottom: 0;
  font-weight: 500;
}

.Collection__socialLinkListWrapper .Collection__socialLinkHeadingLink{
  display: none;
}

.toggle_Collection_profile{
  display: none;
}

/* .Collection__profileWrapper .Collection__socialLinkListWrapper{
    margin-top: 10px;
  } */

@media screen and (max-width: 750px) {
  .Collection__profileWrapper{
    flex-direction: column;
  }
  .Collection__profileWrapper > * {
    flex: initial;
  }

  .Collection__profileWrapper .Collection__socialLinkContainer{
    display: contents;

  }

  .Collection__profileWrapper .Collection__socialLinkHeading{
    text-align: center;
    order: 0;
  }

  .Collection__profileInner{
    order: 1;
    margin-top: 20px;
    font-size: 12px;
  }

  .Collection__profileWrapper .Collection__socialLinkListWrapper{
    order: 2;
    margin-top: 10px;
  }
  .Collection__socialLinkListWrapper .Collection__socialLinkHeadingLink{
    display: block;
    text-align: center;
  }
  .Collection__profileWrapper .Collection__socialLinkHeading .Collection__socialLinkHeadingLink{
    display: none;
  }

  .toggle_Collection_profile{
    /* display: block; */
    display: flex;
    align-items: center;
    justify-content: center;
    order: 3;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }

  .toggle_Collection_profile .close{
    display: none;
  }
  .toggle_Collection_profile .icon{
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    transition: transform .3s;
  }
  .toggle_Collection_profile .icon::before,
  .toggle_Collection_profile .icon::after{
    position: absolute;
    top: 0;
    /* bottom: 8px; */
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 3px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #003d4a;
    border-right: 3px solid #003d4a;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .toggle_Collection_profile .icon::after{
    bottom: -8px;
  }

  .toggle_Collection_profile.is-active .open{
    display: none;
  }
  .toggle_Collection_profile.is-active .close{
    display: block;
  }
  .toggle_Collection_profile.is-active .icon{
    transform: rotate(180deg);
  }

  .Collection__profileInner{
    position: relative;
  }
  .Collection__profileInner:not(.is-open) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .Collection__profileInner:not(.is-open)::after{
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  }
  .Collection__socialLinkList{
    flex-wrap: wrap;
    width: fit-content;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .Collection__socialLinkList>li{
    width: 32px;
    margin: 0 15px;
  }
    .Collection__socialLinkList.List2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

   .Collection__socialLinkList.List2.width-2-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

    .Collection__profileInner{
    text-align: center;
  }

  .Collection__socialLinkList.List1 {
  max-width:270px;
    width:100%;
}

  .Collection__socialLinkList.List1>li{
    width: 32px;
    margin: 0 8px;
  }

  .Collection__socialLinkHeading {
    margin-top: 15px;
}

  .Collection__socialLinkList.List1.width-6{
      max-width:180px;
    width:100%;
  }

   .Collection__socialLinkList.List1.width-7,
   .Collection__socialLinkList.List1.width-8
  {
  max-width:220px;
  width:100%;
  }

}

/* 2023.10 Collecton page  */
.Collection__socialLinkContainer{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.Collection__socialLinkHeading{
  display: block;
}
.Collection__socialLinkHeadingLink{
  margin-top: 10px;
  font-size: 16px;
}
.Collection__socialLinkHeadingLink a{
  color: var(--text-color-light);
}

.Collection__socialLinkList.List2 {
  align-items: center;
  margin-top: 20px;
}
.Collection__socialLinkList.List2 li{
  max-width: 100px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Collection__socialLinkList.List2 li a{
  line-height: 1;
    display: inline-block;
  color: var(--text-color-light);
  text-decoration: underline;
}
.Collection__socialLinkListItem--text{
  color: var(--text-color-light);
}
.Collection__socialLinkListItem--fanbox{
  width: 80px;
  position: relative;
    top: 2px;
}
.Collection__socialLinkListItem--vrchat{
  width: 50px;
}
@media screen and (max-width: 750px ) {
  .Collection__socialLinkList{
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: center;
  }
  .Collection__socialLinkHeadingLink{
  margin-top: 5px;
  font-size: 14px;
    margin-bottom:20px !important;
}
}



.Collection__profileWrapper{
  display: flex;
  justify-content: center;
}

.Collection__profileWrapper > * {
  flex: 1;
}

.Collection__profileInner{
  margin-top: 40px;
  padding: 0 10px;
}
.Collection__profileInner p{
  margin-bottom: 0;
  font-weight: 500;
}

.Collection__socialLinkListWrapper .Collection__socialLinkHeadingLink{
  display: none;
}

.toggle_Collection_profile{
  display: none;
}

.Collection__profileWrapper .Collection__socialLinkListWrapper{
    margin-top: 0px;
  }

@media screen and (max-width: 750px) {
  .Collection__profileWrapper{
    flex-direction: column;
  }
  .Collection__profileWrapper > * {
    flex: initial;
  }

  .Collection__profileWrapper .Collection__socialLinkContainer{
    display: contents;

  }

  .Collection__profileWrapper .Collection__socialLinkHeading{
    text-align: center;
    order: 0;
  }

  .Collection__profileInner{
    order: 1;
    margin-top: 20px;
    font-size: 12px;
  }

  .Collection__profileWrapper .Collection__socialLinkListWrapper{
    order: 2;
    margin-top: 10px;
  }
  .Collection__socialLinkListWrapper .Collection__socialLinkHeadingLink{
    display: block;
    text-align: center;
  }
  .Collection__profileWrapper .Collection__socialLinkHeading .Collection__socialLinkHeadingLink{
    display: none;
  }

  .toggle_Collection_profile{
    /* display: block; */
    display: flex;
    align-items: center;
    justify-content: center;
    order: 3;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }

  .toggle_Collection_profile .close{
    display: none;
  }
  .toggle_Collection_profile .icon{
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    transition: transform .3s;
  }
  .toggle_Collection_profile .icon::before,
  .toggle_Collection_profile .icon::after{
    position: absolute;
    top: 0;
    /* bottom: 8px; */
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 3px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #003d4a;
    border-right: 3px solid #003d4a;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .toggle_Collection_profile .icon::after{
    bottom: -8px;
  }

  .toggle_Collection_profile.is-active .open{
    display: none;
  }
  .toggle_Collection_profile.is-active .close{
    display: block;
  }
  .toggle_Collection_profile.is-active .icon{
    transform: rotate(180deg);
  }

  .Collection__profileInner{
    position: relative;
  }
  .Collection__profileInner:not(.is-open) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .Collection__profileInner:not(.is-open)::after{
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  }
  .Collection__socialLinkList{
    flex-wrap: wrap;
    width: fit-content;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .Collection__socialLinkList>li{
    width: 32px;
    margin: 0 15px;
  }
    .Collection__socialLinkList.List2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

   .Collection__socialLinkList.List2.width-2-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

    .Collection__profileInner{
    text-align: center;
  }

  .Collection__socialLinkList.List1 {
  max-width:270px;
    width:100%;
}

  .Collection__socialLinkList.List1>li{
    width: 32px;
    margin: 0 8px;
  }

  .Collection__socialLinkHeading {
    margin-top: 15px;
}

  .Collection__socialLinkList.List1.width-6{
      max-width:180px;
    width:100%;
  }

   .Collection__socialLinkList.List1.width-7,
   .Collection__socialLinkList.List1.width-8
  {
  max-width:220px;
  width:100%;
  }

}

/* 2024.01 TOP Menu list */
.Section__menulist{
  background: #000;
  color: #fff;
  padding: 40px 0;
}
.Menulist__list{
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
  gap: 4px;
}
.Menulist__listitem{
  color: #fff;
  font-size: 1.15em;
}
.Menulist__listitem a{
  color: inherit;
  text-decoration: none;
  word-break: break-word;
}
.Menulist__listitem a:hover{
  opacity: 0.7;
}
@media screen and (min-width: 641px) {
  .Menulist__list{
    flex-direction: row;
    text-align: left;
  }
  .Menulist__listitem:not(:last-child){
    margin-right: 20px;
  }
  .Menulist__listitem::after{
    content: '|';
    margin-left: 20px;
  }
  .Menulist__listitem:first-child::before{
    content: '|';
    margin-right: 20px;
  }

}

.Form__policyerror,
.Form__checkerror{
  display: none;
  color: red;
  margin-top: 5px;
}

.Form__Input.is-error{
  border: 1px solid red;
}


.doubly-float, .ly-switcher-wrapper{
  display: none !important;
}

/* 202407 ProductNote */
.productNote p{
  font-weight:bold;
}
.delete-cartbutton{
  margin-bottom: 10px;
  font-size: 12px;
}

/* 202410 Popup */
.countryPopup{
  position: fixed;
  top: 150px;
  right: 10px;
  width: 100%;
  max-width: 400px;
  background: #fff;
  z-index: 1000;
  padding: 20px;
  border-radius: 10px;
  transition: all .3s;
}

.is-scrolled .countryPopup{
  top: 100px;
}
@media screen and (max-width: 768px) {
  .countryPopup{
    top: auto;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    max-width: 100%;
    border-radius: 0;a
  }

  .is-scrolled .countryPopup{
    top: auto;
  }
}

@media screen and (min-width: 1008px) and (max-width: 1350px) {
    .ProductList--carousel .flickity-prev-next-button.next {
        right: 0;
    }
  .ProductList--carousel .flickity-prev-next-button.previous{
    left: 0;
  }
}

/*  Wishlist King */
wishlist-button-collection .wk-floating{
  /* top: auto !important;
  bottom: -30px ; */
  --button-background: transparent;
  --icon-stroke: #ff2a00;
  position: static !important;
  display: flex;
  transform: none !important;
  justify-content: flex-end;
}
wishlist-button-product .wk-button, wishlist-button-product .wk-button:hover{
  --button-border: 1px solid #ff2a00;
}
wishlist-button-product .wk-button{
  color: #ff2a00 !important;
}
wishlist-button-product .wk-button .wk-icon,
wishlist-button-collection .wk-button .wk-icon{
  --stroke: #ff2a00;
  --stroke-width: 1.5px;
}
wishlist-button-product {
   --icon-fill: #ff2a00 !important;
}
.Product__Info .wk-button.wk-selected {
  --icon-fill: #fff !important;
  color:white !important;
}
.Product__Info .wk-button.wk-selected:before{
  background-color:#ff2a00 !important;
}
.Product__Info .wk-button.wk-selected:after{
  background-color:white !important;
}

.wk-page remove-button .wk-floating .wk-button{
  --icon-size: 12px;
  --icon-stroke: white;
  background:#000000cc;
  border-radius: 30px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  top:-5px;
  right:-5px;
}
  
@media screen and (max-width: 750px ) {
  .wk-page remove-button .wk-floating .wk-button{
  --icon-size: 9px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
}
}
.Product__Info .wk-button .wk-icon svg path{
  transition: all .45s   cubic-bezier(.785,.135,.15,.86) !important;
}
.Product__Info .wk-button{
      position: relative;
    background-color: transparent;
    transition: color .45s cubic-bezier(.785,.135,.15,.86), border .45s cubic-bezier(.785,.135,.15,.86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
  overflow:hidden;

}
.Product__Info .wk-button::after{
        position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  background: #ff2a00;
      z-index: -2;
}
.Product__Info .wk-button::before{
      position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: left center;
    z-index: -1;
    transition: transform .45s cubic-bezier(.785,.135,.15,.86);
      background-color: #fff;
}
.Product__Info .wk-button:hover::before{
  transform-origin: right center;
        transform: scaleX(0);
}
.Product__Info .wk-button:hover{
  color: #fff !important;
}
.Product__Info .wk-button.wk-selected:hover{
  color: #ff2a00 !important;
}
wishlist-button-product .wk-button:hover .wk-icon{
  --stroke: #fff ;
}
wishlist-button-product .wk-button.wk-selected:hover .wk-icon{
  --stroke: #ff2a00 ;
}

wishlist-product-card .wk-image{
  --image-object-fit: contain;
}


.delete-cartbutton{
  margin-bottom: 10px;
  font-size: 12px;
}

.ProductItem__Info{
  margin-top:0px;
}

wishlist-link .wk-button {
    --icon-size: 18px;
    --icon-stroke: var(--header-heading-color) !important;
    --icon-stroke-width: 1px;
    padding: 8px 12px;
    margin-right: 5px
}

.Header__Icon[data-action=toggle-search] {
    margin-left: 0
}

wishlist-link .wk-icon {
    top: 1px
}

@media screen and (min-width: 641px) {
  .Header__Icon[data-action=toggle-search] {
      margin-left:18px
  }

  wishlist-link .wk-button {
      --icon-size: 20px !important;
      --icon-stroke-width: 2px !important;
      margin: 0 10px 0 5px
  }
}

.Header--transparent wishlist-link .wk-button {
    --icon-stroke: white
}

wishlist-link .wk-counter {
    --size: 12px !imporant;
    top: -6px;
    right: 3px;
    background: var(--header-heading-color) !important;
    border: 2px solid var(--header-background)
}

wishlist-button-product .wk-button,wishlist-button-product .wk-button:hover {
    margin-top: 15px !important;
}

wishlist-page .wk-header .wk-title {
    font-size: 20px !important;
}


/* 0407対応追加分 */
.Product__Info .money{
  font-size:22px;
}
.features--heading-small .u-h4{
  font-size:22px;
}

.Product__Info .Button--primary:before{
  background:#ffa41c
}
.Product__Info .Button--primary span{
  color:black;
  font-weight:bold;
}


/* top改修追加分 */

/* カルーセル */
    .show-on-mobile-only {
    display: none;
  }
    #block-6775128c-6c65-41fb-b68b-ddc6d6c3cbf3.TabPanel .Button--primary:before{
    background-color:white;
  }
  
  .TabPanel .Button--primary{
    color: black;
    background: white;
  }
@media screen and (max-width:749px){
  .ProductItem{
    border: 1px solid white;
  }
    .show-on-mobile-only {
      display: block;
    }
  }

/* コレクションリスト */
.Container.CollectionList__buttonContainer a{
  border:none!important;
  background: black;
    color: white;
}

  
  #block-6775128c-6c65-41fb-b68b-ddc6d6c3cbf3 .ProductItem {
    border: 1px solid rgba(255, 255, 255, 0.6);
  }

  #block-16397393989e8c0614-0 .ProductItem {
    border: 1px solid rgba(0, 0, 0, 0.4);
  }
  #block-16397393989e8c0614-0 .ProductListWrapper .ProductItem__Wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 1px;
  background-image: url('//cdn.shopify.com/s/files/1/0605/1836/7284/t/88/assets/1.png?v=135948405226195775901744179615');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none; /* クリックなどの操作を無効にしたい場合 */
}



@media screen and (min-width:750px){
.custom-allow{
      width: 40px!important;
    padding-top: 10px!important;;
}
  .ProductListWrapper .Carousel__Cell{
    height:570px;
  }
  .ProductListWrapper .ProductItem,.ProductListWrapper .ProductItem__Wrapper {
    height:100%;
  }
}

@media screen and (max-width:430px){
.MiniThumbnail .slick-center img {
         margin: 0px!important;
}
}

@media screen and (max-width:749px){
  .Section.Section__topProductList .ProductItem__Wrapper{
    height:540px;
  }
}

.ProductListWrapper .ProductItem__Wrapper {
  position: relative; /* 疑似要素の位置指定のために必要 */
}

.template-index .ProductListWrapper .ProductItem__Wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 1px;
  background-image: url('//gkdgsg375ltjxxsgp55x.myshopify.com/cdn/shop/t/88/assets/2.png?v=167259319300815217001744179761');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none; /* クリックなどの操作を無効にしたい場合 */
}


.CollectionList__button a::after {
  width: 30px!important;
  height: 30px!important;
}


.CollectionList__button a {
  position: relative;
}

.CollectionList__button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-image: url('//gkdgsg375ltjxxsgp55x.myshopify.com/cdn/shop/t/88/assets/2.png?v=167259319300815217001744179761');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

/* viewallボタン */
.SectionFooter{
  text-align: center;
}
  .TabPanel .SectionFooter a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 30px; /* アイコン分の余白 */
    justify-content:center;
}
@media screen and (min-width:750px){
.TabPanel .SectionFooter a {
width: 400px;  
}
}
@media screen and (max-width:749px){
  .TabPanel .SectionFooter a{
    width:100%;
  }
} 

.TabPanel .SectionFooter a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  margin-left: 10px;
  padding-top: 3px;
  background-image: url('//cdn.shopify.com/s/files/1/0605/1836/7284/t/88/assets/1.png?v=135948405226195775901744179615');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

 .TabPanel .SectionFooter a:hover {
  color: white!important;
    background: white;
    border-color: white;
}

 .TabPanel .SectionFooter a:hover::after {
  background-image: url('//gkdgsg375ltjxxsgp55x.myshopify.com/cdn/shop/t/88/assets/2.png?v=167259319300815217001744179761');
}

@media screen and (max-width:749px){
  .TabPanel .SectionFooter a::after {
  width: 30px!important;
  height: 30px!important;
  }
} 

#block-16397393989e8c0614-0 .SectionFooter a:hover {
    color: black!important;
    border-color: black;
  background: white;
}
#block-16397393989e8c0614-0 .SectionFooter a{
    color: white!important;
    border-color: black;
  
}
#block-16397393989e8c0614-0.TabPanel .SectionFooter a::after{
  background-image: url('//gkdgsg375ltjxxsgp55x.myshopify.com/cdn/shop/t/88/assets/2.png?v=167259319300815217001744179761')!important;
}

#block-16397393989e8c0614-0.TabPanel .SectionFooter a:hover::after{
  background-image: url('//cdn.shopify.com/s/files/1/0605/1836/7284/t/88/assets/1.png?v=135948405226195775901744179615')!important;
}



  <style>
    .PageContainer {
      background: linear-gradient(180deg, #BDEFF3, #50B5E4);
    }
  </style>





/*在庫ラベル250723追加 ここから*/
.ProductItem__Label--fewStocks{
  background: #fff;
  color: #e60012;
  border-radius: 3px;
  font-weight: bold;
  letter-spacing: .02em;
  margin: 0 auto 5px;
  font-size: 11px;
  padding: 1px 12px;
  border: solid 1px #e60012;
  display:block;
}
.InventoryLabel{
  color:#ff0000;
  font-weight:bold;
}
.InventoryLabel.--instock:after,
.Dsc__Item.--instock>span {
 background: #35D9AD;
}
.InventoryLabel.--fewstock:after,
.Dsc__Item.--fewstock>span {
 background: #E60012;
}
.InventoryLabel.--soldout:after,
.Dsc__Item.--soldout>span {
 background: gray;
}
.InventoryLabel{
  position:relative;
  width: 8%;
  margin: 0 0 0 10px;
}
.InventoryLabel:after{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  border-radius: 3px;
}
.InventoryLabel__Dsc{
  display:flex;
   margin-top:20px;
 }
 .Dsc__Item {
   display:flex;
   margin-right:10px;
 }
 .Dsc__Item span {
     width: 20px;
     height: 20px;
     display: block;
     border-radius: 3px;
     margin: 0 5px 0 0;
 }

 @media screen and (max-width: 650px) {
  .Dsc__Item {
    display:flex;
    margin-right:10px;
    font-size:12px;
  }
  .Dsc__Item span {
      width: 18px;
      height: 18px;
      display: block;
      border-radius: 3px;
      margin: 0 5px 0 0;
  }
  .ProductItem__Label--fewStocks{
    font-size:9px;
  }
 }

/*在庫ラベル250723追加 ここまで*/

