/** Shopify CDN: Minification failed

Line 67:2 Comments in CSS use "/* ... */" instead of "//"
Line 74:2 Comments in CSS use "/* ... */" instead of "//"
Line 84:2 Comments in CSS use "/* ... */" instead of "//"
Line 88:2 Comments in CSS use "/* ... */" instead of "//"
Line 186:4 Comments in CSS use "/* ... */" instead of "//"
Line 188:4 Comments in CSS use "/* ... */" instead of "//"
Line 262:4 Expected ":"
Line 262:5 Comments in CSS use "/* ... */" instead of "//"
Line 326:2 Comments in CSS use "/* ... */" instead of "//"
Line 502:2 Comments in CSS use "/* ... */" instead of "//"

**/



/* メガメニュー「SALE」を変更
#AccessibleNav > li:nth-child(1) > a:nth-child(1),
.mobile-nav:nth-child(2) > li:nth-child(1) > a:nth-child(1) {
  font-weight: bold;
  color: #ff3333 !important;
  display: ;
} */




/* メガメニュー「クインシーメイ」を一時非表示
.site-nav li.mega-menu:nth-child(3),
.mobile-nav > li.mobile-nav__item:nth-child(3) {
  display: none;
} */

/* メガメニュー「ノラリー」を一時非表示
.site-nav li.mega-menu:nth-child(4),
.mobile-nav > li.mobile-nav__item:nth-child(4) {
  display: none;
} */

/* 通常メニュードロップダウンあり「ノラリー」を一時非表示
.site-nav li.site-nav--has-dropdown:nth-child(4),
.mobile-nav > li.mobile-nav__item:nth-child(4) {
  display: none;
} */

/* 通常メニュードロップダウンあり「アウトレット」を一時非表示
.site-nav li.site-nav--has-dropdown:nth-child(5),
.mobile-nav > li.mobile-nav__item:nth-child(5) {
  display: none;
} */

/* フッタSNS */
.social-media-footer ul li .fa-2x {
  font-size: 24px;
}


/* カートお支払いボタン */
.cart--button-checkout {
  width: 100%;
  padding: 20px 35px;
  font-size: 16px;
}
@media (min-width: 750px)  {
.cart--button-checkout, .cart--button-update {
  //min-width: 270px;
}
}

/* カートshoppay等ボタン */
.shopify-cleanslate .usE9L3hgsurjyQqHttzR {
  min-width: 270px;
  //min-width: 100%;
  margin-top: 30px;
}




/* カラーアイコンデフォルトカラー */
.color.swatch-element input:checked + label {
  background-color:#f1eae2;
  //border: 2px solid var();
  border-color:#fff;
  box-shadow: 0 0 0 0;
  border: 2px solid var(--primary-btn-bg-color);
  //box-shadow: 0 7px 13px 0 rgba(86,95,102,.2);
}




/*ページ内移動*/
html { scroll-behavior: smooth;}


/*ランキングのみソートプルダウン非表示*/
#ranking .collection-style--grid-filters {
  display: none;
}

/*ランキングのみソートプルダウン非表示

#ranking .collection-sidebar-filter.collection-central--sort-by {
  display:none;
}
#ranking .collection-sidebar-filter.small-hide {
  display:none;
}*/


/*ブログタイトル下調整*/
#ルックブック .sitewide--title-wrapper h1.page--title {
   margin-bottom:60px;
}
#ショップニュース .sitewide--title-wrapper h1.page--title {
   margin-bottom:60px;
}




/*トップランキングエリア調整*/
#shopify-section-162675659172aea957 .homepage-featured-content-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.homepage-featured-content-wrapper div.text-center.show-view-all--button {
  margin-top: -20px;
}




/*トップカテゴリーグリッド
.homepage-gallery-grid-inner {
    padding: 0.5px;
}*/

/*トップポップアップ*/
#slide-up .popup_image {
    width: 100%;
    height: 300px;
}

/*商品一覧クイックビューボタン*/

.grid-view-item-image:focus-within .shop-now-button,
.grid-view-item-image:focus-within .shop-now-button-onboarding,
.grid-view-item-image:hover .shop-now-button,
.grid-view-item-image:hover .shop-now-button-onboarding,
.grid-view-item:focus-within .shop-now-button,
.grid-view-item:focus-within .shop-now-button-onboarding,
.grid-view-item:hover .shop-now-button,
.grid-view-item:hover .shop-now-button-onboarding {
 top:-60px;
 opacity:1
}
.shop-now-button {
   padding:8px 35px 12px;
}
/*SP非表示*/
@media only screen and (max-width:992px) {
.shop-now-button, .shop-now-button-onboarding {
    display: none;
}
}

/*トップスライダータイトル
.slider-section--image--slideshow h2.homepage-sections--title {
  font-size: 40px;
  line-height:56px;
  font-weight:bold;
}*/

/*トップスライダータイトル*/
.homepage-slider-container .homepage-featured-content-box.slideshow-mobile-image-content .sitewide--title-wrapper .homepage-sections--title {
  font-size: 40px;
  line-height:56px;
  font-weight:bold;
}
@media only screen and (max-width:767px) {
.homepage-slider-container .homepage-featured-content-box.slideshow-mobile-image-content .sitewide--title-wrapper .homepage-sections--title {
    //font-size: 22px;
    font-size: 30px;
    //line-height:32px;
      line-height:40px;
    font-weight:bold;
}
}

/*トップカテゴリグリッドタイトル*/
.grid-item__content div.grid-item__title h2 {
    font-size: 20px;
    font-weight: bold;
}

/*ブログページタイトル右アイコン*/
.blog-main--wrapper .fa-rss {
    display: none;
}

/*トップブログタイトル*/
.homepage-blog--title {
    font-size: 20px;
    line-height: 28px;
}

/*ヘッダコンテンツメニュー*/
.site-nav__dropdown {
    width: 180px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

/*検索結果アイコン位置*/
.search-bar .btn {
    margin: 12px 0 0 12px;
}

/*トップカテゴリコンテンツタイトル*/
.grid-item__title .h2, .grid-item__title h2 {
    font-size: 24px;
    font-weight: 500;
}
/*マイページタイトル*/
h1.page--title {
  margin-bottom:40px;
  padding: 15px;
  border-bottom: 1px solid #9a9a9a;
}
/*マイページ注文内容テーブル*/
.customer-logged-in .account-area--order-details th {
  border-bottom: 1px #d2d2d2 solid;
  border-top: 1px #d2d2d2 solid;
}
.customer-logged-in .account-area--order-details td {
  border-bottom: 1px #d2d2d2 solid;
  border-top: 1px #d2d2d2 solid;
}
.customer-logged-in .account-area--order-details th {
  background-color : #f5f5f5;
}
/*マイページ注文詳細テーブル*/
.customer-logged-in .account--order---wrapper th {
  border-bottom: 1px #d2d2d2 solid;
  border-top: 1px #d2d2d2 solid;
}
.customer-logged-in .account--order---wrapper td {
  border-bottom: 1px #d2d2d2 solid;
  border-top: 1px #d2d2d2 solid;
}
.customer-logged-in .account--order---wrapper th {
  background-color : #f5f5f5;
}

/*トップメインスライドサブテキストリンク色*/
.rte.featured-row__subtext.textarea p a {
    color: #FFF;
 　 //text-decoration: none!important;
}


/*トップメルマガ登録後文言*/
.form-success {
    color: #333;
    background-color: #fff;
    border-color: #333;
}

/*商品詳細サブタイトル*/
.itemdetail-subt {
  font-weight:bold;
  margin-top:60px;
  margin-bottom:20px;
  display:block;
}

/*商品詳細説明上*/
.product-description {
  margin-top: 60px;
}

/*--------商品情報テーブル--------*/

.item-info {
  font-size:12px;
  margin-bottom:10px;
  width:100%;
  border-collapse:collapse;
  border-width: 1px 0px;
  border-color: #dbdbdb;
  border-style: solid;
  table-layout: fixed;
}
.item-info td {
  border-width: 1px 0px;
  border-color: #dbdbdb;
  border-style: solid;
  border-spacing:0px;
  padding:8px;
  background-color:#ffffff;
  text-align:left;
}
.item-info tr {
  text-align:left;
}
/*項目のみbold セル幅調整*/
.item-infos table tr td:nth-of-type(1) {
  font-weight:bold;
  width:20%;
}
.item-infos table tr td:nth-of-type(2) {
  width:10%;
}
.item-infos table tr td:nth-of-type(3) {
  width:70%;
}
/*--------商品情報テーブル--------*/


/*--------サイズ情報テーブル--------*/
.size-guides {
  //margin-top:60px;
}
.size-guide {
  font-size:12px;
  margin-bottom:10px;
  width:100%;
  border-collapse:collapse;
  border-width: 1px 0px;
  border-color: #dbdbdb;
  border-style: solid;
  table-layout: fixed;
}
.size-guide td {
  border-width: 1px 0px;
  border-color: #dbdbdb;
  border-style: solid;
  border-spacing:0px;
  padding:8px;
  background-color:#ffffff;
  text-align:center;
}
.size-guide tr {
  text-align:center;
}
/*サイズのみ左揃え*/
.size-guides table tr td:nth-of-type(1) {
  text-align:left;
}
/*項目のみbold*/
.size-guides table tr:nth-of-type(1) {
  font-weight:bold;
}
.size-guide-cmn {
  text-align:right;
  font-size:12px;
}
/*--------サイズ情報テーブル--------*/



/* 特集ページタイトル */
.grid__item.large--one.whole div.sitewide--title-wrapper h1.page--title {
	display:none;
}
/* ポリシータイトル */
.shopify-policy__title {
    text-align: center;
	font-size:10px;
	margin-bottom:60px;
}

/* 特集ページ */
/* 2COLUMN IMG+TXT */
.flex2column{
  max-width: 1160px;
  margin: 0 auto;
}
.flex2column-item img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.txt-r {
    margin-left:40px;
    display: inline;
    align-self: center;
    flex: 1;
  }
.txt-l {
    margin-right:40px;
    display: inline;
    align-self: center;
    flex: 1;
  }
@media screen and (min-width:600px) { 
  .flex2column{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
  }
.flex2column-item{
    display: inline;
    align-self: center;
    flex: 1;
  }
}


/* 2COLUMN IMG+IMG */
.flex2column2{
  max-width: 1160px;
  margin: 0 auto;
}
.flex2column2-item img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.flex2column2-item-l img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.flex2column2-item-l{
    margin-right:40px;
    display: inline;
    align-self: center;
    flex: 1;
}
@media screen and (min-width:600px) { 
  .flex2column2{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
  }
.flex2column2-item{
    display: inline;
    align-self: center;
    flex: 1;
  }
}

/* 2COLUMN IMG+IMG NON */
.flex2column2non{
  max-width: 1160px;
  margin: 0 auto;
}
.flex2column2-itemnon img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.flex2column2-item-lnon img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.flex2column2-item-lnon{
    margin-right:5%;
    display: inline;
    align-self: center;
    flex: 1;
}
@media screen and (min-width:0px) { 
  .flex2column2non{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
  }
.flex2column2-itemnon{
    display: inline;
    align-self: center;
    flex: 1;
  }
}


/* SOLD OUTバッジ */
.sold-out-badge {
  background: #818181;
  }

/* カートに追加するボタン */
.paymentButtonsWrapper #AddToCart.add-to-cart--secondary:not(.disabled) {
 background:#333333;
}

/* 今すぐ購入ボタン */
#AddToCart,
.shopify-product-form .shopify-payment-button__button--unbranded {
 background:#666666;
  }

/* トップブランドについて※PC版画像バグ修正*/
.image-with-text-overlay-wrapper .homepage-featured-content-wrapper .homepage-content--image {
  height: 150% !important;
  //top: 30px;
}