/** Shopify CDN: Minification failed

Line 2466:2 "opaicty" is not a known CSS property
Line 2547:3 Expected "}" to go with "{"

**/
/*
@media screen and (min-width: 1500px) 
@media screen and (min-width: 1140px)***
@media screen and (min-width: 1008px)
@media screen and (min-width: 641px)***

@media screen and (max-width: 1007px)
@media screen and (max-width: 640px)

@media screen and (min-width: 641px) and (max-width: 1007px) 
@media screen and (min-width: 1008px) and (max-width: 1139px) 

フォント
font-family: aileron, sans-serif;
font-weight: 400; -Regular
font-weight: 600; -SemiBold
font-weight: 700; -Bold
font-style: italic;
font-style: normal;

*/
@font-face {
		  font-family: "Knockout HTF49-Liteweight";
		  font-style: normal;
		  font-weight: 400;
		  src: url(/cdn/shop/files/Knockout-HTF49-Liteweight.woff?v=1731033103;) format("woff");
		}
@font-face {
		  font-family: "DIN Condensed";
		  font-style: normal;
		  font-weight: 400;
		  src: url(/cdn/shop/files/DINCondensed-Bold-2.woff?v=1731038046) format("woff");
		}
@font-face {
		  font-family: "DIN 2014";
		  font-style: normal;
		  font-weight: 400;
		  src: url(/cdn/shop/files/fonnts.com-DIN_2014.woff?v=1731039696) format("woff");
		}

/*共通*/
.star-ratings-css{
  text-shadow: none!important;
}
.mxpr-summary__order select{
  box-shadow: none!important;
}
#mxpr-form-submit-button #mxpr-form-submit-message{
  border: 1px solid #000;
  padding: 7px 14px;
}
.prestige--v4 .PageOverlay{
  background: rgba(0,0,0,.3);
}
li{
  list-style-type: none;
}
body, h1, h2, h3, h4, h5, p, span, label, input, select, option, button, a, div{
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji,Segoe UI Emoji, Segoe UI Symbol !important;
  letter-spacing: normal !important;
  line-height: 1.6 !important;
}
@media screen and (min-width: 1140px){
.Container, .ProductList--grid, .ProductListWrapper{
   padding: 0 117px;
}
}
@media screen and (min-width: 1008px){
.shopify-section--bordered > .Section--spacingNormal {
    padding: 60px 0;
}
}

/*ボタン*/
.Button, .shopify-payment-button__button--unbranded, input.spr-button-primary, .spr-summary-actions-newreview, .spr-button-primary:not(input), .spr-pagination-prev > a, .spr-pagination-next > a{
  font-size: 13px;
  min-width: 170px;
  padding-right: 50px;
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 12px;
}
  /*全てのボタン*/
.Slideshow__Content .Button, .Slideshow__Content .Button::before, .CollectionItem__Link.Button, .CollectionItem__Link.Button:before,
.Button, .shopify-payment-button__button--unbranded, input.spr-button-primary, .spr-summary-actions-newreview, .spr-button-primary:not(input), .spr-pagination-prev > a, .spr-pagination-next > a, .Button::before, .shopify-payment-button__button--unbranded::before, input.spr-button-primary::before, .spr-summary-actions-newreview.spr-summary-actions-newreview::before, .spr-button-primary:not(input)::before, .spr-pagination-prev > a::before, .spr-pagination-next > a::before
{
  border-radius: 50px;
  font-family: aileron !important;
}
  /*ボタン白：ホバー前*/
.custom_slideshow_content .Button::after, .Slideshow__Content .Button::after, .CollectionItem__Link.Button::after, 
.Button::after, .shopify-payment-button__button--unbranded::after, input.spr-button-primary::after, .spr-summary-actions-newreview.spr-summary-actions-newreview::after, .spr-button-primary:not(input)::after, .spr-pagination-prev > a::after, .spr-pagination-next > a::after
{
  content: "";
  /* background: url({{ 'arrow.svg' | asset_url }}); */
  background: url("./arrow_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  height: 30px;
  width: 30px;
  display: block;
  transition: all .5s
}
  /*ボタン白：ホバー後、ボタン黒：ホバー前*/
.custom_slideshow_content .ButtonGroup .Button:hover::after, .Slideshow__Content .Button:hover::after, .CollectionItem__Link.Button:hover::after,
.Button::after, .shopify-payment-button__button--unbranded::after, input.spr-button-primary::after, .spr-summary-actions-newreview.spr-summary-actions-newreview::after, .spr-button-primary:not(input)::after, .spr-pagination-prev > a::after, .spr-pagination-next > a::after,.cf-form-actions .cf-submit-form.cf-button::after
{
  background: url("./arrow_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  height: 30px;
  width: 30px;
}
  /*ボタン黒：ホバー後*/
.Button:hover::after, .shopify-payment-button__button--unbranded:hover::after, input.spr-button-primary:hover::after, .spr-summary-actions-newreview.spr-summary-actions-newreview:hover::after, .spr-button-primary:not(input):hover::after, .spr-pagination-prev > a:hover::after, .spr-pagination-next > a:hover::after{
  background: url("./arrow_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  height: 30px;
  width: 30px;
}
.Button.Button--black{
  min-width: 225px;
  padding-right: 28px;
}
.ButtonGroup--spacingSmall .ButtonGroup__Item{
  margin: 0;
  font-weight: 600;
}

/*カルーセル矢印*/
.flickity-prev-next-button svg{
  margin-top: 5px;
}

/*アナウンスメントバー*/
.AnnouncementBar__Content.Heading{
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 641px){
.features--heading-small .u-h6, .features--heading-small .Rte h6 {
    font-size: 15px;
}
}

/*ヘッダー*/
.Header__MainNav .HorizontalList__Item .Heading:not(.MegaMenu__PushHeading){
  font-weight: 600;
  font-family: aileron !important;
}
.Header__SecondaryNav .HorizontalList__Item .Heading{
  font-size: 13px;
  color: #909090;
  font-weight: 600;
  font-family: aileron !important;
}
.HorizontalList--spacingExtraLoose, .HorizontalList--spacingLoose{
  margin: 0;
}

@media screen and (min-width: 1140px){
  .Header:not(.Header--sidebar) .Header__Wrapper{
    padding: 11px 117px;
  }
  .HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin: 0;
    padding-right: 30px;
  }
  .HorizontalList--spacingExtraLoose .HorizontalList__Item:last-child {
    padding-right: 0;
  }
  .Header__MainNav{
    margin-right: 40px;
  }
}
@media screen and (min-width: 1200px){
  .Header--logoLeft .Header__FlexItem--logo {
    margin-right: 96px;
  }
}
.HorizontalList--spacingLoose .HorizontalList__Item {
  margin: 0;
  padding-right: 26px;
}
.HorizontalList--spacingLoose .HorizontalList__Item:last-child{
  padding-right: 0;
}
.MegaMenu {
  padding: 50px 118px 90px;
}
.MegaMenu__Title.Heading.Text--subdued.u-h7{
  font-size: 17px;
  font-weight: 700;
  color: #000;
}
.Linklist__Item{
  font-size: 15px;
  font-weight: 500;
  color: #5C5C5C;
  margin-bottom: 8px;
}
.MegaMenu__Item {
  margin: 0;
}
.MegaMenu__Inner{
  padding: 0;
}
.MegaMenu__Item:not(.MegaMenu__Item--fit){
  margin-left: 100px;
}
.DropdownMenu .Link {
  padding-left: 15px;
  padding-right: 50px;
}
/*スライドショー*/
.home_hero #slider .slick-slide::after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom_slideshow_content {
  z-index:2;
}
.AspectRatio > img, .no-js .AspectRatio > noscript img{
  object-fit: cover;
}
.Slideshow__Content .SectionHeader__Heading, .Slideshow__Content .SectionHeader__SubHeading{
  margin-top: 0;
  margin-bottom: 0;
} 
.Slideshow__Content .SectionHeader__Heading p{
  margin-bottom: 0;
  font-size: 36px;
  font-weight: bold;
}
.SectionHeader__ButtonWrapper{
  margin-top: 40px;
}
.Slideshow__Content--bottomLeft, .Slideshow__Content--bottomCenter, .Slideshow__Content--bottomRight {
  bottom: 94px;
}

@media screen and (min-width: 1140px){
  .Slideshow__Content {
    padding: 0 117px;
  }
  .Carousel--insideDots .flickity-page-dots {
    right: 117px;
  }
}
.Carousel--insideDots .flickity-page-dots .dot{
  border-color:#707070;
  background: #fff;
}
.Carousel--insideDots .flickity-page-dots .dot.is-selected {
  background: #303030;
}
.FlexboxIeFix .PageHeader--withBackground .SectionHeader.SectionHeader{
  padding: 40px 0 40px 0;
}
.FlexboxIeFix .SectionHeader__Heading{
  margin-bottom: 0;
}

/*トップページ Custom Banner*/
.Section_banner{
  /* max-width: 1200px; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  /* justify-content: center; */
  padding: 55px 102px;
}
.Section_banner>a{
  padding: 15px;
  width: 25%;
}
.Section_banner img{
  width: 100%;
}
/*特集*/
.SectionHeader__Heading--emphasize:not(.Slideshow__Content .SectionHeader__Heading--emphasize){
  font-family: aileron !important;
  font-weight: 700;
  margin-bottom: 35px;
  text-transform: unset !important;
}
@media screen and (min-width: 1007px){
.SectionHeader__Heading--emphasize:not(.Slideshow__Content .SectionHeader__Heading--emphasize){
font-size: 58px !important;
}
}
.CollectionItem__Content .SectionHeader .SectionHeader__SubHeading.Heading.u-h6 p{
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 1140px){
  .CollectionItem__Content--bottomLeft, .CollectionItem__Content--bottomRight, .CollectionItem__Content--bottomCenter {
    bottom: 70px;
  }
  .CollectionItem__Content {
    padding: 0 117px;
  }
}
.TabList {
  display: flex;
}
/* .ProductList--grid[data-desktop-count="4"] > .Grid__Cell, .ProductList--grid[data-desktop-count="3"] > .Grid__Cell{
  padding-left:0;
  margin-right: 42px;
  margin-bottom: 50px;
} */
.ProductList.ProductList--grid .Grid__Cell:last-child{
  margin-right: 0;
}
/* .ProductList.ProductList--grid.Grid{
  display: flex;
  justify-content: space-between;
} */
.CollectionMain .ProductList--grid[data-desktop-count="4"], .CollectionMain .ProductList--grid[data-desktop-count="3"] {
  margin-left: 0;
}
@media screen and (min-width: 1140px){
  .ProductList.ProductList--grid.Grid {
    padding:0;
  }
}
@media screen and (min-width: 1008px){
  /* .\31\/4--lap-and-up, .\33\/12--lap-and-up {
      max-width: 230px;
  } */
  .SectionHeader:not(:only-child, .CategoryList__Header) {
      margin-bottom: 40px;
  }
}
.ProductItem__Vendor, .ProductItem__Title{
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.ProductItem__Price.Price.Text--subdued{
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
.ProductItem__TagWrapper {
  display: flex;
  flex-wrap: wrap;
}
.ProductItem__Tag{
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  font-family: aileron !important;
  margin-right: 5px;
}
/* .ProductItem__Tag:not(:first-child){
  margin-left: 10px;
} */
.ProductItem__Tag.soto, .ProductMeta__Vendor.soto {
  color: #CABB15;
}
.ProductItem__Tag.tool, .ProductMeta__Vendor.tool{
  color: #F39905;
}
.ProductItem__Tag.grass, .ProductMeta__Vendor.grass{
  color: #004715;
}
.ProductItem__Info{
  margin-top: 15px;
}
.ProductItem__PriceList.Heading{
  margin-top: 7.5px;
}
@media screen and (max-width:640px) {
  .ProductItem__PriceList.Heading{
    margin-right:10px;
  }
  .ProductItem__TagWrapper {
    justify-content:flex-end;
  }
}
.ProductMeta__Vendor{
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  font-family: aileron !important;
}
.ProductMeta__Title:not(.FeaturedProduct__Info .ProductMeta__Title){
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 500;
}
.variant-sku {
  font-weight:500;
}
.ProductMeta__Price:not(.FeaturedProduct__Info .ProductMeta__Price){
  font-size: 19px;
  font-weight: 700;
  color: #434343;
  margin-top: 0;
  /* margin-bottom: 18px; */
}
.ProductMeta{
  border-bottom: none;
  padding-bottom: 20px;
  margin-bottom: 20px;  
}
.ProductMeta__Description .Rte{
  font-size: 15px;
}
.ProductForm__Label{
  font-size: 15px;
  font-weight: 500;
}
.SizeSwatch{
  border-radius: 3px;
}
.ProductMeta__Description, .ProductMeta__Text, .ProductForm__Option--labelled{
  margin-bottom: 30px;
}
.ProductForm__Variants{
  margin-bottom: 20px;
}
.ProductForm__QuantitySelector{
  margin-top: 20px;
  margin-bottom: 20px;
}
.ProductForm__BuyButtons .ProductForm__AddToCart.Button{
  padding: 14px 28px;
  background-color: #434343;
  color: #CAC915;
}
.ProductForm__BuyButtons .ProductForm__AddToCart::after{
  display: none;
}
.ProductForm__BuyButtons .ProductForm__AddToCart span{
  position: relative;
  margin-left: 20px;
}
.ProductForm__BuyButtons .ProductForm__AddToCart span:before{
  position: absolute;
  display: block;
  content: '';
  height: 100%;
  width: 27px;
  top:0;
  left: -30px;
  background-image: url('./custom_cart_white.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition: all .4s;
}
.ProductForm__BuyButtons .ProductForm__AddToCart:hover span:before{
  background-image: url('./custom_cart.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.Pagination{
  text-align: center; 
}


/*トップページ カテゴリ*/
@media screen and (min-width: 1008px){
  .Section--spacingNormal {
    margin: 20px 0 80px;
  }
}
@media screen and (min-width: 641px){
  .features--heading-small .u-h1, .features--heading-small .Rte h1 {
    font-size: 26px;
    font-family: aileron !important;
    font-weight: 600;
  }
}
.SectionHeader:not(:only-child).CategoryList__Header{
  margin-bottom: 50px;
}
.CategoryListContainer{
  margin: 0 auto 70px;
  min-height: 300px;
}
.CategoryList__Filter{  
  margin: 0 auto 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.CategoryList__Filter--Item{
  font-family: aileron !important;
  font-weight: 600;
  margin-right: 30px;
  margin-bottom: 0;
  position: relative;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  color: #5C5C5C;
  padding-bottom: 7px;
}
.CategoryList__Filter--current::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #707070;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.CategoryListWrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -15px;
}
.CategoryListBlock{
  width: 20%;
  padding-right: 15px;
  padding-bottom: 0;
  margin-bottom: 40px;
  display: none;
}
.CategoryListBlock__Image{
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
  position: relative;
}

.CategoryListBlock__Image > a{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.CategoryListBlock__Image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.CategoryListBlock.-visible .CategoryListBlock__Image span,
.CategoryListBlock .CategoryListBlock__Image span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.15);
  border-radius: 3px;
}
.CategoryListBlock__Text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.CategoryListBlock__Text > a{
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.CategoryListBlock--AndMore{
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.CategoryListBlock--AndMore > a{
  display: block;
  background: #707070;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.CategoryListBlock--AndMore > a > span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform : translate(-50%,-50%);
  color: #fff;
  font-weight:bold;
}
.CategoryListBlock.-visible{
  display: block;
  opacity: 1;
  animation-duration: .5s;
  animation-name: fade-in;
  -moz-animation-duration: .5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: .5s;
  -webkit-animation-name: fade-in;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}
/*トップページ News*/
.NewslistList--Flex{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.NewslistList{
  display: flex;
  justify-content: start;
  align-items: flex-start;
  border-bottom: 1px solid #000;
  padding: 23px 0;
}
.NewslistList:first-child{
  padding-top: 0;
}
.NewslistList:last-child{
  border-bottom:none;
}
.Newslist--Date{
  margin-right: 28px;
  font-size: 13px;
  color: rgba(0,0,0,.6);
  font-weight: 700;
}
.Newslist--Tag{
  margin: 0 20px 0 0;
  position: relative;
  border: solid 1px #434343;
  border-radius: 50px;
  padding: 3px 0;
  min-width: 95px;
  font-family: aileron !important;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.Newslist--Title{
  color: #000;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
}
.Newslist--Title a{
  position: relative;
}
/*フッター*/
.Footer .Linklist__Item{
  color: #fff;
  font-weight:400;
}
.Footer .Linklist__Item:hover{
  opacity: 0.7;
}
.Footer .Form__Input{
  border: 1px solid rgba(255, 255, 255, .7);
}
/*SNS icon*/
.Footer .SidebarMenu__Social{
  justify-content: flex-start;
}
.Footer .Drawer__Footer{
  box-shadow: none;
  margin-left: -10px;
}
.Footer .Footer__Title{
  margin-bottom: 26px;
  font-family: aileron !important;
  font-size: 18px;
  font-weight: 600;
}
.Footer .Form__Submit.Button{
  padding: 10px 0;
  min-width: 150px;
  background: #fff;
  color: #000;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji,Segoe UI Emoji, Segoe UI Symbol !important;
}
.Footer .Form__Submit.Button:hover{
  color: #fff;
  border: solid 0.5px #fff;
}
.Footer .Form__Submit.Button::before{
  background-color: #fff;
}
.Footer .Form__Submit.Button::after{
  display: none;
}
@media screen and (min-width: 641px){
  .Footer__Inner {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.Footer{
  position: relative;
}
#page-top {
  position: absolute;
  bottom: 5%;
  right: 3%;
}
/*パンくずリスト*/
.breadcrumb{
  padding: 14px 117px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  border-top: 1px solid rgba(0,0,0,0.1);
}
.breadcrumb *{
  font-family: aileron !important;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.dash{
  width: 28px;
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
.dash::after{
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(0,0,0,.2);
}
/*マーク*/
.ProductMeta__Mark {
  display: flex;
  align-items: center;
   transition: 0.3s;
}

.ProductMeta__Mark:hover {
  opacity: 0.7;
}
.ProductMeta__Mark img{
  height:40px;
}
.ProductMeta__Mark span {
  font-size: 12px;
  font-weight:500;
  text-decoration: underline;
  text-underline-offset: 6px;
  margin-left: 7px;
}

@media screen and (min-width: 1008px){
.Product__Aside {
    padding-left: 90px;
}
}

/*商品詳細*/
.Product__SlideItem .AspectRatio {
  --aspect-ratio: 1!important;
}
.Product__SlideItem .AspectRatio img {
  object-fit:contain;
}
.Product__Gallery{
  padding: 0 24px;
  margin-top: 30px;
}
.Product__Tabs .Collapsible__Button{
  padding: 30px 0;
}
.Product__Tabs .Collapsible__Button.Heading{
  font-size: 15px;
  font-weight: 700;
}
.Product__SlideshowNavScroller{
  display: flex;
  width: 100%;
  margin: 10px auto;
  flex-wrap: wrap;
  justify-content: flex-start ;
  align-items: center;
}
.Product__ActionItem .RoundButton--small svg{
  margin-bottom: 2px;
}
.Product__SlideshowNav{
  display: flex;
  justify-content: center;
}
.Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage {
  display: inline-block;
  width: calc(20% - 20px);
  margin: 10px; 
  vertical-align: top;
  --aspect-ratio:1!important;
}
.Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage img{
  object-fit: contain;
}
.Product__SlideshowNavImage:not(.is-selected) {
  border: solid 1px rgba(67,67,67,.2);
}
.Product__SlideshowNavImage.is-selected {
  border-color: var(--heading-color);
}
.Product__SlideshowNavImage{
  position: relative;
  display: block;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.Product__SlideshowMobileNav{
  display: none;
}
.CollectionMain .ProductList.ProductList--grid.Grid{
  display: block;
  margin-right: -20px;
  padding: 0;
}
.CollectionInner__Sidebar {
  margin-right: 36px;
  margin-left: 0;
  width: 260px;
}
.CollectionToolbar{
  box-shadow: none;
}
.CollectionToolbar__Item{
  border: none;
}
.CollectionToolbar__Group .CollectionToolbar__Item{
  padding-right: 0;
}
.Product {
  margin-bottom: 60px;
  z-index:3;
}
.ProductMeta__Sku .ProductMeta__SkuNumber {
  font-size:14px;
  color:#434343;
  font-weight: 500;
}
/* 延長保証 */
.extended_text {
  color: #434343;
  font-size: 10px;
  border: 1px solid #434343;
  padding: 2px 7px 3px 7px;
  border-radius: 14px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 640px){
  .extended_text {
    font-size: 10px;
  }  
}
.extended_message {
  background: rgba(67,67,67,.05);
  padding: 20px 30px;
  border-radius: 3px;
  margin-top: 36px;
}
.extended_message h3{
  font-size: 15px;
  font-weight: 700;
}
.extended_message h3 span{
  margin-left: 8px;
  font-size: 14px;
}
.extended_message p{
  font-size: 13px;
  font-weight: 500;
}
.extended_message a{
  font-weight: 500;
  font-size: 13px;
  text-underline-offset: 5px;
  text-decoration: underline;
  transition: 0.3s;
}
.extended_message a:hover{
  opacity: 0.7;
}
/*商品詳細メタフィールド*/
.product-content-wrapper{
  padding-bottom: 15px;
  display: flex;
  justify-content: start;
  width: 100%;
}
.product_content-title{
  font-weight: 500;
  display: inline-block;
  width: 30%;
}
.product_content-dsc{
  width: 70%;
}

/*TOP New Arrival*/
.Section--featuredCollections .ProductList--carousel{
  margin: 0 -20px;
}
/* .Section--featuredCollections .ProductList--carousel .flickity-prev-next-button.next,
.Section--featuredCollections .ProductList--carousel .flickity-prev-next-button.previous
{
  display: none;
} */

.Section--relatedProduct .slick-prev.slick-arrow, .Section--relatedProduct .slick-next.slick-arrow, .Section--recentlyViewed .flickity-prev-next-button{
  top: calc(50% - 45px);
  width: 45px;
  height: 45px;
  border: solid 1px #707070;
  border-radius: 50%;
  background: #fff;
  color: #707070;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  box-shadow: none;
  vertical-align: middle;
  line-height: 0;
  transform: scale(1.001);
  transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out;
  overflow: hidden;
}
.ProductList--carousel .Carousel__Cell{
  width: 25%;
  padding: 0 24px;
}
.AspectRatio{
  max-width: none !important;
}
/*確認用、あとで消す*/
/* .ProductList--carousel, .slick-slider{
  background: #999999;
} */

/*最近見た商品*/
.Section--recentlyViewed .ProductList--carousel .flickity-prev-next-button.next{
  right: -50px;
}
.Section--recentlyViewed .ProductList--carousel .flickity-prev-next-button.previous{
  left: -50px;
}
.Section.Section--spacingNormal.Section--recentlyViewed, .Section.Section--spacingNormal.Section--relatedProduct{
  padding: 80px 0px 60px;
}
.Section--relatedProduct .SectionHeader, .Section--recentlyViewed .SectionHeader{
  padding: 0 117px;
}

.Section.Section--spacingNormal.Section--recentlyViewed{
  padding-bottom: 80px;
}

.Section--relatedProduct .SectionHeader__Heading, .Section--recentlyViewed .SectionHeader__Heading{
  font-size: 26px;
  text-align: left;
}
.Section--relatedProduct .Container, .Section--recentlyViewed .Container{
  padding: 0;
}
.Section--recentlyViewed .ProductListWrapper{
  padding: 0;
  margin: 0;
}

/*関連商品*/
.Section--relatedProduct .SectionHeader{
  margin-bottom: 50px;
}
.Section--relatedProduct .ProductItem{
  max-width: none;
}
.Section--relatedProduct .slick-slide{
  padding: 0 24px;
}
.Section--relatedProduct .slick-track{
  margin: 0;
}
.Section--relatedProduct .slick-slider .slick-prev{
  left: -50px;
}
.Section--relatedProduct .slick-slider .slick-next{
  right: -50px;
}
.Section--relatedProduct .ProductItem__LabelList{
  left: 30px;
}
  .ProductItem__Label{
    background: #fff;
    color: #000;
    border: 1px solid #000;
  }
.slick-prev:before, .slick-next:before{
  color: #000;
}
.slick-prev:before, .slick-next:before{
  position: absolute;
  content: ""!important;
  right: 0;
  top: calc(50% - 4px);
  width: 7px;
  height: 7px;
  background: transparent;
  border-top: 2px solid #434343;
  border-right: 2px solid #434343;
  /* -webkit-transform: rotate(135deg); */
  transform: rotate(45deg); 
  /* transition: transform .4s ease-in-out,opacity .4s ease-in-out; */
}
.slick-prev:before{
  left: 0;
  transform: rotate(-132deg);
}
.Section--relatedProduct .slick-next.slick-arrow.slick-disabled,
.Section--relatedProduct .slick-prev.slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{
  opacity: 0 !important;
}
.Section--relatedProduct .slick-prev.slick-arrow:hover:before{
  /* transform: rotate(-132deg); */
  -webkit-animation: RightToLeft 0.5s ease-in-out forwards;
            animation: RightToLeft 0.5s ease-in-out forwards;
}
.Section--relatedProduct .slick-next.slick-arrow:hover:before{
  /* transform: rotate(45deg); */
  -webkit-animation: LeftToRight 0.5s ease-in-out forwards;
            animation: LeftToRight 0.5s ease-in-out forwards;
}
@keyframes LeftToRight {
  0% {
    transform: translateX(0%) rotate(45deg);
  }

  25% {
    opacity: 0;
    transform: translateX(100%) rotate(45deg);
  }

  50% {
    opacity: 0;
    transform: translateX(-100%) rotate(45deg);
  }

  75% {
    opacity: 1;
    transform: translateX(0%) rotate(45deg);
  }
}

@keyframes RightToLeft {
  0% {
    transform: translateX(0%) rotate(-132deg);
  }

  25% {
    opacity: 0;
    transform: translateX(-100%) rotate(-132deg);
  }

  50% {
    opacity: 0;
    transform: translateX(100%) rotate(-132deg);
  }

  75% {
    opacity: 1;
    transform: translateX(0%) rotate(-132deg);
  }
}

/*商品一覧*/
.Image_Heading img {
  max-width:200px;
}
@media only screen and (max-width: 640px){
  .Image_Heading img {
      max-width: 140px;
  }
}
/*並び替え*/
.Section--mainCollection .CollectionToolbar{
  padding: 0 117px;
}
/*サイドバー*/
 .CollectionToolbar__Item{
  font-family: aileron !important;
  font-size: 13px;
  padding: 25px 0 30px
}
.Section--mainCollection .CollectionInner{
  margin-top: 10px;
}
@media only screen and (min-width: 769px){
  .Section--mainCollection .grid__item--sidebar {
      top: 80px;
  }
}
.Section--mainCollection .SectionHeader__Heading.Heading.u-h1{
  font-size: 60px;
  font-weight: 700;
}
.collection-grid__wrapper .grid.grid--uniform{
  display: flex;
  flex-wrap: wrap;
}
.CollectionMenu__List--Link .plus {
  display: block;
  position: absolute;
  width: 18px;
  height: 43px;
  right: 0;
  top: 0;
  cursor: pointer;
}
.CollectionMenu__List--Link .plus:before{
  opacity: 1;
  position: absolute;
  content: "";
  left: 7px;
  width: 7px;
  height: 7px;
  background: transparent;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: transform .4s ease-in-out,opacity .4s ease-in-out;
  transform-origin: 4.5px 2.6px;
  top: 46%;
}
.CollectionMenu__listItem--l2 .plus {
  top: -13px;
}
.CollectionMenu__List--Link .plus.active::before{
  transform:rotate(-45deg);
}
.CollectionMenu__List--Link {
  position: relative;
  padding: 10px 0;
}
.CollectionMenu__List--Link {
  border-bottom: 1px solid #5c5c5c;
}
.CollectionMenu__List--title{
  font-family: aileron !important;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}
.CollectionMenu__List--Link a {
  transition: .3s;
  display: inline-block;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
}
.CollectionMenu__List--level2, .CollectionMenu__List--level3 {
  display: none;
  margin-inline-start: auto;
  margin: 12px 0 0;
}
.CollectionMenu__List--level2 .CollectionMenu__listItem--l2 {
  padding: 0 0 3px;
  margin-bottom: 6px;
}
.CollectionMenu__List--level2 {
  border-bottom: #5c5c5c 1px solid;
}
.CollectionMenu__listItem--l2 {
  border-bottom: none;
}
.CollectionMenu__listItem--l2 a {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.h2.drawer__title{
  font-size: 20px;
  font-weight: 700;
}
.Section--mainCollection #collection-filters-drawer-form{
  padding-right: 24px;
  padding-left: 24px;
  margin-top: 30px;
}
.Section--mainCollection  .Drawer__Title.Heading{
  display: none;
}
.Section--mainCollection .CollectionFilters .Drawer__Main{
  padding-top: 0;
}
/*ページネーション*/
.Pagination__NavItem{
  padding-left: 29px;
  padding-right: 29px;
}
.Pagination__NavItem.is-active{
  box-shadow: 0 -2px #707070 inset;
}
.CollectionMain{
  padding: 0 117px;
}
@media screen and (max-width: 1139px){
  .CollectionMain, .Container{
    padding: 0 24px;
  }
  .Section--featuredCollections .ProductList--carousel{
    margin: 0;
  }
}
.CollectionInner .ProductList--grid > .Grid__Cell{
  margin-right: 0;
  width: 25%;
  padding: 0 20px 0 0;
}
.CollectionInner .ProductListWrapper{
  padding: 0;
}
.ProductList--carousel .Carousel__Cell:first-child{
  margin-left: 0%;
}
.Product__Aside{
  min-height: none !important;
}

/*コレクション一覧*/
.Section--collectionList{
  padding: 0 117px;
}
.Section--collectionList .CollectionList--grid {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px 70px;
}
.Section--collectionList .CollectionItem__Content{
  padding: 0;
  position: absolute;
  top: calc(50% - 5px);
}
.Section--collectionList .CollectionItem__Content .SectionHeader{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.Section--collectionList .CollectionItem__Content .SectionHeader__Heading{
  font-size: 15px !important;
  margin-bottom: 0;
}
.Section--collectionList .CollectionItem__Content .SectionHeader__ButtonWrapper{
  display: none;
}
.Section--collectionList .CollectionItem__ImageWrapper{
  height: 0;
  width: 100%;
  padding-top: 100%;
} 
.Section--collectionList .CollectionItem__Wrapper--small{
  height: 100%;
  border-radius: 3px;
}
.Section--collectionList .Carousel__Cell{
  min-width: 20%;
  padding: 0 7.5px 15px;
}
.Section--collectionList .CollectionItem__Link.Button{
  padding: 10px 37px 10px 28px;
  margin-top: 5px;
}
/*記事一覧*/
.Blog .HorizontalList__Item .Heading{
  font-size: 15px;
}
.Blog .Button:after{
  background: url(./arrow_black.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.Blog .Button:hover:after{
  background: url(./arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.Blog .ArticleItem__Content{
  margin: 0;
}
.Blog .SectionHeader__SubHeading, .Article .ArticleNav .ArticleItem__Category{
  border: solid 1px #fff;
  border-radius: 50px;
  padding: 2px 14px;
  display: inline-block;
  font-size: 10px;
  margin-bottom: 12px;
}
.Blog .ArticleItem__Category.Heading, .Article .Article__MetaItem.Tag span{
  border: solid 1px var(--heading-color);
  border-radius: 50px;
  padding: 2px 14px;
  display: inline-block;
  font-size: 10px;
  color: var(--heading-color);
  margin-bottom: 8px;
}
.Article .Article__MetaItem{
  color: var(--heading-color);
}
.Article .Article__Meta{
  margin-bottom: 10px;
}
.Article .ShareButtons__Item{
  background:var(--heading-color);
  border:solid 1px #fff;
  outline: none;
  opacity: 1;
}
.Article .ArticleNav{
  padding: 70px 0;
}
.ArticleNav--title.SectionHeader__Heading.Heading.u-h1 {
  text-align: center;
  margin-bottom: 40px;
}
/*アナウンスメントバー*/
.AnnouncementBar__Content.Heading a{
  transition: .3s;
}
.AnnouncementBar__Content.Heading a:hover{
  opacity: 0.7;
}

@media screen and (min-width: 1140px){
  .Section--relatedProduct .ProductItem.js-carousel.slick-initialized.slick-slider{
    margin: 0 90px;
  }
}



/*レスポンシブ*/
/* @media screen and (min-width: 641px) and (max-width: 1007px){
} */
@media screen and (max-width: 1139px){
  /*カートアイコン*/
  .Header__Icon .Icon--cart-desktop{
    height: 30px;
    width: 30px;
  }
  .Header__Icon span.Header__CartDot{
    box-shadow: none;
    top: -4px;
    left: -9px;
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Header__CartCount{
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding-bottom: 1px;
  }
  /*バナー TB*/
  .Section_banner{
    padding: 20px 14px 30px;
  }
  /*ぱんくずリスト TB*/
  .breadcrumb{
    padding: 10px 24px;
  }
  /*関連商品、最近見た商品 TB */
  .Section--recentlyViewed .ProductList--carousel{
    margin: 0 ;
  }
  .ProductList--carousel .flickity-prev-next-button.next, .ProductList--carousel .flickity-prev-next-button.previous{
    display: none;
  }
  .Section.Section--spacingNormal.Section--recentlyViewed, .Section.Section--spacingNormal.Section--relatedProduct{
    padding: 80px 0px 60px;
  }
  .Section--relatedProduct .SectionHeader, .Section--recentlyViewed .SectionHeader{
    padding: 0 24px;
  }
  
  /*ヘッダー サイドメニュー TB*/
  .Drawer__Content .Collapsible__Plus::before,
  .Footer .Collapsible__Plus::before {
    opacity: 1;
    position: absolute;
    content: "";
    left: 2px;
    width: 7px;
    height: 7px;
    background: transparent;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: transform .4s ease-in-out,opacity .4s ease-in-out;
  }
  .Drawer__Content .Collapsible__Plus::after,
  .Footer .Collapsible__Plus::after {
    display: none;
  }
  .Drawer__Content .Collapsible__Button[aria-expanded=true] .Collapsible__Plus::before,
  .Drawer__Content .Collapsible__Button[aria-expanded=true] .Collapsible__Plus::after,
  .Footer .Collapsible__Button[aria-expanded=true] .Collapsible__Plus::before,
  .Footer .Collapsible__Button[aria-expanded=true] .Collapsible__Plus::after
  {
    transform:rotate(-45deg);
  }
  .Drawer__Content .Collapsible__Button[aria-expanded=true] .Collapsible__Plus::before,
  .Footer .Collapsible__Button[aria-expanded=true] .Collapsible__Plus::before
  {
    opacity: 1;
  }
  .Collapsible{
    border-bottom: 1px solid rgba(0,0,0,.15) ;
  }
  .Drawer__Close{
    top: calc(50% - 12px);
  }
  .SidebarMenu__Nav .Collapsible__Button, .list-common-navigation .item-title, .Footer__NewsletterSP .Footer__Title{
    padding: 15px 0;
    font-family: aileron !important;
    font-size: 15px;
    font-weight: 600;
  }
  .SidebarMenu__Nav .Collapsible .Collapsible .Collapsible__Button, .list-common-navigation .level1 {
    padding: 0 0 10px;
  }
  .SidebarMenu__Nav .Collapsible .Collapsible:last-child .Collapsible__Button {
    padding-bottom: 0;
  }
  .SidebarMenu__Nav .Collapsible .Collapsible .Collapsible__Button .Collapsible__Plus{
    top: 10%;
  }
  .SidebarMenu .Text--subdued{
    color: #5c5c5c;
  }
  .Linklist__Item .Link--account{
    display: flex;
    align-items: center;
    color: #434343;
    text-transform: uppercase;
  }
  .Link--account svg{
    margin-right: 10px;
  }
  .SidebarMenu__Nav--secondary{
    margin-top: 16px;
  }
  .SidebarMenu__Social{
    justify-content: center;
  }
  .SidebarMenu__Social.HorizontalList.HorizontalList--spacingFill .HorizontalList__Item{
    color: rgba(0,0,0,.5);
    margin-right: 15px;
  }
  .Section--mainCollection .CollectionMain__Toolbar{
    padding: 0 24px;
  }
  /*並び替え*/
  .Section--mainCollection .CollectionToolbar{
    padding: 0 24px;
  }
  /*コレクション一覧 TB*/
  .Section--collectionList{
    padding: 0 30px;
  }
  
}

@media screen and (max-width: 1007px){
  /*スライドショー TB 1007*/
  .Slideshow__Content .SectionHeader__Heading p{
    font-size: 25px;
  }
  .Slideshow__Content--bottomLeft, .Slideshow__Content--bottomCenter, .Slideshow__Content--bottomRight {
    bottom: 20%;
  }
  .SectionHeader__ButtonWrapper{
    margin-top: 18px;
  }
  .Carousel--insideDots .flickity-page-dots{
    left: unset;
    right: 20px;
    bottom: 10px;
  }
  .flickity-page-dots .dot{
    margin: 0 0 0 7px;
  }
  /*特集 TB 1007*/
  .SectionHeader__Heading--emphasize:not(.Slideshow__Content .SectionHeader__Heading--emphasize){
    font-size: 40px !important;
  }
  /*トップページ Category List TB 1007*/
  .CategoryListBlock{
    width: 33.33%;
  }
  .CategoryList__Filter{
    margin-top: -20px;
  }
  /*商品詳細 TB 1007*/
  .Product__ActionList {
    top: 20px;
    right: 40px;
  }
  .ProductList--carousel .Carousel__Cell{
    width: 30%;
  }
  .Section--relatedProduct .slick-list{
    overflow-x: scroll;
  }
  /*商品一覧 TB 1007*/
  .Pagination{
    text-align: center;
    padding-right: 0;
  }
  .Section--mainCollection .CollectionMain__Toolbar{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0 24px;
    margin-bottom: 30px;
  }
  .Section--mainCollection .CollectionMain__Toolbar .Search__Form{
    display: flex;
    width: 70%;
  }
  .Section--mainCollection .CollectionMain__Toolbar .CollectionToolbar{
    width: 30%;
  }
  .Section--mainCollection .CollectionMain__Toolbar  .Search__Input.Heading{
    font-size: 15px;
    font-weight: 400;
  }
  .Section--mainCollection .CollectionToolbar__Group{
    display: flex;
    justify-content: space-between;
    flex-direction:row;
    width: 100%;
  }
  .Section--mainCollection .CollectionToolbar__Item.CollectionToolbar__Item--filter{
    width: 70%;
    text-align: left;
  }
  .Section--mainCollection .CollectionToolbar__Item.CollectionToolbar__Item--sort{
    width: 30%;
    text-align: right;
  }
  .Section--mainCollection .Popover__Close{
    top: calc(50% - 10px);
  }
  .Section--mainCollection .Icon.Icon--search-desktop{
    height: 18px;
    width: 17px;
    margin-right: 6px;;
  }
  .Section--mainCollection .CollectionToolbar__Item{
    padding: 20px 0;
  }
  .Section--mainCollection .CollectionToolbar{
    padding: 0 24px;
  }
  .Section--mainCollection .Drawer__Footer.Drawer__Footer--padded{
    display: none;
  }
  .Section--mainCollection .ButtonGroup__Item{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .Section--mainCollection .CollectionToolbar{
  border-bottom: 1px solid rgba(0,0,0,.1);
  }
  .Section--mainCollection .CollectionToolbar__Item--filter{
    border-right: 1px solid rgba(0,0,0,.1);
  } 
  
  /*コレクション一覧 TB 1007*/
  .Section--collectionList .CollectionItem__Content .SectionHeader__Heading{
    font-size: 15px !important;
  }
  .Section--collectionList .Carousel__Cell{
    min-width: 33.333%;
  }
}

@media screen and (max-width: 640px){

  /*最近見た商品 SP*/
  .ProductList--carousel .Carousel__Cell {
    width: 60%;
  }
  .Section--recentlyViewed .ProductListWrapper{
    margin: 0;
  }
  
  /*ヘッダー SP*/
  .Header__Icon .Icon--cart.custom_cart{
    width: 22px;
  }
  .Header:not(.Header--sidebar) .Header__Wrapper{
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .Header__Logo .Header__LogoLink .Header__LogoImage {
    max-width: 145px;
  }
  /*スライドショー SP*/
  .flickity-viewport, .Slideshow__ImageContainer{
    min-height: 210px !important;
  }
  .Slideshow__Content .SectionHeader__Heading p{
    font-size: 18px;
  }
  .Slideshow__Content--bottomLeft, .Slideshow__Content--bottomCenter, .Slideshow__Content--bottomRight {
    bottom: 15%;
  }
  
  /*ボタン SP*/
  /*アカウント作成、ログインボタン SP*/
  .template-customers .Segment__ButtonWrapper .Button, .template-customers .customers-account-header .Button, .Form__Submit, .EmptyState .EmptyState__Action.Button{
    padding-right: 40px !important;
    min-width: 200px;
  }
  .Section--login .Form__Submit.Button:active::after, .template-register .Form__Submit.Button:active::after, .template-cart .Cart__Checkout.Button:hover:after, .template-addresses .Form__Submit.Button:hover::after{
    background-image: url(./arrow_black.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .template-addresses .Form__Checkbox ~ label::before{
    vertical-align: -1px;
  }
  /*カートページボタン SP*/
  .template-cart .Cart__Checkout.Button{
    padding: 15px 0;
  }
  /*トップページ バナー SP*/
  .Section_banner>a{
    padding: 10px;
    width: 50%;
  }
  /*特集 SP*/
  .SectionHeader__Heading--emphasize:not(.Slideshow__Content .SectionHeader__Heading--emphasize){
    font-size: 20px !important;
    margin-bottom: 0px;
  }
  .SectionHeader__Heading--emphasize:not(.Slideshow__Content .SectionHeader__Heading--emphasize) span{
    font-size: 14px;
  }
  .CollectionItem__Content .SectionHeader .SectionHeader__SubHeading.Heading.u-h6 p{
    font-size:13px;
    margin-top:18px
  }
  .CollectionItem__Content .SectionHeader__ButtonWrapper{
    margin-top: 25px;
  }
  .CollectionItem__Wrapper--small{
    height: 240px;
  }
  .CollectionList--grid .CollectionItem{
    padding: 0;
  }
  .CollectionList--grid{
    margin: 0;
  }
  .CollectionItem__Content .SectionHeader__SubHeading.Heading.u-h6{
    /* max-width: 260px;
    word-break: keep-all; */
  }
  .SectionHeader:not(:only-child){
    margin-top: 0;
  }
  .ProductItem__Flex{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: end;
  }
  .ProductItem__Vendor, .ProductItem__Title{
    font-size: 13px;
  }
  .ProductItem__Price.Price.Text--subdued, .ProductItem__Tag{
    font-size: 11px;
  }
  .Button.Button--black{
    padding: 15px 0;
    min-width: 200px;
  }
  .shopify-section--bordered > .Section--spacingNormal{
    padding: 40px 0 50px;
  }
  /*トップページ カテゴリ SP*/
  .Section--spacingNormal.Section--CategoryListing{
    margin-top: 0;
  }
  .Section--CategoryListing .SectionHeader__Heading, .Section--Newslist .SectionHeader__Heading{
    font-size: 22px;
  }
  .CategoryList__Filter--Item{
    font-size: 16px;
    padding:0;
    margin-bottom: 15px;
    margin-right:25px;
  }
  .CategoryListBlock{
    width: 50%;
    margin-bottom: 0;
  }
  .CategoryList__Filter{
    margin-top: 35px;
  }
  .CategoryListBlock__Text>a{
    font-size: 15px;
  }
  .CategoryListBlock__Image{
    margin-bottom: 15px;
  }
  .CategoryListContainer{
    margin-bottom: 54px;
  }
  .SectionHeader:not(:only-child).CategoryList__Header{
    margin-bottom: 30px;
  }

  /*News SP*/
  .Section--Newslist .SectionHeader:not(:only-child){
    margin-bottom: 35px;
  }
  .Newslist--Title{
    font-size: 14px;
    width: 100%;
  }
  .NewslistList--Flex{
    width: 100%;
    margin-bottom: 9px;
  }
  .NewslistList{
    flex-direction: column;
    padding: 15px 0;
  }
  .Newslist--Date{
    margin-right: 10px;
  }
  .Newslist--Tag{
    padding: 1px 29px;
  }
  .Section--Newslist .SectionFooter{
    margin-top: 25px;
  }
  .Footer__Block{
    display: none;
  }

  /*フッターSP*/
  .footer_logo_container {
    flex-direction: column;
    max-width: 100%;
    align-items: flex-start;
    margin-bottom: 25px;
  }
  .footer_logo_container a {
    margin-bottom: 10px;
  }
  .footer_main-catch {
    margin-left: 0;
  }
  .Footer__Inner {
    /* display: none; */
  }
  .Footer__NewsletterSP .Footer__Title{
    padding: 13px 0;
    margin-bottom: 12px;
  }
  .list-common-navigation .list-item  {
    list-style: none;
    border-top: 1px solid rgba(255,255,255,.35);
  }
  .list-common-navigation .list-item:last-child{
    border-bottom: 1px solid rgba(255,255,255,.35);
  }
  .list-common-navigation .item-title{
    font-size: 16px;
    display: block;
    position: relative;
  }   
  .Footer__NewsletterSP .Footer__Content.Rte p{
    font-size: 13px;
  }
  .Footer__NewsletterSP .Form__Submit.Button{
    font-size: 12px;
    padding-right: 0 !important;
  }
  .list-common-navigation .level1 {
    list-style: none;
    font-size: 15px;
  }
  .footer_sub-menu {
    margin-bottom: 10px;
  }
  .footer_plus {
    right: 10px;
  }
  .list-item a .Collapsible__Plus::before{
    /* opacity: 0; */
    top: 40%;
  }
  .list-item a.is-active .Collapsible__Plus::before{
    transform: rotate(-45deg);
  }
  .newsletter_sp {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .Footer .Drawer__Footer:not(.SP){
    display: none;
  }
  /*フッターSNS SP*/
  .Drawer__Footer.SP .SidebarMenu__Social.HorizontalList.HorizontalList--spacingFill .HorizontalList__Item{
    color: #fff;
    margin: 0;
  }
  .Drawer__Footer .SidebarMenu__Social{
    grid-template-columns: repeat(auto-fit, 45px);
    padding: 30px 0 25px ;
  }
  .Drawer__Footer.SP .Icon{
    width: 16px;
    height: 16px;
  }
  /*To Top SP*/
  #page-top{
    right: 6%;
  }
  #page-top svg{
    width: 17px;
  }
  /*商品詳細 SP*/
  .ProductMeta{
    text-align: left;
  }
  .ProductItem__Tag.soto, .ProductMeta__Vendor.soto{
    font-size: 13px
  }
  .ProductMeta__Vendor{
    margin-bottom: 8px;
  }
  .ProductMeta__PriceList{
    margin-top: 10px;
  }
  .ProductMeta__Description{
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .ProductForm__BuyButtons .ProductForm__AddToCart{
    padding: 15px 0;
    font-size: 13px;
  }
  .ProductMeta__Mark{
    margin-top: 30px;
  }
  .ProductMeta__Title:not(.FeaturedProduct__Info .ProductMeta__Title){
    font-size: 20px;
    margin-bottom: 0px;
  }
  .variant-sku {
    font-size:12px;
  }
  .ProductMeta__Price:not(.FeaturedProduct__Info .ProductMeta__Price){
    font-size: 18px;
  }
  .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage{
    width: calc(23% - 10px);
    margin: 5px;
  }

  /*関連商品、最近見た商品 SP*/
  .Section--relatedProduct{
    padding: 0 24px;
  }
  .Section--relatedProduct .SectionHeader, .Section--recentlyViewed .SectionHeader{
    margin-bottom: 30px;
    padding: 0 24px;
  }
  .Section--relatedProduct .SectionHeader__Heading, .Section--recentlyViewed .SectionHeader__Heading{
    font-size: 20px;
  }
  .Section--relatedProduct .slick-track{
    padding-bottom: 30px;
  }
  .Section--recentlyViewed .ProductList--carousel{
    margin: 0 0;
  }
  .Section--recentlyViewed .ProductList--carousel .Carousel__Cell{
    padding: 0 20px;
  }
  .Section--recentlyViewed .ProductList--carousel .Carousel__Cell:first-child{
    margin-left: 0;
  }
  .Carousel__Cell .ProductItem{
    max-width: 100%;
  }
  .Section--relatedProduct .slick-slider{
    margin: 0;
  }
  
  /*商品一覧 SP*/
  .Section--mainCollection .PageHeader--withBackground{
    min-height: unset;
    max-height: 117px;
  }
  .Section--mainCollection .SectionHeader__Heading.Heading.u-h1{
    font-size: 24px;
  }
  .CollectionInner .ProductList--grid>.Grid__Cell{
    width: 50%;
  }
  .ProductList--grid[data-desktop-count="4"] > .Grid__Cell, .ProductList--grid[data-desktop-count="3"] > .Grid__Cell{
    margin-bottom: 30px;
  }
  .dash{
    width: 21px;
    margin: 0 7px;
  }
  .ProductList--removeMargin{
    margin-bottom: -20px !important;
  }
  .Section.Section--spacingNormal.Section--recentlyViewed, .Section.Section--spacingNormal.Section--relatedProduct{
    padding: 50px 0;
  }

  .Section--mainCollection .CollectionMain__Toolbar  .Search__Input.Heading{
    font-size: 12px;
  }
  
  /*パンくず SP*/
  .breadcrumb *{
    font-size: 12px;
  }
  /*ドロワーカート SP*/
  .Cart.Drawer__Content .Cart__Checkout{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /*コレクション一覧 SP*/
  .Section--collectionList .CollectionItem__Wrapper--small{
    height: 100%;
  }
  .Section--collectionList .Carousel__Cell{
    width: 50%;
    padding: 0 7.5px 15px;
  }
  .Section--collectionList .CollectionItem__Content .SectionHeader__Heading{
    font-size: 15px !important;
    margin-bottom: 5px;
  }
  .Section--collectionList .CollectionItem__Link.Button {
    padding: 5px 24px 5px 17px;
  }
  .Section--collectionList .CollectionList--grid {
    margin: 0 -7.5px 54px;
  }
  .Section--collectionList{
    padding: 0 24px;
  }
}


@media screen and (min-width: 640px) {
  /*フッターSP開閉*/
  .list-common-navigation, .Footer__NewsletterSP, .Drawer__Footer.SP {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .Header__CartDot.is-visible{
    transform: scale(.9);
  }
  .custom_slideshow_content .ButtonGroup__Item,
  .Slideshow__Carousel .ButtonGroup__Item,
  .CollectionItem__Link{
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 11px;
  }
  .Newslist--Tag{
    padding: 1px 20px;
    font-size: 10px;
  }
  .Button.Button--black{
    padding: 12px 0;
  }
}

/* customer fields */
.cf-form-actions {
  text-align: center;
}
.cf-form-actions .cf-cancel.cf-button {
  display: none;
}
.cf-form-actions .cf-submit-form.cf-button {
  border-radius: 50px;
  background-color: #434343;
  transition: 0.3s;
}
.cf-form-actions .cf-submit-form.cf-button:hover {
  background-color:  #434343;
  opacity: 0.7;
}
.account-register-text {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* prime review */
.mxpr-summary .mxpr-summary__headline {
  font-weight: 500;
}
.mxpr-summary .mxpr-summary__write-review {
  border: none;
  border-color: #434343;
  color: #434343;
}  
.mxpr-summary .mxpr-summary__write-review:hover {
  background-color: #fff;
  color:#434343;
}
#mxpr-form-submit-button {
  margin-bottom: 15px;
}
#mxpr-form-submit-button #mxpr-form-submit-message {
  font-weight: bold;
  transition: 0.3s;
}
#mxpr-form-submit-button #mxpr-form-submit-message:hover {
  opacity: 0.7;
}
.mxpr-summary__bar .mxpr-summary__bar-content {
  background-color: #7d7d7d;
}
  
#mxpr-modal-thankyou-content .mxpr-modal-thankyou-ok {
  border-color: #434343;
  background-color: #434343;
}

/* TOP コレクションバナーの見出しにロゴを挿入*/
.SectionHeader__Heading-logo {
  margin-bottom:40px;
}
.SectionHeader__Heading-logo img {
  height:90px
}

@media screen and (max-width: 640px) {
  .SectionHeader__Heading-logo {
    margin-bottom:15px;
  }
  .SectionHeader__Heading-logo img {
    height:40px
  }
}

/*TOP Custom Banner Large*/
  .Section_banner.--large{
    padding-right:0;
    padding-left:0;
  }
  .Section_banner.--large>a{
    width:100%;
    padding:0;
    height: 450px;
    overflow:hidden;
  }
  .Section_banner.--large>a:not(:first-child){
    margin-top:20px;
  }
  .Section_banner.--large a img{
    height: 450px;
    object-fit:cover;
    object-position:center;
  }
@media screen and (min-width: 1140px){
  .Section_banner.--large>a {
      height: 500px;
  }
  .Section_banner.--large a img{
    height: 500px;
  }
}
@media screen and (max-width: 640px){
  .Section_banner.--large>a {
      height: 222px;
  }
  .Section_banner.--large a img{
    height: 222px;
  }
}


@media screen and (min-width: 641px){
.CollectionList--spaced {
    margin: 0px;
  }
  .CollectionList--spaced .CollectionItem {
    padding: 0px
  }  
}

.ProductForm__BuyButtons .ProductForm__AddToCart.Button span:before {
  background-image: url('./custom_cart_yellow.svg');
}
.ProductForm__BuyButtons .ProductForm__AddToCart:hover span:before {
    background-image: url('./custom_cart.svg');
}
.ProductForm__BuyButtons .ProductForm__AddToCart.Button:hover {
    background-color:#cac915;
    color:#434343;
    border-color:#cac915;
}
.ProductForm__BuyButtons .ProductForm__AddToCart.Button:hover:before {
    background-color:#cac915;
    color:#434343;
}
/* TOP ブランドTab */
.Section--brand-tabs {
  margin: 80px 0 0;
}
.brand-tabs {
  display:flex;
  align-items:center;
}
.brand-tabs .tab {
  flex: 1;
  text-align: center;
  cursor:pointer;
  padding-top: 17px;
  padding-bottom: 15px;
  transition:0.3s;
}
.brand-tabs .tab:not(.selected) {
  background-color:#43434333;
}
.brand-tabs .tab.selected[data-contenttab="SOTO"] {
 background:#c9c914cc;
}
.brand-tabs .tab.selected[data-contenttab="Shinfuji Burner"] {
 background:#f59905cc;
}
.brand-tabs .tab:not(.selected)[data-contenttab="SOTO"]:hover {
  background:#cac91480;
}
.brand-tabs .tab:not(.selected)[data-contenttab="Shinfuji Burner"]:hover {
  background:#f5990580;
}
.brand-tabs .tab span{
  font-size:26px;
  font-weight:bold;
}
.brand-tabs .tab img {
  max-height:20px;
}
@media screen and (max-width: 640px) {
  .Section--brand-tabs {
    margin: 50px 0 0;
  }
  .brand-tabs .tab {
    padding-top: 16px;
    padding-bottom: 7px;
  }
  .brand-tabs .tab img {
      max-height: 18px;
  }
}
/* instafeed */
.Container #insta-feed {
  margin-bottom:80px;
}
#insta-feed h2 {
  font-size: 26px;
  font-family: aileron!important;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #insta-feed h2 {
    font-size:22px;
  }
}
/* 商品詳細 - 追従カートボタン */
#following-button-area {
  display:flex;
  position:fixed;
  justify-content:space-between;
  bottom: 40px;
  right: 50px;
  width:520px;
  align-items:center;
  background: #fff;
  z-index: 3;
  padding: 20px 30px;
  border-radius: 5px;
  box-shadow: 0 2px 16px #69696926;
}
.following-button_product-price {
  display:flex;
  flex-direction: column;
  width: 40%;
  margin-left:15px;
}
.following-button_product-price .ProductItem__Price.Price.Text--subdued {
  font-size:24px;
}
.following-button_product-price .price-text {
  font-weight:bold;
  font-size: 14.6px;
  font-weight: 700;
  color: #768185;
}
.ProductItem__Price .tax-text {
  font-size:13px;
  color:#0000007a;
  font-weight:400;
}
.add-to-cart-following-button {
  width: 60%;
}
.add-to-cart-following-button form{
  margin-top:0;
}
@media screen and (max-width:640px) {
  .following-button_product-price .ProductItem__Price.Price.Text--subdued {
    font-size:18px;
  }
  .following-button_product-price .price-text {
    font-size:12px;
  }
  .ProductItem__Price .tax-text {
    font-size:12px;
  }
}
/* カート追従ボタン - モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  margin: 20px;
  padding: 30px 20px 25px;
  width: calc(100% - 40px);
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
  max-width:500px;
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.modal-header {
  font-size:18px;
  font-weight:bold;
  margin-bottom: 10px;
}
.modal-header h2{
  margin:0;
}
#modalClose {
  position: absolute;
  top: 8px;
  right: 13px;
  cursor:pointer;
}

.modalClose:hover {
  cursor: pointer;
}
.modal-body {
  padding-top: 10px;
}
.modal-body h2 {
  margin-bottom:15px;
}
.modal-body .ProductMeta__Title {
  font-size:16px;
}
.modal .option_name {
  margin-bottom:-10px;
}
.modal-body .product-form__input {
  margin-bottom:25px
}
.following-button-modal-selector input[disabled="disabled"] + label{
  background-color: #c7c7c7;
}
#addCartModal .ProductForm__BuyButtons .ProductForm__AddToCart.Button {
  max-width:300px;
  margin:auto;
}
#addCartModal label.SizeSwatch {
  margin-bottom:5px;
}
@media screen and (max-width: 640px) {
  #following-button-area {
    width:100%;
    right:0;
    bottom:0;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0;
  }
  .modal-content {
    max-width:unset;
    left: 0%;
    transform: translate(0,-50%);
  }

  .product-point {
    margin-bottom: 10px; /* カートボタンとの間隔 */
    font-size: 14px; /* フォントサイズ */
    color: #333; /* 文字色 */
  }
}
/* collection list PC、SP画像切り替え  */
.CollectionItem__Image_img {
  display: block;
  height: 100%;
}
.CollectionItem__Image_img img{
  height: 100%;
  object-fit: cover;
  width:100%;
}
/* yotpo レビュー調整 */
.yotpo-review-title {
  font-size:16px!important;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji,Segoe UI Emoji, Segoe UI Symbol !important;
}
.yotpo-review-content {
  font-size:14px;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji,Segoe UI Emoji, Segoe UI Symbol !important;
}
.yotpo-new-review-btn-wrapper .yotpo-new-review-btn.yotpo-btn-s {
  font-size: 13px!important;
  font-weight: 400!important;
  height: 40px!important;
  width: 200px!important;
  transition:0.3s;
}
.yotpo-new-review-btn-wrapper .yotpo-new-review-btn.yotpo-btn-s:hover {
  opaicty:0.6;
}

/* お気に入り機能調整 */
#shopify-block-mxpr-favorites {
  margin-top:20px;
}

/* 商品ページスライダー調整 20240613 */
@media screen and (max-width: 1007px) {
  .Product__Gallery {
    padding:0;
  }
  .Product__SlideshowNavScroller {
    display:block;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom:10px;
  }
  .flickity-viewport, .Slideshow__ImageContainer {
    min-height: unset !important;
  }
  .Product__SlideshowNavScroller .flickity-viewport  {
    overflow: visible;
    margin-left: 18px;
  }
}

/* 買い物を続けるボタン - カートページ */
.Cart_continue.Button.Button--primary {
  max-width:200px;
  margin-top: 10px;
  border-color:#808080;
  padding-right:24px;
  padding-left:24px;
}
.Cart_continue.Button.Button--primary:before {
  background-color:#808080;
}
.Cart_continue.Button.Button--primary:after {
  content:none;
}
@media screen and (max-width: 640px) {
  .Cart_continue.Button.Button--primary {
    max-width:unset;
    width:100%;
  }
}

/* 3月分改修 */
.ProductMeta__Price.Price.Text--subdued{
    font-size:26px;
}
@media screen and (max-width: 640px) {
.ProductMeta__Price:not(.FeaturedProduct__Info .ProductMeta__Price){
  font-size:24px;
}
}

.Product__SlideItem .AspectRatio img{
  /* object-fit: cover; */
}

.yotpo-review-left-panel,.yotpo-review-title{
  display:none!important;
}
.metafield-rich_text_field{
  line-height: 1.4!important;
}
.metafield-rich_text_field h6{
  font-size:12px!important;
}

.yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel{
.yotpo-vertical-pagination .yotpo-reviews-pagination-item {
    width: 180px;
    height: 33px;
}

  .yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel{
    padding-top: 6px;
  }