/*-----
1167付近にハートあり
-----*/
@charset "UTF-8";
/*-----
General
-----*/
* {
  box-sizing: border-box;
  font-family: 'HelveticaNeue', 'Hiragino Kaku Gothic Pro', 'Open Sans', 'Noto Sans JP', sans-serif !important;
}

/*-----
Product page
-----*/
.ProductMeta__NEW, .ProductMeta__SALE {
  color: #BE2B32;
}

.Condition__Info td:first-of-type {
  width: 75px;
}

.Condition__Info a {
  display: block;
  margin: 0 0 0 auto;
  text-align: right;
  font-size: 14px;
}

.ProductMeta__Condition {
  border-top: solid 1px #C3C3C3;
  border-bottom: solid 1px #C3C3C3;
}

.ProductMeta__OnlyOne {
  color: #BE2B32;
}

@media screen and (min-width: 520px) {
  .Product__Info {
    width: 41.3vw;
  }
  .Product--medium .Product__Slideshow {
    max-width: 601px;
  }
  .Product__Wrapper {
    max-width: calc(100% - 601px);
  }
  h1.ProductMeta__Title.Heading.u-h2 {
    font-size: 24px;
  }
  .Condition__Title {
    font-size: 17px;
  }
  .ProductMeta__PriceList.Heading {
    font-size: 30px;
  }
}

/*-----
変数 color
-----*/
/*-----
Common
-----*/
* {
  box-sizing: border-box;
  font-family: 'Hiragino Kaku Gothic Pro', 'Open Sans', 'Noto Sans JP', sans-serif !important;
  font-weight: 300;
}

/* font-color(#000) */
body,
.Heading {
  color: #000;
}

/* font-family('Mr Eaves Mod OT Reg') */
.features--heading-large .u-h6 {
  font-family: 'mr-eaves-modern', sans-serif !important;
}

.features--heading-uppercase .Heading {
  text-transform: none;
}

/*-----
Common header
-----*/
/* ヘッダーメニューのフォント調整 */
.features--heading-large .u-h6 {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .075em;
  color: #000;
}

/* ヘッダーの各ブロックの割合調整 */
.Header__FlexItem--fill {
  flex: none;
}

/* ドロップダウンメニューを横幅一杯 */
.Header__Wrapper {
  position: relative;
}

.DropdownMenu {
  width: 100%;
  max-width: 100%;
  min-width: auto;
  left: 0;
}

/* ドロップダウンメニューを横並び */
.Header__MainNav .Linklist {
  display: flex;
  justify-content: center;
  /* ドロップダウンメニューのテキスト配置調整 */
}

.Header__MainNav .Linklist__Item {
  width: auto;
  margin-bottom: 0;
  padding: 0 18px;
}

/* ドロップダウンメニューのフォント調整 */
.DropdownMenu .Link {
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 2.28;
  letter-spacing: .1em;
}

.HeaderLink__Wrapper {
  /* ヘッダー右端上段ブロックの調整 */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 6px 50px 0;
  /* リンクのフォント調整 */
}

.HeaderLink__Wrapper a {
  font-size: 11px;
  letter-spacing: .08em;
  /* リンク間の余白 */
}

.HeaderLink__Wrapper a + a {
  margin-left: 20px;
}

.HeaderLink__Wrapper .fab {
  font-family: "Font Awesome 5 Brands" !important;
}

.swym-wishlist .far {
  font-family: "Font Awesome 5 Free" !important;
}

/* ヘッダーアイコンの横軸微調整 */
.Header__Icon:nth-child(2) svg {
  margin-top: -6px;
}

.Header__Icon:nth-child(3) i {
  font-size: 1.6em;
  padding-top: 4px;
}

/* ドロップダウンメニュー　NEW ARRIVAL,SALEでのみ余白調整 */
.Header__MainNav .HorizontalList__Item:first-child .DropdownMenu .Linklist__Item,
.Header__MainNav .HorizontalList__Item:last-child .DropdownMenu .Linklist__Item {
  padding: 0 44px;
}

/* 「すべてのMEN'Sアイテム」、「すべてのLADIES'アイテム」の非表示化 */
.Header__MainNav .HorizontalList__Item:nth-of-type(2) .Linklist__Item:first-child,
.Header__MainNav .HorizontalList__Item:nth-of-type(3) .Linklist__Item:first-child {
  display: none;
}

/* ヘッダーメニューのフォント調整 */
.Header__MainNav .HorizontalList__Item .Heading.u-h6 {
  font-size: 18px;
}

/* STYLINGS, VIDEOの下線調整 */
.Header__MainNav span.Header__LinkSpacer {
  font-size: 16px;
}

@media screen and (max-width: 1171px) {
  .HeaderLink__Wrapper {
    padding: 12px 30px 0;
  }
}

@media screen and (min-width: 1140px) {
  .Header:not(.Header--sidebar) .Header__Wrapper {
    padding: 0 50px 18px;
  }
}

@media screen and (max-width: 1139px) {
  .Header__FlexItem--logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  /* ヘッダー右端上段ブロックの非表示 */
  .HeaderLink__Wrapper {
    display: none;
  }
  /* ロゴサイズの調整 */
  .Header__LogoImage {
    max-width: 160px !important;
  }
}

/*-----
SP グロナビ
-----*/
/* グロナビ フォント */
.Collapsible__Button {
  font-size: 16px !important;
}

/* 矢印アイコンの調整 */
.Collapsible__Plus {
  /* サイズ調整 */
  width: 14px;
  height: 14px;
  /* 既存CSSを打ち消しつつ調整 */
  /* 既存CSS打ち消し */
}

.Collapsible__Plus::after {
  position: absolute;
  content: '';
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 9px;
  height: 9px;
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.Collapsible__Plus::before {
  display: none;
}

/* クリック時に矢印を下向きに */
.Collapsible__Button[aria-expanded=true] .Collapsible__Plus::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

/* SPグロナビ下部ブロックの配置・余白調整 */
.SidebarMenu .Linklist {
  /* 線の追加 */
  padding-bottom: 24px;
  /* 最下部の下線を削除 */
  /* 下部内のブロックごとの余白 */
}

.SidebarMenu .Linklist + .Linklist {
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
}

/* アイコンとテキストを横並びに */
.Linklist__ItemIcon {
  display: flex;
  align-items: center;
  /* アイテム間の余白 */
  /* font awesome */
}

.Linklist__ItemIcon + .Linklist__ItemIcon {
  margin-top: 15px;
}

.Linklist__ItemIcon .fab {
  font-family: "Font Awesome 5 Brands" !important;
  width: 13%;
  font-size: 18px !important;
}

.Linklist__ItemIcon .fas,
.Linklist__ItemIcon .far {
  font-family: "Font Awesome 5 Free" !important;
  width: 13%;
  font-size: 18px !important;
}

/* ハートアイコンのサイズ調整 */
.Linklist__ItemIcon .far::before {
  font-size: .8em;
  padding-left: .08em;
}

.SidebarMenu__Nav.SidebarMenu__Nav--secondary a.Text--subdued.Link.Link--primary {
  color: var(--navigation-text-color);
}

.SidebarMenu__Nav .Collapsible__Button.Heading.u-h6 {
  font-size: 16px !important;
}
.SidebarMenu__Nav .u-h7 {
  font-size: 12px !important;
}
.SidebarMenu__Nav .Linklist__Item {
  font-size: 12px !important;
}
.SidebarMenu__Nav .Linklist span{
  font-size: 13px !important;
}

/*-----
Fv Arrow
-----*/
/* COMMON */
.flickity-prev-next-button {
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background-color: transparent;
  box-shadow: none;
}

/* Prev */
.Carousel--insideDots .flickity-prev-next-button.previous {
  right: auto;
  margin-right: 0;
  margin-left: 10px;
  left: 0;
  cursor: pointer;
}

.Carousel--insideDots .flickity-prev-next-button.previous::before {
  position: absolute;
  content: '';
  top: 50%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 48px;
  height: 48px;
  background-color: transparent;
  transform: translateY(-50%) rotate(-45deg);
}

/* Next */
.Carousel--insideDots .flickity-prev-next-button.next {
  right: 0;
  margin-right: 10px;
  margin-left: 0;
  left: auto;
  cursor: pointer;
}

.Carousel--insideDots .flickity-prev-next-button.next::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 48px;
  height: 48px;
  background-color: transparent;
  transform: translateY(-50%) rotate(135deg);
}

@media screen and (max-width: 1024px) {
  /* Prev */
  .Carousel--insideDots .flickity-prev-next-button.previous::before {
    width: 40px;
    height: 40px;
    left: 10px;
  }
  /* Next */
  .Carousel--insideDots .flickity-prev-next-button.next::before {
    width: 40px;
    height: 40px;
    left: auto;
  }
}

@media screen and (max-width: 480px) {
  /* Prev */
  .Carousel--insideDots .flickity-prev-next-button.previous::before {
    width: 24px;
    height: 24px;
    left: 10px;
  }
  /* Next */
  .Carousel--insideDots .flickity-prev-next-button.next::before {
    width: 24px;
    height: 24px;
    left: auto;
    right: 10px;
  }
}

/*-----
Common footer
-----*/
.Footer {
  background: #ECEDEB;
  border-top: none;
  padding: 35px 0 42px;
  /* コンテンツ幅 */
  /* 横並び折り返させない */
  /* footerItem共通スタイル調整 */
  /* css打ち消し 横スクロールの原因 */
  /* payment右揃え */
  /* footer下部リンク */
  /* copylight */
}

.Footer__Container {
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
}

.Footer__Wrapper {
  display: flex;
  justify-content: space-between;
}

.Footer__Item {
  padding: 0 10px;
  /* ３番目のブロックにアイコン追加 */
  /* ４番目のブロックのタイトルにアイコン追加 */
}

.Footer__Item .Footer__Title {
  color: #5c5c5c;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-family: "Hiragino Kaku Gothic Pro", "Open Sans", "Noto Sans JP", sans-serif !important;
}

.Footer__Item:nth-child(3) {
  /* 3番目のブロックのリストアイテムに余白調整 */
}

.Footer__Item:nth-child(3) .Linklist .Linklist__Item {
  padding-left: 24px;
  /* アイコンの調整 */
  /* リストアイテム１番目 */
  /* リストアイテム２番目 */
  /* リストアイテム３番目 */
  /* リストアイテム４番目 */
}

.Footer__Item:nth-child(3) .Linklist .Linklist__Item::before {
  font-weight: 900;
  font-size: 16px;
  width: auto;
  height: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  /* 既存CSSの打ち消し */
  opacity: 1;
  background-color: transparent;
}

.Footer__Item:nth-child(3) .Linklist .Linklist__Item:nth-child(1)::before {
  content: '\f16d';
  font-family: "Font Awesome 5 Brands" !important;
  top: 0;
  transform: translateY(-20%);
}

.Footer__Item:nth-child(3) .Linklist .Linklist__Item:nth-child(2)::before {
  content: '\f09a';
  font-family: "Font Awesome 5 Brands" !important;
}

.Footer__Item:nth-child(3) .Linklist .Linklist__Item:nth-child(3)::before {
  content: '\f081';
  font-family: "Font Awesome 5 Brands" !important;
  font-size: 17px !important;
}

.Footer__Item:nth-child(3) .Linklist .Linklist__Item:nth-child(4)::before {
  content: url(https://tt-inter.com/thi/tiktok-share-icon-black-2.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 0px;
  padding-bottom: 24px;
}

.Footer__Item:nth-child(3) .Linklist .Linklist__Item:nth-child(5)::before {
  content: '\f167';
  font-family: "Font Awesome 5 Brands" !important;
  left: -3px;
}

.Footer__Item:nth-child(3) .Linklist .Linklist__Item:nth-child(6)::before {
  content: '\f304';
  font-family: "Font Awesome 5 Free" !important;
  left: -3px;
}

.Footer__Item:nth-child(4) .Footer__Title {
  position: relative;
  padding-left: 24px;
}

.Footer__Item:nth-child(4) .Footer__Title::before {
  position: absolute;
  content: '\f16d';
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 900;
  font-size: 16px;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  transform: translateY(-20%);
}

.Footer__Item .Linklist__Item {
  color: #5c5c5c;
  font-size: 12px;
}

.Footer__Content p {
  color: #5c5c5c;
  font-size: 12px;
}

.Footer__PaymentList {
  border: none;
  padding: 0;
  margin: 0;
}

.Footer__PaymentContainer {
  text-align: right;
  margin-top: 40px;
}

.Footer__PageLinks a {
  font-size: 12px;
  color: #5c5c5c;
}

.Footer__PageLinks a + a {
  margin-left: 20px;
}

.Footer__StoreName {
  font-size: 12px !important;
  color: #5c5c5c;
  padding-left: .5em;
}

.Footer__Copyright span {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

/* カードアイコン間の余白 */
.HorizontalList__Item {
  margin: 0;
}

.HorizontalList__Item + .HorizontalList__Item {
  margin-left: 12px;
}

/* メールアドレス入力の調整 */
.FooterForm__Input {
  padding: 8px 12px;
}

/* 申し込むボタンの調整 */
.FooterForm__Submit {
  padding: 8px 24px;
}

@media screen and (max-width: 1139px) {
  .Footer__Wrapper {
    flex-wrap: wrap;
  }
  .Footer__Item {
    flex: 0 0 25%;
  }
  .Footer__Item:last-child {
    flex: 0 0 50%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .Footer__Block .Footer__Title {
    font-size: 16px;
  }
  .Footer__Item {
    flex: 0 0 50%;
  }
  .Footer__Item:nth-child(n+3) {
    margin-top: 40px;
  }
  .Footer__Item:last-child {
    flex: 0 0 100%;
  }
  .Footer__PaymentContainer {
    text-align: left;
    padding: 0 10px;
    margin-top: 40px;
  }
  .Footer__Aside {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    text-align: left;
    padding: 0 10px;
    margin-top: 20px;
  }
  .Footer__PageLinks a {
    display: block;
  }
  .Footer__PageLinks a + a {
    margin-left: 0;
    margin-top: 4px;
  }
  .Footer__Copyright {
    margin-top: 12px;
  }
  .Form {
    /* 申込みボタンを表示 */
  }
  .Form__Submit {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .Footer__Wrapper {
    display: block;
  }
  .Footer__Item {
    margin: 0;
    padding: 0;
  }
  .Footer__Item:nth-child(n+2) {
    margin-top: 40px;
  }
  .Footer__PaymentContainer,
  .Footer__Aside {
    padding: 0;
  }
  /* カードアイコン間の余白 */
  .HorizontalList__Item {
    margin: 4px !important;
  }
}

/*-----
Common section
-----*/
/* Fv下の余白 */
.shopify-section--slideshow {
  margin-bottom: 110px;
}

.shopify-section--slideshow .flickity-prev-next-button svg {
  display: none;
}

/* section間の余白 */
.shopify-section--bordered > .Section--spacingNormal {
  padding: 0 0 95px 0 !important;
}

/* セクションタイトル上の余白 */
.SectionHeader:not(:only-child) {
  margin-top: 95px;
}

/* section titleの調整 */
.SectionHeader__Heading.SectionHeader__Heading {
    font-size: 17px;
      font-weight: 600;
  line-height: .9;
  letter-spacing: .075em;
}

/* ページタイトルの調整 */
h1.SectionHeader__Heading.Heading.u-h1.PageContent__Header__Heading.snize-search-results-page-title.SnizeSearch__Header__Heading,
h1.SectionHeader__Heading.Heading.u-h1 {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif !important;
    font-size: 17px;
      font-weight: 600;
}

/* もっと見るボタンの上の余白調整 */
.SectionFooter {
  margin-top: 80px;
}

/* もっと見るボタンのスタイル調整 */
.SectionFooter .ButtonTop {
  position: relative;
  border: none;
  padding: 11px 33px;
  color: #000;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: .09em;
  transition: opacity .3s;
    
  border: solid 1px #d9d9d9;
    line-height: 1;
  -moz-border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  border-radius:30px !important;
    background-color: #fafafa;
  /* もっと見るボタンの矢印アイコン */
}

.SectionFooter .ButtonTop:hover {
  opacity: .7;
}

.SectionFooter .ButtonTop---::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  transition: opacity .3s;
}

.SectionFooter .ButtonTop:hover::before {
  opacity: .7;
}

.SectionFooter .ButtonTop--primary {
  color: #000;
}

.SectionFooter .ButtonTop--primary::before {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  /* スライドショー下の余白 */
  .shopify-section--slideshow {
    margin-bottom: 65px;
  }
  /* TOP 背景動画下の余白 */
  #shopify-section-1615960126eaab218b {
    margin-bottom: 0px;
    margin-top: 55px;
  }
  /* section間の余白 */
  .shopify-section--bordered > .Section--spacingNormal {
    padding: 0 0 60px 0 !important;
  }
  /* セクションタイトル上の余白 */
  .SectionHeader:not(:only-child) {
    margin-top: 50px;
  }
  /* section titleの調整 */
  .SectionHeader__Heading.SectionHeader__Heading {
    font-size: 17px;
      font-weight: 600;
    line-height: 1.35;
  }
  /* もっと見るボタンの上の余白調整 */
  .SectionFooter {
    margin-top: 20px;
  }
  /* もっと見るボタンのスタイル調整 */
  .SectionFooter .Button {
    padding: 0 16px;
    font-size: 18px;
    /* もっと見るボタンの矢印アイコン */
  }
  .SectionFooter .Button::before {
    width: 12px;
    height: 12px;
  }
  /* ページタイトルの調整 */
  h1.SectionHeader__Heading.Heading.u-h1.PageContent__Header__Heading.snize-search-results-page-title.SnizeSearch__Header__Heading,
  h1.SectionHeader__Heading.Heading.u-h1 {
    font-size: 17px !important;
  }
}

/*-----
セクション間の動画
-----*/
/* アスペクト比維持 */
.ImageHero.ImageHero--large {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: auto;
  min-height: auto;
}

.ImageHero.ImageHero--large::before {
  content: "";
  display: block;
  padding-top: 52.65%;
}

.ImageHero.ImageHero--large iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  width: 100%;
}

/*-----
Product card
-----*/
/* カードのグループ全体の構成 */
.ProductList {
  max-width: 1300px;
  margin: 0 auto !important;
  padding: 0 20px;
}

/* カードの横幅と余白 */
.Grid__Cell {
  width: calc(25% - 108px / 4);
  padding-left: 0 !important;
}

.Grid__Cell + .Grid__Cell {
  margin-left: 36px;
}

@media screen and (min-width: 1025px){
.Grid__Cell:nth-child(4n+1) {
  margin-left: 0;
}
}

.ProductItem {
  /* カードの商品タイトル */
  /* SOLD表記 */
  /* カードの商品価格 */
}


.ProductItem__LabelList {
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(135deg, #BE2B32 60px, transparent 0);
  padding: 100% 50%;
}

.ProductItem__Label {
  position: absolute;
  top: 7px;
  left: 1px;
  transform: rotate(-45deg);
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: .08em !important;
  background-color: transparent;
  padding: 0;
}


/* ハートマーク */
button.swym-button.swym-add-to-wishlist-view-product {
  background-color: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

@media screen and (max-width: 1024px) {
  /* カードの横幅と余白 */
  .Grid__Cell {
    width: calc(33.333% - 72px / 3);
  }
  .Grid__Cell:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px){
.ProductItem__Info {
  /* 商品一覧のNEW */
  font-size: 14px !important;
  margin-top: 12px;
}
  .ProductMeta__New--small,
  .ProductMeta__Sale--small {
    font-size: 13px !important;
  }

.ProductItem__Title {
  margin-bottom: 0px;
  line-height: 1.2 !important;
}

.ProductItem__Title a {
  font-size: 14px;
  letter-spacing: .05em;
}
.ProductItem__Price {
  font-family: 'Helvetica Neue', sans-serif !important;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .04em;
}

.ProductItem__Price span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
  line-height: 1.5;
  padding-left: 8px;
}
}
@media screen and (max-width: 767px) {
  /* カードの横幅と余白 */
  .Grid__Cell {
    width: calc(50% - 24px / 2);
    padding-left: 0 !important;
  }
  .Grid__Cell + .Grid__Cell {
    margin-left: 24px;
  }
  .Grid__Cell:nth-child(2n+1) {
    margin-left: 0;
  }
  /* 商品一覧のNEW */
  .ProductItem__Info {
    margin-top: 14px;
  }
.ProductItem__Info {
  /* 商品一覧のNEW */
  font-size: 7px !important;
  margin-top: 12px;
}
  .ProductMeta__New--small,
  .ProductMeta__Sale--small {
    font-size: 10px !important;
  }

.ProductItem__Title {
  margin-bottom: 8px;
    line-height: 1.3 !important;
}

.ProductItem__Title a {
  font-size: 11px;
  letter-spacing: .05em;
}
.ProductItem__Price {
  font-family: 'Helvetica Neue', sans-serif !important;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .04em;
}

.ProductItem__Price span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 8px;
  line-height: 1.5;
  padding-left: 8px;
}
}

@media screen and (max-width: 480px) {
  /* SOLD表記 */
  .ProductItem__LabelList {
    background-image: linear-gradient(135deg, #BE2B32 40px, transparent 0);
  }
  .ProductItem__Label {
    top: 4px;
    left: 0px;
    font-size: 14px;
  }
  /* ハートマーク */
  button.swym-button.swym-add-to-wishlist-view-product,
  .swym-button.swym-add-to-wishlist-view-product {
    height: 28px;
    width: 28px;
  }
  .swym-button.swym-add-to-wishlist-view-product.swym-heart:after,
  .swym-button.swym-add-to-wishlist-view-product:after {
    font-size: 16px !important;
    line-height: 1.8;
  }
}

/*-----
商品一覧・スタイリング一覧・ビデオ一覧ページ[共通]
-----*/
/* 横幅調整 */
.CollectionMain {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

/*-----
商品詳細・スタイリング詳細・ビデオ詳細ページ[共通]
-----*/
/* タイトル */
h1.ProductMeta__Title.Heading.u-h2 {
  line-height: 1.5;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  /* タイトル */
  h1.ProductMeta__Title.Heading.u-h2 {
    font-size: 23px !important;
      font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  /* タイトル */
  h1.ProductMeta__Title.Heading.u-h2 {
    font-size: 17px !important;
      font-weight: 600;
      margin: -24px 0 0;
  }
}

/*-----
商品詳細・スタイリング詳細ページ[共通layout]
-----*/
.Product {
  /* インナー幅 */
  max-width: 1340px;
  padding: 0 40px;
  /* 画像と商品説明を横並びに */
  /* 画像を横幅一杯に表示 */
  /* 既存cssの打ち消し、画像との余白調整 */
  /* テキスト幅の調整 */
}

.Product__Wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 80px auto 0;
}

.Product__Gallery {
  width: 100%;
  margin: 0 0 80px 0;
}

.Product__InfoWrapper {
  position: static;
  right: auto;
  top: auto;
  height: auto;
  margin-left: 56px;
}

.Product__Info {
  width: 46vw;
}

/* スマホ表示時のTwitterアイコン調整 */
.Product__ActionList .Product__ShareList .Product__ShareItem:nth-of-type(2) svg {
  width: 24px;
  height: 24px;
  padding-top: 0;
}

@media screen and (min-width: 1008px) {
  /* 既存cssの打ち消し */
  .Product__Info {
    margin: 0;
  }
}

/*-----
商品詳細・スタイリング詳細ページ[共通]
-----*/
/* スライドナビ画像の高さ均一 */
.Product__SlideshowNavScroller {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.Product__SlideshowNavImage img {
  object-fit: cover;
}

/* メイン画像のサイズ調整 */
.Product--medium .Product__Slideshow {
  max-width: 100%;
}

/* 罫線の削除 */
.shopify-section--bordered + .shopify-section--bordered {
  border: none;
}

/* お気に入り追加ボタン */
.swym-button-bar,
.swym-wishlist-button-bar {
  margin: 15px 0 !important;
}

.swym-btn-container[data-position=default] {
  width: 100%;
}

.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext {
  width: 83% !important;
  height: 55px !important;
  background-color: #A3A3A3 !important;
}

.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext + .swym-fave-count {
  width: 17% !important;
  height: 55px !important;
  line-height: normal !important;
  text-align: center !important;
  color: #000 !important;
}

.swym-wishlist-cta,
.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext + .swym-fave-count {
  font-size: 18px !important;
  letter-spacing: .05em !important;
  font-weight: 300 !important;
}

.swym-wishlist-cta {
  position: relative;
}


.swym-wishlist-cta::before {
  position: absolute;
  content: "";
  font-family: "swym-font";
  color: #fff;
  font-size: 24px;
  left: -60px;
  top: 50%;
  transform: translate(0, -50%);
}

/* スタイリング詳細のみ */
.swym-body {
  display: flex;
  align-items: center;
}

.swym-body .ProductMeta__ShowButtons {
  width: 25%;
  padding-left: 20px;
  margin: 0;
}

.swym-body .ProductMeta__ShowButtons .ProductMeta__ShareItem {
  margin: 0 4px;
}

.swym-body .swym-wishlist-button-bar {
  width: 75%;
}

.swym-body .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext {
  width: 73% !important;
}

.swym-body .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext + .swym-fave-count {
  width: 27% !important;
}

.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext:after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .swym-body {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .swym-body .ProductMeta__ShowButtons {
    width: 100%;
    padding-left: 0;
  }
  .swym-body .swym-wishlist-button-bar {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .Product {
    /* 横幅調整 */
    padding: 0;
    /* 縦並びに変更、画像横幅いっぱい */
    /* 余白調整 */
  }
  .Product__Wrapper {
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .Product__Gallery {
    margin-bottom: 40px;
  }
  .Product__InfoWrapper {
    margin-left: 0;
  }
  .Product__Info {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  /* 既存css打ち消し */
  .Container {
    padding: 0;
  }
  .Product--medium .Product__Slideshow {
    max-width: 100%;
  }
}

/*-----
スタイリング詳細・VIDEO詳細ページ[共通]
-----*/
.ProductItem__PublishDate {
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Helvetica Neue', sans-serif !important;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: .04em;
  line-height: 1.5;
}

/*-----
商品詳細ページ
-----*/
.ProductMeta {
  /* 既存cssの打ち消し */
  text-align: left;
  /* NEW, SALE表記の調整 */
  /* 価格の調整 */
  /* コンディションの調整 */
  /* 「こちらの商品は1点ものです」の調整 */
  /* 商品説明の上下余白 */
  /* snsシェアのアイコン削除 */
}

.ProductMeta__NEW, .ProductMeta__SALE {
  margin-bottom: 0;
}

.ProductMeta__Price {
  font-family: 'Helvetica Neue', sans-serif !important;
  letter-spacing: -0.005em;
  color: #000;
}

.ProductMeta__Condition {
  padding: 16px 0 10px;
  margin-top: 20px;
}

.ProductMeta__OnlyOne {
  letter-spacing: .05em;
  margin: 8px 0 -8px;
    font-weight: 600;
}

.ProductMeta__Description {
  margin: 20px 0 10px;
}

.ProductMeta__ShareButtons {
  display: none;
}

/* コンディションの調整 */
.Condition__Title {
  display: flex;
  align-items: center;
}

.Condition__Title p {
  margin: 0 20px 0 0;
}

.Condition__Title img {
  width: 50%;
}

/* 価格のfont-size */
.ProductMeta__Price.Price.Text--subdued.u-h4 {
  font-size: 22px;
  display: inline-block;
  /* 税込み表示 */
}

.ProductMeta__Price.Price.Text--subdued.u-h4 span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.6;
  vertical-align: text-bottom;
  padding-left: 14px;
}

/* カートに追加するボタン */
.ProductForm__AddToCart {
  color: #eeeeee;
  border: 1px solid #919191;
  transition: .2s color;
}

.ProductForm__AddToCart:hover {
  color: #fff;
}

.ProductForm__AddToCart span {
  font-size: 18px;
  letter-spacing: .05em;
}

/* 今すぐ購入ボタン */
.shopify-payment-button__button {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .05em;
}

/* コンディションの調整 */
.Condition__Title {
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
  /* 矢印の調整 */
  /* クリック時の余白調整 */
}

.Condition__Title::after {
  position: absolute;
  content: '';
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 9px;
  height: 9px;
  background-color: transparent;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.4s ease-in-out;
}

.Condition__Title.clicked {
  margin-bottom: 0;
  /* クリック時の矢印の向き */
}

.Condition__Title.clicked::after {
  transform: translateY(-50%) rotate(135deg);
}

.Condition__Title p {
  font-size: 14px;
  letter-spacing: .075em;
}

.Condition__Title img {
  width: 40%;
}

.Condition__Info {
  display: none;
  font-size: 14px;
  letter-spacing: .05em;
  margin-top: 16px;
}

.Condition__Info tr {
  margin-top: 4px;
}

.Condition__Info td {
  color: #4d4d4d;
  line-height: 1.8;
}

.Condition__Info a {
  color: #909090;
  line-height: 1.5;
}

/* 商品説明のフォント調整 */
.Rte {
  color: #4d4d4d;
  letter-spacing: .02em;
  line-height: 1.8;
}

/* 商品詳細説明の各ブロックの上下余白と線 */
.ProductMeta__ProductSizeZ {
  border-top: 1px solid #e3e3e3;
  padding-top: 16px;
  margin-bottom: 16px;
}
/* 商品詳細説明の各ブロックの上下余白と線 */
.ProductMeta__ProductSize,
.ProductMeta__ProductDetailInfo {
  border-top: 1px solid #e3e3e3;
  padding-top: 16px;
  margin-bottom: 16px;
}

.Product__DeliveryAndReturn {
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  padding: 16px 0 0;
}

/* 通常時は非表示 */
.ProductSize__Inner,
.ProductDetailInfo__Inner {
}
/* 通常時は非表示 */
.Product__DeliveryAndReturn p:last-child {
  display: none;
}
.ProductSize__Inner a,
.ProductDetailInfo__Inner a {
    text-decoration: underline;
}

/* 商品詳細説明の各ブロックのタイトルの調整 */
.DeliveryAndReturn__Title {
  position: relative;
  color: #060000;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .075em;
  margin-bottom: 16px;
  cursor: pointer;
  /* 矢印の調整 */
  /* クリック時の余白調整 */
}
/* 商品詳細説明の各ブロックのタイトルの調整 */
.ProductSize__TitleZ,
.ProductDetailInfo__TitleZ {
  color: #060000;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .075em;
  margin-bottom: 16px;
  /* 矢印の調整 */
  /* クリック時の余白調整 */
}

.ProductSize__TitleZ::after,
.ProductDetailInfo__TitleZ::after {
}

.DeliveryAndReturn__Title::after {
  position: absolute;
  content: '';
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 9px;
  height: 9px;
  background-color: transparent;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.4s ease-in-out;
}


.DeliveryAndReturn__Title.clicked {
  margin-bottom: 16px;
  /* クリック時の矢印の向き */
}

.DeliveryAndReturn__Title.clicked::after {
  transform: translateY(-50%) rotate(135deg);
}

/* 商品サイズ、商品詳細のクリック時の余白調整 */
.ProductMeta__ProductSize.clicked,
.ProductMeta__ProductDetailInfo.clicked {
  margin-bottom: 24px;
}

/* 配送と返品のクリック時の余白調整 */
.Product__DeliveryAndReturn.clicked {
  padding: 16px 0 24px;
}

/* 商品サイズ tableの調整 */
.ProductMeta__ProductSize {
  color: #4d4d4d;
  font-size: 12px;
}

.ProductMeta__ProductSize table {
  width: 100%;
}

.ProductMeta__ProductSize tr {
  border-top: 1px solid #e3e3e3;
}

.ProductMeta__ProductSize tr:last-child {
  border-bottom: 1px solid #e3e3e3;
}

.ProductMeta__ProductSize th {
  width: 30%;
  background-color: #f3f3f3;
  padding: 4px;
}

.ProductMeta__ProductSize td {
  padding: 4px 0 4px 20px;
}

.ProductSize__Remarks {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6px;
}

.ProductSize__Remarks p {
  color: #4d4d4d;
  font-size: 10px;
}

.ProductSize__Remarks a {
  color: #909090;
  font-size: 14px;
  line-height: 1.5;
}

/* 商品詳細 tableの調整 */
.ProductMeta__ProductDetailInfo {
  color: #4d4d4d;
  font-size: 12px;
}

.ProductMeta__ProductDetailInfo table {
  width: 100%;
}

.ProductMeta__ProductDetailInfo tr {
  --border-top: 1px solid #c3c3c3;
}
.ProductMeta__ProductDetailInfo tr:last-child {
  --border-bottom: 1px solid #c3c3c3;
}

.ProductMeta__ProductDetailInfo .thinfo {
  width: 20%;
  --background-color: #d6d6d6;
  padding: 2px;
    text-align: left;
    font-weight: 600;
}

.ProductMeta__ProductDetailInfo .tdinfo {
  width: 78%;
  padding: 2px;
    text-align: left;
}
.ProductMeta__ProductDetailInfo .linkrad a {
  --border-top: 1px solid #c3c3c3;
  border: solid 1px #d9d9d9;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  border-radius:15px !important;
    text-decoration: none;
     padding:4px 8px;
    word-break: keep-all !important;
}
.ProductMeta__ProductDetailInfo .trcat {
  width: 100%;
}

.ProductMeta__ProductDetailInfo .thcat {
  width: 100%;
  --background-color: #d6d6d6;
  padding: 2px;
    text-align: left;
    font-weight: 600;
    vertical-align: top;
  display:block;
}
.ProductMeta__ProductDetailInfo .tdcat {
  width: 100%;
  padding: 0;
    text-align: left;
  display:block;
    line-height: 2.4;
}
.ProductMeta__ProductDetailInfo .linkradCat {
    
  font-size: 13px !important;
    
}

/* 配送と返品の調整 */
.Product__DeliveryAndReturn p:nth-child(n+2) {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .02em;
}

.swym-button-bar {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.swym-added.swym-add-to-wishlist-view-product:after {
  color: #C03232 !important;
}

/* 価格と税込の表示位置調整 */
#shopify-section-product-template .ProductMeta__Price.Price.Text--subdued.u-h4 {
  position: relative;
}

#shopify-section-product-template .ProductMeta__Price.Price.Text--subdued.u-h4 span {
  position: absolute;
  top: 60%;
  transform: translate(0, -50%);
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  /* 商品説明の上下余白 */
  .ProductMeta__Description {
    margin: 10px 0 12px;
  }
  /* NEW表記の調整 */
  .ProductMeta__NEW, .ProductMeta__SALE {
    font-size: 14px;
    margin-bottom: 0;
      font-weight: bold;
  }
  /* 価格のフォント調整 */
  .ProductMeta__Price.Price.Text--subdued.u-h4 {
    font-size: 22px;
    font-weight: 400;
      margin: -5px 0;
    /* 税込み */
  }
  .ProductMeta__Price.Price.Text--subdued.u-h4 span {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
  }
  /* 商品詳細説明の各ブロックの上下余白 */
  .ProductMeta__ProductSize,
  .ProductMeta__ProductDetailInfo {
    padding-top: 16px;
    margin-bottom: 16px;
  }
  .Product__DeliveryAndReturn {
    border-bottom: 1px solid #c3c3c3;
    padding: 16px 0 0;
  }
  /* コンディションの調整 */
  .Condition__Title img {
    width: 40%;
  }
  /* 価格と税込の表示位置調整 */
  #shopify-section-product-template .ProductMeta__Price.Price.Text--subdued.u-h4 span {
    top: 65%;
  }
}

/* お気に入りに追加ボタンの調整（数字非表示化） */
#shopify-section-product-template span.swym-fave-count, #shopify-section-product-template-stylings span.swym-fave-count {
  display: none !important;
}

#shopify-section-product-template button.btn.swym-button.swym-add-to-wishlist, #shopify-section-product-template-stylings button.btn.swym-button.swym-add-to-wishlist {
  width: 100% !important;
  padding: 0;
}

@media screen and (max-width: 480px) {
  /* コンディションの調整 */
  .Condition__Title p {
    font-size: 13px;
    margin-right: 10px;
  }
  .Condition__Title img {
    width: 48%;
  }
}

/*-----
スタイリング詳細ページ
-----*/
/* スタイリングタイトル */
.StylingsMeta__Title {
  font-size: 24px !important;
}

/* 更新日の配置調整 */
.ProductMeta__Title__Date {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.ProductMeta__Date {
  font-family: 'Helvetica Neue', sans-serif !important;
  color: #aaa;
  font-weight: 500;
  margin-left: 16px;
  font-size: 10px !important;
}

/* 詳細情報の線と余白の削除 */
.Stylings__Wrapper .Product__InfoWrapper .ProductMeta__Description {
  border: none;
  margin: 0;
}

/* 着用アイテム */
.ProductMeta {
  /* 着用アイテムを横並び */
  /* 各アイテムの調整 */
  /* 画像のアスペクト比調整 */
}

.ProductMeta__ShareButtons + h2 {
  font-size: 15px;
  letter-spacing: .17em;
  margin-top: 32px;
}

.ProductMeta__RelatedItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.ProductMeta__RelatedItem__Container {
  width: 32%;
    float: left;
  /* アイテム間（上下）の余白 */
}


.ProductMeta__RelatedItemImage {
  width: 100%;
}

.ProductMeta__RelatedItemImage::before {
}

.ProductMeta__RelatedItemImage img {
  width: 100%;
  height: auto;
  margin: auto;
}

/* 着用アイテムのテキスト */
.ProudctMeta__RelatedItemInfo {
  width: 100%;
  font-size: 13px;
  padding: 10px 0;
}

.ProudctMeta__RelatedItemInfo p {
}

/* 関連アイテムボタン */
.ProudctMeta__RelatedItemInfo a {
  display: inline-block;
  text-align: center;
  width: 100%;
  border: 1px solid #C3C3C3;
  padding: 4px 0;
  margin-top: 10px;
}

.ProductMeta__ShowButtons {
  display: block !important;
}
  /* 着用アイテムのフォント調整 */
  .StylingsMeta__ItemTitle {
    font-size: 10px !important;
      margin-top: 20px !important;
  }
  .StylingsMeta__ItemText {
    font-size: 10px !important;
  }

  /* スタイリング説明 */
  .STProductMeta__Description {
    margin: 30px 0 20px;
    font-size: 13px;
  }

@media screen and (max-width: 1007px) {
  .Stylings__Wrapper {
    /* SNSボタン非表示 */
  }
  .Stylings__Wrapper .ProductMeta__ShareButtons.hidden-pocket.ProductMeta__ShowButtons {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  /* 更新日の配置調整 */
  .ProductMeta__Title__Date {
    flex-direction: column;
    align-items: flex-start;
  }
  .ProductMeta__Date {
    font-weight: 600;
    margin-top: 6px;
    margin-left: 0;
  }
  .StylingsMeta__ItemText {
    font-size: 8px !important;
  }
  /* スタイリング説明 */
  .STProductMeta__Description {
    margin: 30px 0 0;
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {
  .StylingsMeta__ItemText {
    font-size: 8px !important;
  }
}

/*-----
VIDEO詳細ページ
-----*/
/* レイアウトを縦並びに変更 */
.Movie__Wrapper {
  flex-direction: column;
  max-width: 1020px;
  padding: 0 40px;
}

.Product__EmbeddedVideo {
  /* movie幅の指定 */
  max-width: 940px;
  margin: 0 auto;
  /* movieアスペクト比の維持 */
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}

.Product__EmbeddedVideo iframe {
  max-width: 100%;
  /* movieアスペクト比の維持 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Product__EmbeddedVideo + .Product__InfoWrapper {
  margin-top: 40px;
  margin-left: 0;
  /* 詳細情報の幅の指定 */
  /* 日付のフォント調整 */
  /* 説明文とsnsアイコンの配置 */
  /* snsアイコン表示 */
}

.Product__EmbeddedVideo + .Product__InfoWrapper .Product__Info {
  width: 100%;
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
}

.Product__EmbeddedVideo + .Product__InfoWrapper .ProductMeta__Title__Date {
  /* タイトルの配置変更 */
  flex-direction: column;
  align-items: flex-start;
  /* 幅の指定 */
  max-width: 66%;
}

.Product__EmbeddedVideo + .Product__InfoWrapper .ProductMeta__Date {
  color: #646464;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: .04em;
  margin-left: 0;
  margin-top: 16px;
}

.Product__EmbeddedVideo + .Product__InfoWrapper .ProductMeta__Description {
  display: flex;
  justify-content: space-between;
  border: none;
  margin: 0;
}

.Product__EmbeddedVideo + .Product__InfoWrapper .Rte {
  max-width: 66%;
  color: #4d4d4d;
}

.Product__EmbeddedVideo + .Product__InfoWrapper .ProductMeta__ShareButtons {
  display: block !important;
  margin-top: -80px;
  /* 「シェア」削除 */
}

.Product__EmbeddedVideo + .Product__InfoWrapper .ProductMeta__ShareButtons span {
  display: none;
}

.Product__EmbeddedVideo + .Product__InfoWrapper .ProductMeta__ShareButtons svg {
  width: 24px;
  height: 24px;
}

/* snsアイコンのサイズ調整 */
.ProductMeta__ShareItem svg {
  width: 24px;
  height: 24px;
}

/* ページ下部のお気に入りボタン非表示化 */
body ~ .swym-button-bar.swym-wishlist-button-bar.swym-inject {
  display: none;
}

@media screen and (max-width: 767px) {
  .ProductMeta__ShareItem svg {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* フル幅表示 */
  .Movie__Wrapper {
    padding: 0;
  }
  .Product__EmbeddedVideo + .Product__InfoWrapper .ProductMeta__Title__Date {
    max-width: 100%;
  }
  .Product__EmbeddedVideo + .Product__InfoWrapper .ProductMeta__Date {
    font-size: 15px;
  }
  .Product__EmbeddedVideo + .Product__InfoWrapper .ProductMeta__Description {
    flex-direction: column;
  }
  .Product__EmbeddedVideo + .Product__InfoWrapper .Rte {
    max-width: 100%;
  }
  .Product__EmbeddedVideo + .Product__InfoWrapper .ProductMeta__ShareButtons {
    margin-top: 20px;
  }
  .Product__EmbeddedVideo + .Product__InfoWrapper .ProductMeta__ShareButtons svg {
    width: 20px;
    height: 20px;
  }
  .Product__EmbeddedVideo + .Product__InfoWrapper .ProductMeta__ShareItem {
    margin: 0 14px 0 0;
  }
}

/*-----
おすすめアイテム
-----*/
/* タイトル */
#shopify-section-product-recommendations .SectionHeader__Heading {
    font-size: 17px;
      font-weight: 600;
}

/* タイトル下の余白 */
#shopify-section-product-recommendations .SectionHeader {
  margin-bottom: 25px;
}

#shopify-section-product-recommendations > .Section--spacingNormal {
  padding: 0 0 60px 0 !important;
}

/* ハートマーク */
.swym-button.swym-add-to-wishlist-view-product:after {
  content: "\f004" !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  color: #4d4d4d !important;
  font-size: 20px;
  opacity: 0.3;
}

/* ハートマークsolid化 */
.swym-button.swym-add-to-wishlist-view-product.swym-added {
  opacity: 1 !important;
}

/* おすすめアイテム、最近チェックしたアイテムのハートマーク非表示化 */
#shopify-section-product-recommendations .swym-button, #shopify-section-recently-viewed-products .swym-button {
  display: none !important;
}

/*-----
最近チェックしたアイテム
-----*/
/* タイトル */
#shopify-section-recently-viewed-products .SectionHeader__Heading {
    font-size: 17px;
      font-weight: 600;
}

/* 上下のマージン、パディング調整 */
#shopify-section-recently-viewed-products header.SectionHeader {
  margin-top: 5px;
}

#shopify-section-recently-viewed-products > .Section--spacingNormal {
  padding-bottom: 20px !important;
}

/*-----
オンラインショップについて
利用規約
プライバシーポリシー
特定商法取引法に基づく表示
サイズガイド
-----*/
/* タイトルヘッダー */
.PageContent__Header {
  border-bottom: 1px solid #C0C0C0;
  padding: 80px 0 32px;
  margin: 0 calc( 50% - 50vw);
  width: 100vw;
}

.PageContent__Header__Container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.PageContent__Header__Heading {
  font-size: 25px !important;
  text-align: left;
}

/* 横並びにしてサイドメニュー設置 */
.Page_AboutOnlineShop,
.Page_TermOfService,
.Page_law,
.Page_Faq,
.Page__SizeGuide {
  display: flex;
  justify-content: space-between;
  /* 本文内のリンクカラーを変更 */
}

.Page_AboutOnlineShop .PageContents__Link,
.Page_TermOfService .PageContents__Link,
.Page_law .PageContents__Link,
.Page_Faq .PageContents__Link,
.Page__SizeGuide .PageContents__Link {
  color: #CC6428 !important;
  text-decoration: none !important;
}

/* サイドメニューの横幅 */
.PageNavi {
  width: 20%;
  padding-top: 8px;
}

/* コンテンツの横幅 */
.PageContents {
  width: 68%;
}

.PageContent {
  /* ページ全体の幅調整 */
  max-width: 1080px;
  padding: 40px 40px 0;
  /* サイドメニュー */
  /* サイドメニューのブロックの調整 */
  /* メインコンテンツ */
}

.PageContent .PageNavi {
  /* サイドメニューのタイトルの調整 */
}

.PageContent .PageNavi__Title {
  color: #1A1A1A;
  font-weight: 500;
  margin-bottom: 16px !important;
}

.PageContent .PageNave__List {
  margin-bottom: 40px !important;
  margin-left: 0;
  /* サイドメニューのリストの調整 */
  /* リンクテキストのフォント調整 */
}

.PageContent .PageNave__List li {
  position: relative;
  list-style: none;
  padding: 0 0 0 24px;
  /* 矢印 */
  /* リストの上下の余白 */
}

.PageContent .PageNave__List li::before {
  position: absolute;
  content: '\f101';
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 10px;
  height: 19px;
  left: 0;
  top: 5px;
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  font-weight: 800;
  color: #C46433;
}

.PageContent .PageNave__List li + li {
  margin-top: 6px;
}

.PageContent .PageNave__List a {
  font-size: 13px;
  color: #000;
  text-decoration-line: none;
  white-space: nowrap;
}

.PageContent .PageContents {
  /* タイトル */
  /* サブタイトル */
  /* 本文 */
  /* リストの調整(ul,ol,li) */
  /* 余白の打ち消し */
  /* リストアイテムのフォントカラー */
  /* リストアイテムの調整 */
  /* olの中は数字リスト */
}

.PageContent .PageContents__Title {
  font-size: 25px !important;
  font-weight: 500;
  letter-spacing: .09em !important;
  color: #1A1A1A;
  margin: 0;
}

.PageContent .PageContents__SubTitle {
  font-size: 21px !important;
  color: #1A1A1A;
  margin: 12px 0 36px;
}

.PageContent .PageContents__Description {
  font-size: 14px;
  line-height: 29px;
  color: #000;
  /* セクション間の余白 */
}

.PageContent .PageContents__Description .TextBold {
  font-weight: 600;
}

.PageContent .PageContents__Description + .PageContents__Title {
  margin-top: 80px;
}

.PageContent .PageContents__Description + .PageContents__SubTitle {
  margin-top: 40px;
}


.PageContents__Descriptionimg {
    text-align: left !important;
  margin: -15px 0 25px 0 !important;
  padding:0 !important;
  width: 280px !important;
  /* セクション間の余白 */
}
  
  
.PageContent .PageContents ul,
.PageContent .PageContents ol {
  margin-left: 0;
}

.PageContent .PageContents ul {
  color: #000;
}

.PageContent .PageContents ul li {
  /* リストスタイルの打ち消し */
  list-style: none;
  /* リストアイテム間の余白 */
  /* リストの見出しの調整 */
}

.PageContent .PageContents ul li + li {
  margin-top: 48px;
}

.PageContent .PageContents ul li .TextBold {
  font-weight: 600;
  margin-bottom: 0 !important;
}

.PageContent .PageContents ol li {
  list-style: decimal;
  list-style-position: inside;
  /* 数字リスト間の余白の打ち消し */
}

.PageContent .PageContents ol li + li {
  margin-top: 0;
}

.Page_AboutOnlineShop img.PageContents__IMG {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  /* リンクテキストのフォントを折り返し可能にする */
  .PageContent .PageNavi a {
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  /* タイトルヘッダー */
  .PageContent__Header {
    padding: 40px 0 12px;
    /* 横の余白 */
  }
  .PageContent__Header__Container {
    padding: 0 20px;
  }
  .PageContent__Header__Heading {
    font-size: 22px !important;
  }
  /* 縦並びに変更 */
  .Page_AboutOnlineShop,
  .Page_TermOfService,
  .Page_law,
  .Page_Faq,
  .Page__SizeGuide {
    flex-direction: column;
  }
  /* サイドメニュー、メインコンテンツの横幅 */
  .PageNavi,
  .PageContents {
    width: 100%;
  }
  .PageNavi {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .PageContent {
    /* ページ全体の幅調整 */
    padding: 0 20px;
    /* サイドメニュー */
    /* サイドメニューのブロックの調整 */
    /* メインコンテンツ */
  }
  .PageContent .PageNavi {
    /* サイドメニューのタイトルの調整 */
  }
  .PageContent .PageNavi__Title {
    font-weight: 500;
    margin-bottom: 0 !important;
  }
  .PageContent .PageNave__List {
    margin-bottom: 16px !important;
    /* サイドメニューのリストの調整 */
  }
  .PageContent .PageNave__List li {
    padding-left: 16px;
    /* リストの上下の余白 */
  }
  .PageContent .PageNave__List li + li {
    margin-top: 0;
  }
  .PageContent .PageContents {
    /* タイトル */
    /* サブタイトル */
  }
  .PageContent .PageContents__Title {
    font-size: 22px !important;
  }
  .PageContent .PageContents__SubTitle {
    font-size: 18px !important;
    margin-bottom: 24px;
  }
}

/*-----
初めての方へ
-----*/
/* コンディションSP画像非表示 */
.PageContents__IMG--sp {
  display: none !important;
}

@media screen and (max-width: 480px) {
  /* コンディションSP画像表示 */
  .PageContents__IMG--sp {
    display: block !important;
  }
  /* コンディションPC画像非表示 */
  .PageContents__IMG--pc {
    display: none !important;
  }
}

/*-----
プライバシーポリシー
-----*/
.ListNumber--None {
  list-style: none !important;
}

.PageContents__Description--abnormal {
  margin-bottom: 0 !important;
}

/*-----
利用規約
プライバシーポリシー
特定商法取引法に基づく表示
-----*/
/* タイトルのフォント・余白調整 */
.Page_TermOfService h2.PageContents__Title,
.Page_law h2.PageContents__Title {
  font-weight: 300;
  margin-bottom: 32px;
}

/*-----
特定商法取引法に基づく表示
-----*/
/* 特定商法取引法のページ,よくある質問でのみli間の余白削除 */
.Page_law .PageContents ul li + li,
.Page_Faq .PageContents ul li + li {
  margin-top: 30px;
}

/*-----
よくある質問
-----*/
.Faq__Container + .Faq__Container {
  margin-top: 72px;
}

.Faq__Container:last-child {
  padding-bottom: 40px;
}

.Faq__Container ul {
  margin-top: 40px;
}

/* アイテム */
.Faq__ListItem {
  display: flex;
}

/* FAQテキスト【共通】 */
.Faq__Text {
  font-size: 14px;
  line-height: 29px;
  padding-left: .5em;
}

.Faq__Mark {
  line-height: 1.5;
  white-space: nowrap;
}

span.Faq__Mark.Faq__Mark-Q {
  color: #CC6428;
}

/* 質問テキスト */
.Faq__QuestionText {
  color: #CC6428;
  margin-bottom: 10px !important;
}

@media screen and (max-width: 1024px) {
  .br--tab {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .Faq__Container ul {
    margin-top: 24px;
  }
}

/*-----
採用情報
-----*/
/* ヘッダータイトル */
.Employment__Header {
  margin: 50px 0 0;
}

.Employment__Header__Title {
  text-align: center;
  font-weight: 300;
  letter-spacing: .2em !important;
}

/* コンテンツ幅 */
.Page__Employment {
  max-width: 515px;
  margin: 0 auto;
  /* テーブル折り返しあり */
  /* 既存CSS打ち消し、フォント調整 */
}

.Page__Employment .PageContents {
  width: 100%;
}

.Page__Employment table {
  white-space: normal;
}

.Page__Employment tr {
  display: flex;
  justify-content: space-between;
}

.Page__Employment tr + tr {
  margin-top: 30px;
}

.Page__Employment td {
  padding: 0 10px !important;
  color: #000 !important;
  font-size: 14px;
  line-height: 2;
  vertical-align: top;
  /* タイトル、本文の横幅調整 */
  /* 余白調整 */
}

.Page__Employment td:first-child {
  width: 15%;
}

.Page__Employment td:last-child {
  width: 85%;
}

.Page__Employment td ul li {
  padding: 0;
}

.Page__Employment td ul li + li {
  margin-top: 0 !important;
}

.PageContents__Table tr td {
  border: none;
}

@media screen and (max-width: 480px) {
  .Page__Employment td {
    padding: 0 !important;
  }
  .Page__Employment td:first-child {
    width: 27%;
  }
  .Page__Employment td:last-child {
    width: 73%;
  }
}

/* トップ画像 */
.EmploymentFv {
  background-image: url(employment-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  height: 370px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media screen and (min-width: 1440px) {
  .EmploymentFv {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .Employment__Header {
    padding: 0 20px;
  }
  .Employment__Header__Title {
    text-align: left !important;
    font-size: 20px !important;
    margin-bottom: 35px !important;
  }
  .EmploymentFv {
    height: 220px;
  }
}

/*-----
TOP OF THE HILL について
-----*/
.About {
  /* テキストブロックの幅 */
  /* テキストブロックのフォント調整 */
  /* リード文を中央寄せ */
  /* pタグの既存CSSを打ち消し */
}

.About__Inner {
  max-width: 900px !important;
  margin: 0 auto;
  padding: 0 20px;
  /* 店舗情報リストの幅 */
}

.About__Inner--Wide {
  max-width: 1280px !important;
}

.About__Inner--Full {
  max-width: 100%;
  margin-top: 40px;
}

.About__Title {
  text-align: center;
  color: #000 !important;
  font-size: 25px !important;
  line-height: 1.1;
  letter-spacing: .2em !important;
}

.About__Title--Narrow {
  letter-spacing: .09em !important;
}

.About__Content {
  color: #000;
  font-size: 14px;
  line-height: 2;
}

.About__Lead {
  text-align: center;
  margin-top: 48px;
}

.About__Paragraph {
  margin: 0 !important;
}

/* トップ画像 */
.AboutFv {
  background-image: url(about-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  max-width: 100%;
  height: 370px;
}

@media screen and (min-width: 1440px) {
  .AboutFv {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .AboutFv {
    height: 220px;
  }
  /* リード文上の余白 */
  .About__Lead {
    margin-top: 35px;
  }
  /* テキストのフォントサイズ */
  .About__Paragraph {
    font-size: 13px;
  }
}

.AboutInfo {
  margin-top: 96px;
  /* アイテムを横並び */
  /* 店舗名 */
  /* 住所 */
  /* 住所より下のテキストの調整 */
}

.AboutInfo__Map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 44%;
}

.AboutInfo__Map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.AboutInfo__Items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

.AboutInfo__Item {
  color: #000;
  width: calc(25% - 18% / 4);
  margin-bottom: 64px;
}

.AboutInfo__Item p {
  margin-bottom: 3px !important;
}

.AboutInfo__Item + .AboutInfo__Item {
  margin-left: 6%;
}

.AboutInfo__Item:nth-child(4n+1) {
  margin-left: 0;
}

.AboutInfo__Title {
  display: inline-block;
  color: #000 !important;
  font-size: 18px;
    font-weight: 600;
  line-height: 1.5;
  margin-bottom: 12px;
}



.AboutInfo__New {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
    color: #e76600;
}
.AboutInfo__Address {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 10px;
}

.AboutInfo__ItemBody {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}

.AboutInfo__ItemBody p,
.AboutInfo__ItemBody a {
  position: relative;
  padding-left: 20px;
}

.AboutInfo__ItemBody a {
  display: block;
  text-decoration-color: #000 !important;
}

.AboutInfo__ItemBody a + a {
  margin-top: 10px;
}

.AboutInfo__Tel::before {
  position: absolute;
  content: '\f095';
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 13px;
  height: auto;
  width: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.AboutInfo__Time::before {
  position: absolute;
  content: '\f017';
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 400;
  font-size: 13px;
  height: auto;
  width: auto;
  left: 0;
  top: 0%;
}

.AboutInfo__Access {
  color: #000 !important;
}

.AboutInfo__Instagram {
  color: #000 !important;
  margin-top: 13px;
}

.AboutInfo__Instagram::before {
  position: absolute;
  content: '\f16d';
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400;
  font-size: 13px;
  height: auto;
  width: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1480px) {
  .About__Inner--Full {
    max-width: 1480px;
    padding: 0 20px;
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 1024px) {
  .AboutInfo__Item {
    width: calc(33.333% - 14%/3);
  }
  .AboutInfo__Item + .AboutInfo__Item {
    margin-left: 7%;
  }
  .AboutInfo__Item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .About__Title {
    font-size: 21px !important;
  }
  .AboutInfo__Map {
    padding-top: 75%;
  }
  .AboutInfo__Item {
    width: calc(50% - 7%/2);
    margin-bottom: 40px;
  }
  .AboutInfo__Item + .AboutInfo__Item {
    margin-left: 7%;
  }
  .AboutInfo__Item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .AboutInfo {
    /* テキストのフォントサイズ調整 */
  }
  .AboutInfo__Item {
    width: 96%;
    margin: 0 auto 48px !important;
  }
  .AboutInfo__Item + .AboutInfo__Item {
    margin-left: 0;
  }

.AboutInfo__New {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
    color: #e76600;
}
  .AboutInfo__Address {
    font-size: 13px;
  margin-top: 13px;
  }
  .AboutInfo__ItemBody {
  margin-top: 13px;
    font-size: 13px;
  }
}

/*
.Container {
  padding: 0;
}
.PageContent {
  max-width: 100% !important;
  margin: 0;
  padding: 0;
}
*/
/*-----
サイズガイド
-----*/
/* メインコンテンツのリストの調整 */
.Page__SizeGuide .PageContents {
  /* サブタイトル */
  /* 画像サイズ調整 */
}

.Page__SizeGuide .PageContents .PageContents__SubTitle {
  font-size: 23px !important;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .09em;
  margin-bottom: 20px;
}

.Page__SizeGuide .PageContents img {
  width: 100%;
  margin: 0 auto 0 40px;
}

.Page__SizeGuide .PageContents ul {
  margin-top: 64px;
}

.Page__SizeGuide .PageContents ul li {
  padding-left: 0;
  /* 矢印削除 */
}

.Page__SizeGuide .PageContents ul li + li {
  margin-top: 128px;
}

.Page__SizeGuide .PageContents ul li::before {
  display: none;
}

.Page__SizeGuide .PageContents ul li::after {
  display: none;
}

/* 画像サイズの調整 */
.SizeImage--center {
  margin: 0 auto !important;
}

.SizeImage__tops {
  max-width: 561px;
}

.SizeImage__sleeve {
  max-width: 566px;
}

.SizeImage__bottoms {
  max-width: 478px;
}

.SizeImage__skirt {
  max-width: 630px;
}

.SizeImage__overalls {
  max-width: 665px;
}

.SizeImage__onepiece {
  max-width: 554px;
}

.SizeImage__bag {
  max-width: 631px;
}

.SizeImage__ring {
  max-width: 431px;
}

.SizeImage__ringInfo {
  max-width: 615px;
}

.SizeImage__earrings {
  max-width: 474px;
}

.SizeImage__bangle {
  max-width: 433px;
}

.SizeImage__necklace {
  max-width: 285px;
}

.SizeImage__keyring {
  max-width: 226px;
}

@media screen and (max-width: 767px) {
  /* 余白調整 */
  .Page__SizeGuide .PageContents {
    /* サブタイトル */
  }
  .Page__SizeGuide .PageContents .PageContents__SubTitle {
    font-size: 20px !important;
  }
  .Page__SizeGuide .PageContents ul {
    margin-top: 48px;
  }
  .Page__SizeGuide .PageContents ul li + li {
    margin-top: 80px;
  }
  /* 画像サイズの調整 */
  .SizeImage {
    margin: 0 auto !important;
  }
  .SizeImage__tops {
    max-width: 400px;
  }
  .SizeImage__sleeve {
    max-width: 400px;
  }
  .SizeImage__bottoms {
    max-width: 400px;
  }
  .SizeImage__skirt {
    max-width: 400px;
  }
  .SizeImage__overalls {
    max-width: 400px;
  }
  .SizeImage__onepiece {
    max-width: 400px;
  }
  .SizeImage__bag {
    max-width: 400px;
  }
  .SizeImage__ring {
    max-width: 280px;
  }
  .SizeImage__ringInfo {
    max-width: 440px;
  }
  .SizeImage__earrings {
    max-width: 280px;
  }
  .SizeImage__bangle {
    max-width: 280px;
  }
  .SizeImage__necklace {
    max-width: 200px;
  }
  .SizeImage__keyring {
    max-width: 160px;
  }
}

@media screen and (max-width: 480px) {
  .Page__SizeGuide .PageContents img {
    width: 100%;
    margin: 0 auto;
  }
}

/*-----
ログインページ
-----*/
/* タイトル下のテキスト調整 */
.Form__Legend {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .09em;
  margin-top: 56px;
}

/* 横幅調整 */
.PageContent__Inner--Narrow {
  max-width: 540px;
  margin: 0 auto;
  padding: 120px 20px 80px;
}

/* SNSログインボタンの横幅調整 */
.buttons--container {
  width: 94% !important;
}

/* フォーム下のテキスト調整 */
.Form__Hint {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif !important;
}

@media screen and (max-width: 767px) {
  /* タイトル上の余白 */
  .PageContent__Inner--Narrow {
    padding: 35px 20px 80px;
  }
  /* フォント情報 */
  .Form__Header {
    text-align: left;
  }
  .Form__Title {
    font-size: 20px !important;
  }
  .Form__Legend {
    font-size: 15px;
  }
}

/*-----
新規会員登録ページ
-----*/
/* フォーム下のテキスト調整 */
.Register__Description {
  text-align: center;
  margin-top: 16px;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif !important;
  /* リンクテキストに下線追加 */
}

.Register__Description a {
  text-decoration: underline;
}

/*-----
マイページ
お届け先リスト
ウィッシュリスト
-----*/
.Account__Container,
.Addresses__Container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

/*-----
マイページ
-----*/
/* ログアウトの調整 */
.Account__Header a {
  display: block;
  text-align: right;
  font-size: 12px !important;
  font-weight: 300;
  letter-spacing: .02em !important;
  color: #1A1A1A;
}

/* マイページの調整 */
.Account__Heading {
  font-size: 25px !important;
  font-weight: 300 !important;
  letter-spacing: .09em !important;
  color: #1A1A1A;
}

/* フォント調整 */
.Account__Description {
  font-size: 18px;
  font-weight: 300 !important;
  letter-spacing: .09em !important;
  color: #1A1A1A;
}

/* ブロックのフォント調整 */
.Segment {
  font-size: 16px !important;
  color: #1A1A1A !important;
}

.Segment__Title {
  font-size: 16px !important;
  letter-spacing: .09em !important;
  color: #1A1A1A;
  border-bottom: 1px solid #C0C0C0;
}

/* ボタンの調整 */
.Segment__ButtonWrapper a {
  max-width: 300px;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: .09em !important;
  white-space: nowrap;
}

@media screen and (max-width: 1007px) {
  /* ブロックを縦並びにした際の調整 */
  .PageLayout__Section + .PageLayout__Section {
    margin-left: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  /* タイトル上の余白 */
  .Addresses__Header .SectionHeader,
  .Account__Header .SectionHeader {
    margin-top: 35px !important;
  }
  /* タイトル */
  .Account__Heading {
    font-size: 20px !important;
  }
  /* リード文 */
  .Account__Description {
    font-size: 15px !important;
  }
  /* ログアウト */
  .PageHeader__Back {
    text-align: left !important;
  }
  /* お届け先編集ボタン */
  .Segment__ButtonWrapper a {
    max-width: 100%;
    font-size: 15px;
  }
}

/*-----
お届け先リスト
-----*/
/* マイページに戻るの調整 */
.Addresses__Header a {
  display: block;
  text-align: right;
  font-size: 12px !important;
  font-weight: 300;
  letter-spacing: .02em !important;
  color: #1A1A1A;
}

.Addresses__Header a svg {
  display: none;
}

.AddressList {
  margin-left: 0 !important;
}

.AccountAddress {
  font-size: 14px;
}

/* お届け先を追加ボタン */
.Addresses__Button {
  font-size: 17px !important;
}

@media screen and (max-width: 767px) {
  /* お届け先を追加ボタン */
  .Addresses__Button {
    width: 100%;
    max-width: 100%;
    font-size: 15px !important;
  }
}

/*-----
カート
-----*/
/* タイトル */
.Cart__Title {
  font-size: 25px;
  font-weight: 300;
  color: #1A1A1A;
  line-height: 1.1;
}

/* タイトル下の余白 */
.CartContent {
  padding-top: 0;
}

/* カートリストの線 */
.Cart__HeadItem {
  border-bottom: 1px solid #C0C0C0 !important;
}

.Cart__Footer {
  border-top: 1px solid #C0C0C0 !important;
}

/* メニュー、備考、合計 */
.Cart__HeadItem,
.Cart__NoteButton,
.Cart__Total {
  font-size: 16px !important;
  line-height: 1.6;
  color: #1A1A1A;
}

/* 価格 */
.CartItem__Price {
  font-family: 'Helvetica Neue', sans-serif !important;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: .04em;
}

/* 税込 */
.CartItem__Tax {
  font-size: 12px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
  padding-left: .5em;
}

/* ボタン */
.Cart__Checkout {
  max-width: 220px;
  width: 100% !important;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: .09em;
  padding: 10px 28px;
  margin-top: 24px !important;
}

/* 商品名 */
.CartItem__Title a {
  font-size: 12px !important;
  letter-spacing: .05em !important;
}

/* + - アイコン */
.QuantitySelector__Button {
  color: #BFBFBF;
}

/* 削除 */
.CartItem__Remove {
  font-size: 12px;
  line-height: 1.7;
  color: #616161;
  letter-spacing: normal;
}

/* textarea */
.Cart__Note {
  border: 1px solid #8D8D8D;
}

@media screen and (max-width: 767px) {
  /* インナー幅 */
  .EmptyState {
    padding: 0 20px;
  }
  .Cart__Header {
    padding: 0 20px;
  }
  /* タイトル */
  .Cart__Title {
    font-size: 20px;
    text-align: left;
  }
  /* ボタン横幅いっぱい */
  .EmptyState__Action {
    max-width: 100%;
    width: 100%;
    font-size: 15px;
    padding: 12px 28px;
  }
  /* フッター上の余白 */
  .CartContent {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 640px) {
  /* ボタン横幅いっぱい */
  .Cart__Checkout {
    max-width: 100%;
    font-size: 15px !important;
    padding: 12px 28px;
  }
}

/*-----
ログイン後のページ[共通]
-----*/
.MyPage__Header a {
  margin-bottom: 8px !important;
}

.MyPage__HeaderBody {
  margin-top: 0 !important;
}

/*-----
お問い合わせ
-----*/
/* タイトル上の余白 */
.ContactHeader {
  margin: 80px 0 32px;
}

/* タイトル下の余白 */
.ContactContent {
  padding-top: 0;
}

/* タイトル */
.Contact__Title {
  font-size: 25px !important;
  font-weight: 300;
  color: #1A1A1A;
  line-height: .9 !important;
}

/* リード文 */
.Contact__Lead {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.Contact__Lead a {
  text-decoration: underline;
}

.Contact__Lead + .Contact__Lead {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  /* タイトルインナー */
  .ContactHeader {
    max-width: 640px;
    margin: 35px auto;
    padding: 0 20px;
  }
  /* タイトル */
  .Contact__Title {
    text-align: left !important;
    font-size: 20px !important;
  }
}

/*-----
お問い合わせ/Form
-----*/
.Form {
  /* インナー幅 */
  /* 入力のスタイル調整 */
}

.Form__Inner {
  max-width: 640px;
  margin: 0 auto;
}

.Form__Input {
  background-color: #fff;
  border: 1px solid #8C8C8C;
}

.Form__Textarea {
  border: 1px solid #8C8C8C;
}

.Form__Submit {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .09em;
  font-weight: 300;
}

::placeholder {
  color: #BFBFBF;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .09em;
}

@media screen and (max-width: 480px) {
  /* リード文 */
  .Contact__Lead {
    text-align: left;
  }
}

/*-----
Instagram feed
-----*/
/* コンテンツ幅 */
#insta-feed {
  max-width: 1340px;
  padding: 0 20px 80px;
  margin: 0 auto;
  /* タイトル */
}

#insta-feed h2 {
  font-family: 'mr-eaves-modern', sans-serif !important;
  font-size: 30px !important;
  font-weight: 400;
  line-height: .9;
  letter-spacing: .075em;
  margin-bottom: 70px !important;
}

@media screen and (max-width: 767px) {
  #insta-feed {
    padding: 0 15px 80px;
  }
  #insta-feed h2 {
    font-size: 24px !important;
    line-height: 1.35;
    margin-bottom: 30px !important;
  }
}

/*-----
商品一覧 フィルター機能
-----*/
/* 検索結果 */
div.snize-collection-mode div.snize-main-panel-collection-results-found {
  font-size: 11px !important;
  color: #333333 !important;
  letter-spacing: .09em !important;
}

div.snize-collection-mode div.snize-main-panel-collection-results-found b {
  font-weight: 300;
}

div.snize div.snize-horizontal-filters {
  padding: 0 !important;
  margin: -8px 0 24px !important;
}

/* フィルター全体 */
div.snize div.snize-filters-sidebar {
  border: 1px solid #A9A9A9 !important;
}

/* フィルター各ブロック */
div.snize .snize-product-filters-block {
  border-bottom: 1px solid #A9A9A9 !important;
}

/* フィルタータイトル */
div.snize div.snize-product-filters-title span {
  color: #060000 !important;
    
}

/* フィルターテキスト */
div.snize ul.snize-product-filters-list li label > span {
  color: #646464 !important;
}

/* 数字 */
div.snize ul.snize-product-filters-list .snize-filter-variant-count {
  margin-left: 1em !important;
  /* ()削除 */
}

div.snize ul.snize-product-filters-list .snize-filter-variant-count::before, div.snize ul.snize-product-filters-list .snize-filter-variant-count::after {
  display: none !important;
}

/* チェックボックス */
div.snize ul.snize-product-filters-list li .snize-filter-checkbox span {
  box-shadow: 0 0 0 1.2px #A9A9A9 !important;
}

/* フィルターテキストとチェックボックスの配置調整 */
div.snize ul.snize-product-filters-list li .snize-filter-checkbox {
  margin: 3px 6px 0 0 !important;
}

/* 検索結果表示 */
#Search .Search__Inner .Grid--xl {
  margin-left: 0;
}

#Search button.swym-button {
  display: none !important;
}

span.Link--subdescription {
  color: #c0c0c0;
  font-size: 10px;
}

.snize-main-panel-controls {
  display: none;
}

@media screen and (max-width: 640px) {
  #Search .Search__Inner .Grid__Cell {
    display: block;
    width: 100%;
  }
  #Search .Grid__Cell + .Grid__Cell {
    margin-left: 0;
  }
}

/*-----
ウィッシュリスト
-----*/
/* タイトルの上下の余白 */
.swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar {
  padding: 78px 0 32px !important;
}

/* ヘッダータイトル */
.swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar .swym-wishlist-main-title {
  line-height: 1.1;
}

.flickity-prev-next-button {
  opacity: 1 !important;
}

button.swym-button.swym-add-to-wishlist-view-product {
  display: block !important;
  position: absolute;
  top: 10px;
  right: 10px;
}

.swym-button.swym-add-to-wishlist-view-product.swym-heart:after {
  content: "\f004" !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  color: #4d4d4d !important;
  font-size: 20px;
  opacity: 0.3;
  top: 52%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swym-button.swym-add-to-wishlist-view-product.swym-heart.swym-added:after {
  color: #C03232 !important;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  /* ハートアイコンの位置調整 */
  .swym-button.swym-add-to-wishlist-view-product.swym-heart:after {
    top: 52%;
    left: 51%;
  }
}

/*-----
検索
-----*/
@media screen and (max-width: 767px) {
  /* 矢印小さく */
  div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel button.snize-close-button-arrow {
    background-size: 20px !important;
    height: 20px !important;
    width: 20px !important;
  }
  /* 下線を細く */
  div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel {
    border-bottom: 1px solid #5d5d5d !important;
  }
}

/*-----
商品一覧
-----*/
/* ハートマーク（商品一覧） */
.snize-item button.swym-button.swym-add-to-wishlist-view-product {
  display: block !important;
  position: absolute !important;
  top: 6px !important;
  right: 6px !important;
  background-color: #fff !important;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  max-height: none !important;
  max-width: none !important;
  zoom: normal !important;
  padding: 0 !important;
}

.snize-item button.swym-button.swym-add-to-wishlist-view-product:after {
  content: "\f004" !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  color: #4d4d4d !important;
  font-size: 18px;
  line-height: 1.9;
  opacity: 0.3;
}

/* インナー幅 */
.SnizeSearch__Container {
  max-width: 1300px !important;
  padding: 0 20px !important;
  margin: 0 auto;
}

.SnizeSearch__PageContent {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ヘッダータイトル調整 */
.SnizeSearch__Header {
  border-bottom: none !important;
  padding: 80px 0 0;
}

.SnizeSearch__Header__Heading {
  text-align: center;
  font-size: 28px !important;
  font-weight: 400;
  letter-spacing: .075em !important;
}

/* フィルター項目「商品タイプ」調整 */
#snize_filters_block_snize_facet35 {
  display: none !important;
}

div.snize-product-filter-opener[data-se-facet-attribute="snize_facet35"] {
  pointer-events: none;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  /* ヘッダータイトル調整 */
  .SnizeSearch__Header {
    padding: 35px 0 15px;
  }
  .SnizeSearch__Header__Heading {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  /* ハートマーク（商品一覧） */
  .snize-item button.swym-button.swym-add-to-wishlist-view-product {
    height: 28px !important;
    width: 28px !important;
  }
  .snize-item button.swym-button.swym-add-to-wishlist-view-product:after {
    font-size: 16px !important;
    line-height: 1.8;
  }
}
.snize-search-results-main-content {
    font-size: 5px !important;
  }
  
  

@media screen and (max-width: 767px) {
  .dis_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .dis_smp {
    display: none;
  }
}
  
  
@media screen and (min-width:1024px){
    
.sttxt3{
    margin: 5px auto 0;
    padding:0 0;
    text-align: center;
    width: 90%;
    height: auto;
    overflow: hidden;
    font-size: 1.1em;
    line-height: 1;
  }
.topblock1-box {
    margin:0 auto 15px;
    padding: 40px 0 40px;
    width: 530px;
    height: auto;
    text-align: center;
    overflow: hidden;
  }
   
.topblock1-box-titR{
    margin:31px auto;
    line-height: 1.6;
    font-weight: bold;
    width: 80px;
    height: auto;
    text-align: right;
    float: left;
    overflow: hidden;
    clear: both;
  } 
.topblock1-box-textR {
    margin:30px 0 0 0;
    padding: 0;
    width: 430px;
    height: auto;
    line-height: 1.6;
    float: right;
    text-align: left;
    overflow: hidden;
  } 
.stbtnmapBoxR   {
    margin: 30px auto 0;
    padding:0 0;
    width: 520px;
    height: auto;
    overflow: hidden;
  }
.stbtnBoxR   {
    margin: 0 auto 0;
    padding:0 0;
    width: 170px;
    height: auto;
    overflow: hidden;
  }
.stbtnR{
    margin: 0 auto 10px;
    padding:0 0;}
   
}
    
   
@media screen and (max-width:768px){
  
.sttxt3{
    margin: 5px auto 0;
    padding:0 0;
    text-align: center;
    width: 90%;
    height: auto;
    overflow: hidden;
    font-size: 1.1em;
    line-height: 1;
  }
  
.topblock1-box {
    margin:0 auto 15px;
    padding: 20px 0 20px;
    width: 430px;
    height: auto;
    text-align: center;
    overflow: hidden;
  }
   
.topblock1-box-titR{
    margin:25px auto 5px;
    line-height: 1.6;
    font-weight: bold;
    width: 94%;
    height: auto;
    text-align: left;
    overflow: hidden;
    clear: both;
  } 
.topblock1-box-textR {
    margin:5px auto 0;
    padding: 0;
    width: 94%;
    height: auto;
    line-height: 1.8;
    text-align: left;
    overflow: hidden;
  } 
.stbtnmapBoxR   {
    margin: 30px auto 0;
    padding:0 0;
    width: 420px;
    height: auto;
    overflow: hidden;
  }
.stbtnBoxR   {
    margin: 0 auto 0;
    padding:0 0;
    width: 170px;
    height: auto;
    overflow: hidden;
  }
.stbtnR{
    margin: 0 auto 10px;
    padding:0 0;}
    
     
}   
/* コレクション関連リンク */
.Related_Collection_Wrapper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin:20px 0 20px -10px;
}
.Related_Collection_Item{
  padding-left: 10px;
  margin-bottom:10px;
}
.Related_Collection_Title{
  padding: 2px 5px;
  background: #ECEDEB;
  color: #4d4d4d;
  font-size:13px;
}

@media screen and (max-width: 767px) {
.pointmess{
  width:100%;
  text-align:center;
}
}