/** Shopify CDN: Minification failed

Line 5719:0 "@charset" must be the first rule in the file
Line 5720:0 All "@import" rules must come first

**/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');
/*============================================================================
- all
- Common
- デフォルトテンプレート不具合による修正

- Sale Rate
- Item Tag
- Button

- Header
- Footer
- Top Page
- Top & Collection Page
- Collection Page
============================================================================*/
/* all
*****************************************************************/
* {
  outline: none;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body,
input,
textarea,
button,
select,
.disclosure__toggle {
  font-family: "Zen Kaku Gothic New", "Yu Gothic", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #091E3E;
  font-weight: 500;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.5;
}
body {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/bg01.png?v=89852719140301654941662426291') repeat 0 0;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
@media screen and (min-width: 750px) {
  body,
  input,
  textarea,
  button,
  select,
  .disclosure__toggle {
    font-size: 16px;
    line-height: 1.5;
  }
  body {
    min-width: 1024px;
  }
}
@media screen and (max-width: 749px) {
  body {
    min-width: initial;
  }
}
h1,
.h1,
h2,
.h2 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
h1,
.h1 {
  font-size: 20px;
}
@media screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: 26px;
  }
}
h2,
.h2 {
  font-size: 18px;
}
@media screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 750px) {
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 20px;
  }
}
a {
  color: #091E3E;
}
a,
button,
input[type='submit'] {
  transition: opacity ease-out 0.2s;
}
a:not([disabled]):hover,
a:focus {
  color: #EF1B46;
  opacity: 1;
}
th {
  font-family: "Zen Kaku Gothic New", "Yu Gothic", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
p {
  color: #091E3E;
  margin-bottom: 20px;
}
hr {
  margin: 30px 0;
}
@media screen and (max-width: 749px) {
  hr {
    margin: 15px 0;
  }
}
.font-eng {
  font-family: 'Tajawal', serif;
}

/* Common
*****************************************************************/
.only-pc {
  display: block !important;
}
.only-sp {
  display: none !important;
}
.columns {
  -ms-display: flex !important;
  -webkit-display: flex !important;
  display: -webkit-box !important;
  display: flex !important;
}
.columns-wrap {
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pc-no-columns {
  display: block;
}
.pc-no-columns-wrap {
  display: block;
}
.sp-no-columns {
  -webkit-display: flex;
  display: flex;
}
.sp-no-columns-wrap {
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.columns-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.columns-right {
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.columns-between {
  -webkit-justify-content: space-between;
  /* Safari */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.columns-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.columns-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.columns-end {
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.column-left,
.sp-no-column-left {
  margin-right: auto;
}
.column-right,
.sp-no-column-right {
  margin-left: auto;
}
.column-bottom {
  margin-top: auto;
}
.column01 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.column02 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
@media screen and (max-width: 749px) {
  .scrollable {
    overflow: auto;
  }
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
  .sp-no-columns {
    display: block;
  }
  .sp-no-columns_wrap {
    display: block;
  }
  .pc-no-columns {
    -webkit-display: flex;
    display: flex;
  }
  .pc-no-columns-wrap {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp-no-column-left,
  .sp-no-column-right {
    margin-left: 0;
  }
  .column01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .column02 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

.page-width {
  max-width: 1450px;
  padding-left: 70px;
  padding-right: 70px;
}
.page-width-low {
  width: 90%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.page-width-960 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb {
  max-width: 1740px;
  margin: 10px 0 0 0;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 13px;
  line-height: 1.2;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.path-arrow {
  color: #EF1B46;
}
@media only screen and (max-width: 1024px) {
  .page-width {
    padding-left: 5%;
    padding-right: 5%;
  }
  .page-width-low,
  .page-width-960 {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .breadcrumb {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 10px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .grid {
    margin-left: 0;
  }
  .grid__item {
    padding-left: 0;
  }
}


/* デフォルトテンプレート不具合による修正
*****************************************************************/
/* ブランド名の下部にiPhoneでのみ空白 */
.price__vendor {
  display: none;
  flex-basis: auto;
}
/* 商品詳細に遷移時に、画像altの羅列が表示 */
.template-product {
  /*opacity: 0;*/
}
.template-product.visible {
  opacity: 1;
  transition: opacity 0.3s ease;
}
/* 特定商等のページ
*****************************************************************/
.shopify-policy__container {
  max-width: 840px !important;
}
.shopify-policy__body table td,
.shopify-policy__body table th {
  border: 0;
  border-bottom: 1px solid var(--color-border);
  padding: 15px 15px;
}
@media screen and (max-width: 749px) {
  .shopify-policy__body table td,
  .shopify-policy__body table th {
    padding: 10px 10px;
    font-size: 13px;
  }
  .shopify-policy__body table td p,
  .shopify-policy__body table th p {
    font-size: 13px;
  }
}
.shopify-policy__body table th {
  width: 30%;
  font-weight: 500;
  padding-left: 0;
}
.shopify-policy__body table tr:last-child td,
.shopify-policy__body table tr:last-child th {
  border-bottom: 0;
}
/* 見出し
*****************************************************************/
/* title */
.page-title {
  position: relative;
  height: auto;
  padding: 0;
  margin: 0 0 55px 0;
  font-size: 28px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  color: #0D3D74;
}
.page-title::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/navy-line.svg?v=44102273963608460281662426291') repeat-x 0 top;
  background-size: auto 3px;
}
.page-title::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/navy-line.svg?v=44102273963608460281662426291') repeat-x 0 bottom;
  background-size: auto 3px;
}
.page-title-line {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 0;
}
.page-title-line::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #0D3D74;
}
.page-title-line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 4px;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #0D3D74;
}

@media screen and (max-width: 749px) {
  .page-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .page-title-line {
    padding: 25px 0;
  }
}



/* Button
*****************************************************************/
.btn:focus,
.btn:not([disabled]):hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:focus,
.shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover {
  opacity: 1;
}
.btn,
.shopify-payment-button .shopify-payment-button__button--unbranded {
  width: 300px;
  min-width: 300px;
  height: 56px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/btn-pc-300-pink.png?v=136820010274976961381662426291') no-repeat 0 0;
  border: none;
  font-size: 15px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 56px;
  text-align: center;
  position: relative;
  color: #EF1B46;
  padding: 0;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn:focus,
.btn:not([disabled]):hover, .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover, .btn:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:focus {
  background-color: transparent !important;
  color: #EF1B46 !important;
}
.btn-more {
  width: 210px;
  min-width: 210px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/btn-pc-210-pink.png?v=112282617613485427601662426291') no-repeat 0 0;
}
.btn-send {
  width: 210px;
  min-width: 210px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/btn-send.png?v=156414823499702895011662426291') no-repeat 0 0;
}
.btn-back {
  width: 300px;
  min-width: 300px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/btn-pc-300-navy.png?v=120752461779954290241662426291') no-repeat 0 0;
  color: #0D3D74 !important;
}
.btn-back:focus {
  background-color: transparent !important;
  color: #0D3D74 !important;
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 10px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/arrow-pink-right.svg?v=182740797396075178891662426291') no-repeat center 50%;
  background-size: 6px;
  transition: right 0.3s ease;
}
.btn-back::after {
  left: 14px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 10px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/arrow-blue-right.svg?v=181623269344285461891662426291') no-repeat center 50%;
  background-size: 6px;
  transform: rotate(180deg);
  transition: left 0.3s ease;
}
.social-sharing {
  justify-content: flex-start;
}
.social-sharing::before {
  content: "シェア";
  margin-right: 10px;
  font-size: 13px;
}
.social-sharing li {
  margin: 0 0 0 10px;
}
.social-sharing li img {
  width: 25px;
}
.social-sharing .share-title {
  display: none;
}

.btn-normal {
  width: auto;
  min-width: initial;
  height: auto;
  display: inline-block;
  background: #FFF;
  border: #EF1B46 1px solid;
  border-radius: 6px;
  padding: 16px 25px;
  text-align: center;
  color: #EF1B46;
  font-size: 16px;
  line-height: 1.2;
  transition: 0.3s ease;
  text-decoration: none;
}
.btn-blue {
  border-color: #0D3D74;
  color: #0D3D74;
}
.btn-normal::after {
  display: none;
}
.btn-delete {
  width: auto;
  min-width: initial;
  height: auto;
  display: inline-block;
  background: #FFF;
  border: #0D3D74 1px solid;
  border-radius: 6px;
  padding: 16px 25px;
  text-align: center;
  color: #0D3D74;
  font-size: 16px;
  line-height: 1.2;
  transition: 0.3s ease;
  text-decoration: none;
}
.btn-delete::after {
  display: none;
}
.btn-nav-close {
  width: auto;
  min-width: initial;
  height: auto;
  display: inline-block;
  background: #FFF;
  border: #0D3D74 1px solid;
  border-radius: 6px;
  padding: 10px 25px;
  text-align: center;
  color: #0D3D74;
  font-size: 14px;
  line-height: 1.2;
  transition: 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
.btn-nav-close::after {
  display: none;
}
#customer_logout_link {
  display: inline-block;
  margin: 0 0 30px 0;
  background: #FFF;
  border: #0D3D74 1px solid;
  border-radius: 6px;
  padding: 16px 25px;
  text-align: center;
  color: #0D3D74;
  font-size: 16px;
  line-height: 1.2;
  transition: 0.3s ease;
  text-decoration: none;
}
.btn-small {
  font-size: 14px;
  padding: 12px 20px;
}
@media screen and (min-width: 750px) {
  .btn:hover {
    background-color: #FFF !important;
    color: #EF1B46 !important;
  }
  .btn:hover::after {
    right: 10px;
  }
  .btn.btn-back:not([disabled]):hover {
    color: #0D3D74 !important;
  }
  .btn-back:hover::after {
    right: auto;
    left: 10px;
  }
  .btn.btn-normal:hover {
    border: #EF1B46 1px solid;
    background: #EF1B46 !important;
    color: #FFF !important;
  }
  .btn.btn-normal.btn-blue:hover {
    border-color: #0D3D74 !important;
    background: #0D3D74 !important;
    color: #FFF !important;
  }
  .btn.btn-delete:hover {
    border: #0D3D74 1px solid;
    background: #0D3D74 !important;
    color: #FFF !important;
  }
  .btn-nav-close:hover {
    border: #0D3D74 1px solid;
    background: #0D3D74 !important;
    color: #FFF !important;
  }
  #customer_logout_link:hover {
    background: #0D3D74;
    border: #0D3D74 1px solid;
    color: #FFF;
  }

}
.button-area.center {
  text-align: center;
}

@media screen and (max-width: 749px) {
  .btn,
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    width: 250px;
    min-width: 250px;
    height: 50px;
    background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/btn-sp-250-pink.png?v=178380136866059417731662426291') no-repeat 0 0;
    font-size: 13px;
    line-height: 50px;
  }
  .btn-back {
    background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/btn-sp-250-navy.png?v=99600836571884721701662426291') no-repeat 0 0;
  }
  .btn-send {
    width: 195px;
    min-width: 195px;
    height: 46px;
    line-height: 46px;
    background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/btn-send-sp.png?v=156460717620197778821662426291') no-repeat 0 0;
  }
  .button-area .btn {
    display: block;
    max-width: 100%;
  }
  .btn-normal {
    width: auto;
    min-width: initial;
    height: auto;
    display: inline-block;
    background: #FFF;
    border: #EF1B46 1px solid;
    border-radius: 6px;
    padding: 15px 25px;
    font-size: 14px;
    text-align: center;
    color: #EF1B46;
    line-height: 1.2;
    text-decoration: none;
    transition: none;
  }
  .btn-blue {
    border-color: #0D3D74;
    color: #0D3D74;
  }
  .btn.btn-normal:hover {
    border: #EF1B46 1px solid;
    background: #FFF !important;
    color: #EF1B46 !important;
  }
  .btn.btn-normal.btn-blue:hover {
    border: #0D3D74 1px solid;
    background: #FFF !important;
    color: #0D3D74 !important;
  }
  .btn-delete {
    width: auto;
    min-width: initial;
    height: auto;
    display: inline-block;
    background: #FFF;
    border: #0D3D74 1px solid;
    border-radius: 6px;
    padding: 15px 25px;
    font-size: 14px;
    text-align: center;
    color: #0D3D74 !important;
    line-height: 1.2;
    text-decoration: none;
    transition: none;
  }
  #customer_logout_link {
    border-radius: 6px;
    padding: 15px 25px;
    font-size: 14px;
    color: #0D3D74 !important;
  }
}
@media screen and (min-width: 750px) {
  .button-area .btn {
    padding: 18px 84px;
    font-weight: bold;
    font-size: 16px;
  }
}


/* Header
*****************************************************************/
#shopify-section-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.site-nav {
  margin: 10px 20px;
  text-align: right;
}
.announcement-bar__message {
  display: block;
  padding: 0 15px;
  font-size: 13px;
  line-height: 30px;
  color: #FFF;
  font-weight: normal;
  text-align: center;
}
.header-line {
  width: 100%;
  height: 30px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/bg-denim.png?v=131346612211351475941662426291') repeat 0 0;
  text-align: center;
}
.site-header__icon {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  padding: 10px 12px 0 12px;
  height: 100%;
}
.site-header__guide {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-guide.svg?v=109894553684776188221662426291') no-repeat center 0;
  background-size: 24px;
  padding: 30px 12px 0 12px;
}
.site-header__favorite {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-heart.svg?v=94799684747866825031662426291') no-repeat center 2px;
  background-size: 24px;
  padding: 33px 12px 0 12px;
}
.site-header__account {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-user.svg?v=72204842087357673881662426291') no-repeat center 0;
  background-size: 18px;
  padding: 33px 12px 0 12px;
}
.site-header__cart {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-cart.svg?v=82400087454153590341662426291') no-repeat center 0;
  background-size: 24px;
  padding: 33px 12px 0 12px;
}
.site-header__mobile-nav {
  position: static;
  background: none;
}
/* ドロップダウンメニュー */
.pc-header-nav {
/* ヘッダに「わたしたちの想い」追加対応 add start 2024.11.14 */
  display: flex;
  justify-content: flex-end;
/* ヘッダに「わたしたちの想い」追加対応 add end 2024.11.14 */
  text-align: right;
  padding: 0 20px;
}
.pc-header-nav-li {
  display: inline-block;
  margin: 0 20px;
/*  line-height: 95px; */ /* 「わたしたちの想い」追加対応 2024.11.15 del */
  line-height: normal;    /* 「わたしたちの想い」追加対応 2024.11.15 add */
}
.pc-header-nav-li a {
  display: block;
/*  height: 100%; */  /* 「わたしたちの想い」追加対応 2024.11.15 del */
  height: auto;       /* 「わたしたちの想い」追加対応 2024.11.15 add */
}

.pc-nav-dropdown {
  cursor: pointer;
  padding: 0 20px 0 0;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/arrow-down.svg?v=32619205601292509751662426291') no-repeat right 50%;
  background-size: 10px;
  transition: color 0.3s ease;
}
.pc-nav-dropdown-menu {
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: calc(100vh - 125px);
  padding: 40px 0;
  background: #FAF8F2 url('//www.heartmarket.shop/cdn/shop/t/14/assets/bg02.png?v=161821757284234987791662426291') repeat 0 0;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease;
  z-index: -1;
  text-align: center;
  font-size: 0;
}
.js-nav-dropdown-menu.is--open {
  pointer-events: initial;
  opacity: 1;
  z-index: 10;
}
.pc-menu-block {
  display: inline-block;
  vertical-align: top;
  margin: 0 40px;
  font-size: 15px;
}
.pc-menu-block-label {
  margin: 0 0 20px 0;
  padding: 0 0 8px 0;
  border-bottom: #D2BD92 1px dashed;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.pc-nav-item-menu > li {
  min-width: 270px;
  margin: 0 0 10px 0;
  line-height: 30px;
  text-align: left;
  font-size: 15px;
  position: relative;
}
.pc-nav-item-menu-btn,
.pc-nav-item-menu-link {
  display: block;
  padding: 0 20px 0 0;
  background-image: url('//www.heartmarket.shop/cdn/shop/t/14/assets/arrow-pink-right.svg?v=182740797396075178891662426291');
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 5px;
  cursor: pointer;
}
.pc-nav-item-menu-btn::before,
.pc-nav-item-menu-link::before  {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.icon-tops::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-tops.png?v=86455818641414377841662426291') no-repeat center 50%;
  background-size: 28px;
}
.icon-tunic::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-tunic.png?v=166661741487072404741662426291') no-repeat center 50%;
  background-size: 29px;
}
.icon-onepiece::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-onepiece.png?v=41636879908551356391662426291') no-repeat center 50%;
  background-size: 19px;
}
.icon-outwear::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-outer.png?v=42221923604664004021662426291') no-repeat center 50%;
  background-size: 18px;
}
.icon-bottoms::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-bottom.png?v=173493559274922861441662426291') no-repeat center 50%;
  background-size: 15px;
}
.icon-footwear::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-foot.png?v=159671430887703899241662426291') no-repeat center 50%;
  background-size: 30px;
}
.icon-accessory::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-accessory.png?v=72147890814006651351662426291') no-repeat center 50%;
  background-size: 26px;
}

.pc-nav-menu li {
  min-width: 270px;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}
.pc-nav-menu li a {
  display: block;
  padding: 8px 20px 8px 0;
  text-decoration: none;
  background-image: url('//www.heartmarket.shop/cdn/shop/t/14/assets/arrow-pink-right.svg?v=182740797396075178891662426291');
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 5px;
}

.js-pc-nav-draw-menu {
  position: absolute;
  top: -2em;
  left: calc(100% - 15px);
  padding: 0 0 0 10px;
  margin: auto;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.js-pc-nav-draw-menu.is--open {
  pointer-events: initial;
  opacity: 1;
  z-index: 10;
}
.pc-nav-item-menu li:last-child .js-pc-nav-draw-menu {
  top: -10em;
}

.pc-nav-item-sub-menu {
  width: 500px;
  border-left: #ECE4D1 1px solid;
  border-top: #ECE4D1 1px solid;
  display: flex;
  flex-wrap: wrap;
}
.pc-nav-item-sub-menu li {
  width: 50%;
  margin: 0;
  box-shadow: 0 0 8px rgba(74,56,21,0.1);
}
.pc-nav-item-sub-menu li a {
  display: block;
  padding: 8px 15px 8px 12px;
  background-image: url('//www.heartmarket.shop/cdn/shop/t/14/assets/arrow-pink-right.svg?v=182740797396075178891662426291');
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 5px;
  background-color: #FFF;
  border: #ECE4D1 1px solid;
  border-left: none;
  border-top: none;
  text-align: left;
  line-height: 1.5;
  font-size: 13px;
  transition: color 0.3s ease, background-position 0.3s ease;
}
.pc-nav-item-sub-menu li a:hover {
  color: #EF1B46;
}

.pc-nav-item-sub-menu.has-grandchildren {
  width: 250px;
}
.pc-nav-item-sub-menu.has-grandchildren > li {
  width: 100%;
  position: relative;
}
.pc-nav-item-sub-menu.has-grandchildren .pc-nav-item-sub-menu {
  width: 400px;
}
.pc-nav-item-sub-menu.has-grandchildren .js-pc-nav-draw-menu {
  top: -1px;
  left: calc(100% - 11px);
}

.pc-menu-block .search-form__container {
  width: 340px;
}
.pc-menu-block .tag-links {
  width: 340px;
  text-align: left;
  line-height: 1.5;
}
.pc-menu-block .tag-links li {
  margin: 0 10px 10px 0;
}
.pc-menu-block .tag-links li a {
  font-size: 12px;
  background-color: transparent;
}
.pc-menu-block .search-form__container {
  background: none;
  padding: 0;
  margin-bottom: 20px;
}
.search-form__input-wrapper {
  line-height: initial;
}
.search-bar__input {
  height: 40px;
  min-height: 40px;
  border:  #F5ECD9 1px solid;
  border-radius: 20px;
  line-height: 24px;
  padding: 0px 20px;
  font-size: 14px;
}
.search-bar__submit {
  width: 80px;
  height: 40px;
  border-radius: 20px;
  background: #EF1B46;
  line-height: 40px;
  color: #FFF;
  font-size: 13px;
}
.search-bar__submit .icon {
  fill: #FFF;
}
.search-bar__submit:hover,
.search-bar__submit:focus {
  color: #FFF !important;
}
.search__submit {
  width: 80px;
  height: 46px;
  border-radius: 9999px;
  background: #EF1B46;
  line-height: 46px;
  color: #FFF;
  font-size: 13px;
  padding: 0 12px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.search__submit .icon {
  fill: #FFF;
}

.pc-nav-close {
  width: 100%;
  margin: 20px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .pc-menu-block {
    margin: 0 20px;
  }
  .pc-nav-item-menu > li {
    min-width: initial;
  }
  .pc-menu-block .search-form__container {
    width: 300px;
  }
  .pc-menu-block .tag-links {
    width: 300px;
  }
}

/* 「わたしたちの想い」追加対応 2024.11.15 add start */
/* タブレット端末（画面幅750px以上1024px以下）のみ適用 */
@media screen and (max-width: 1024px) and (min-width: 750px) {
  .pc-header-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0 20px;
  }

  .pc-header-nav-li {
    flex: 0 1 auto;
    margin: 0 10px;
    line-height: normal;
  }

  .pc-header-nav-li a {
    display: block;
    height: auto;
    white-space: normal;
  }
}
/* 「わたしたちの想い」追加対応 2024.11.15 add end */

@media screen and (min-width: 750px) {
  .site-header {
    min-width: 1024px;
    height: 95px;
    padding: 0 5%;
  }
  .site-header .logo-align--left {
    width: 120px;
  }
  .site-header .site-header__icons {
    width: 330px;
  }
  .site-header__icons-wrapper {
    align-items: stretch;
  }
  .site-header__icons-wrapper::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #B4BFCE;
  }
  .site-header #AccessibleNav {
    width: 70%;
  }
  .site-header__logo {
    margin: 0;
    vertical-align: middle;
    height: 95px;
  }
  .site-header__logo-image {
    width: 100%;
    display: inline-block;
    background: none;
  }
  .site-header__logo-image img {
    display: inline-block;
    margin-top: 22px;
    width: 100%;
  }
  .is--current .pc-nav-dropdown {
    color: #EF1B46;
  }
  .js-pc-nav-drawer.is--current .pc-nav-item-menu-btn {
    color: #EF1B46;
  }
  .sp-nav-wrapper,
  .sp-itemsearch-wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  .header-line {
    height: 22px;
  }
  .site-header {
    width: 100%;
    height: 50px;
    padding: 8px 5% 0 5%;
    position: relative;
  }
  .site-header__logo {
    padding: 0;
    margin: 0;
  }
  .site-header__logo-image img {
    width: auto;
    height: 30px;
  }
  .announcement-bar__message {
    font-size: 11px;
    line-height: 22px;
  }
  .site-header__guide,
  .site-header__favorite,
  .site-header__account {
    display: none;
  }
  .site-header__icons {
    padding: 0 calc(5% + 45px) 0 0;
  }
  .site-header__icons .site-header__cart {
    width: 32px;
    height: 32px;
    background-size: 28px;
    background-position: center 50%;
    padding: 0;
    margin-right: 0;
  }
  .site-header__menu {
    width: 32px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 5%;
    top: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #091E3E !important;
    transition: top 0.45s ease;
  }
  .site-header__menu .icon {
    width: 32px;
    height: auto;
  }
  .site-header__cart_text {
    display: none;
  }
  .sp-nav-mymenu .site-header__cart_text {
    display: inline-block;
    position: relative;
  }
  .sp-nav-mymenu .site-header__cart-count {
    left: -1.8em;
    right: auto;
    top: 0.5em;
  }

  .site-header__menu .sp-nav-open,
  .site-header__menu::before,
  .site-header__menu::after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 14px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 32px;
    height: 2px;
    margin: 0 auto;
    background: #091E3E;
  }
  .site-header__menu .font-eng {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }

  .site-header__menu .sp-nav-open {
    opacity: 1;
    transition: opacity 150ms 50ms;
  }
  .site-header__menu::before {
    z-index: 2;
    transform: translate(0, -10px);
    content: "";
  }
  .site-header__menu::after {
    z-index: 2;
    transform: translate(0, 10px);
    content: "";
  }
  .site-header__menu::before,
  .site-header__menu::after {
    transition: transform 200ms;
  }


  .sp-nav-close {
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    border: #0D3D74 1px solid;
    border-radius: 18px;
    background: #FFF;
    position: absolute;
    right: 5%;
    top: 22px;
    color: #091E3E !important;
    transition: top 0.45s ease;
  }
  .sp-nav-close::before,
  .sp-nav-close::after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 14px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 35px;
    height: 2px;
    margin: 0 auto;
    background: #091E3E;
  }
  .sp-nav-close::after {
    width: 20px;
    top: 15px;
    transform: rotate(-45deg);
  }
  .sp-nav-close::before {
    width: 20px;
    top: 15px;
    transform: rotate(45deg);
  }

  .pc-header-nav {
    display: none;
  }

  /* スマホヘッダナビ */
  .sp-nav-wrapper,
  .sp-itemsearch-wrapper {
    opacity: 0;
    display: block;
    transition: opacity 0.3s ease-out;
    background: #FAF8F2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 75px 0;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
  }
  .sp-nav-wrapper.is--open,
  .sp-itemsearch-wrapper.is--open {
    position: fixed;
    pointer-events: initial;
    visibility: visible;
    z-index: 20;
    opacity: 1;
  }
  .sp-itemsearch-wrapper {
    padding: 75px 0;
  }
  .sp-nav-mymenu {
    width: 90%;
    margin: 0 auto 20px auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sp-nav-mymenu li {
    width: calc(50% - 8px);
    margin: 0 0 12px 0;
  }
  .sp-nav-mymenu li a {
    display: block;
    height: 45px;
    line-height: 43px;
    border: #0D3D74 1px solid;
    border-radius: 5px;
    background: none;
    font-size: 12px;
    color: #091E3E;
    text-align: center;
    position: relative;
  }
  .sp-nav-mymenu li a.site-header__guide {
    padding: 0;
  }
  .sp-nav-mymenu li a.site-header__favorite {
    padding: 0;
  }
  .sp-nav-mymenu li a.site-header__account {
    padding: 0;
  }
  .sp-nav-mymenu li a.site-header__cart {
    padding: 0;
  }

  .sp-nav-mymenu li a::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
  }
  .sp-nav-mymenu li a.site-header__guide::before {
    width: 24px;
    height: 24px;
    background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-guide.svg?v=109894553684776188221662426291') no-repeat center 50%;
    background-size: 24px;
    margin-right: 8px;
  }
  .sp-nav-mymenu li a.site-header__favorite::before {
    width: 24px;
    height: 24px;
    background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-heart.svg?v=94799684747866825031662426291') no-repeat center 50%;
    background-size: 22px;
    margin-right: 8px;
  }
  .sp-nav-mymenu li a.site-header__account::before {
    width: 24px;
    height: 24px;
    background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-user.svg?v=72204842087357673881662426291') no-repeat center 50%;
    background-size: 18px;
    margin-right: 8px;
  }
  .sp-nav-mymenu li a.site-header__cart::before {
    width: 24px;
    height: 24px;
    background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-cart.svg?v=82400087454153590341662426291') no-repeat center 50%;
    background-size: 20px;
    margin-right: 10px;
    margin-left: -10px;
  }


  .sp-nav-menu-lable {
    padding: 16px 5%;
    background: #FFF;
    border-top: #F5ECD9 1px solid;
    border-bottom: #F5ECD9 1px solid;
    text-align: left;
    font-size: 14px;
    color: #091E3E;
    line-height: 1.5;
  }
  .sp-nav-item-menu-btn,
  .sp-nav-item-menu-link {
    display: block;
    padding: 0 5%;
    background-image: url('//www.heartmarket.shop/cdn/shop/t/14/assets/arrow-pink-right.svg?v=182740797396075178891662426291');
    background-repeat: no-repeat;
    background-position: right calc(5% + 5px) top 50%;
    background-size: 5px;
    cursor: pointer;
    line-height: 48px;
    text-align: left;
  }
  .sp-nav-item-menu-link {
    background: none;
  }
  .sp-nav-item-menu-btn::before,
  .sp-nav-item-menu-link::before  {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 48px;
    margin-right: 10px;
  }
  .sp-nav-item-menu .sp-nav-item-menu .sp-nav-item-menu-btn::before,
  .sp-nav-item-menu .sp-nav-item-menu .sp-nav-item-menu-link::before  {
    display: none;
  }
  .is--grand_open > .draw-menu-label {
    display: none;
  }
  .icon-tops::before {
    background-size: 27px;
  }
  .icon-tunic::before {
    background-size: 27px;
  }
  .icon-onepiece::before {
    background-size: 21px;
  }
  .icon-outwear::before {
    background-size: 18px;
  }
  .icon-bottoms::before {
    background-size: 17px;
  }
  .icon-footwear::before {
    background-size: 30px;
  }
  .icon-accessory::before {
    background-size: 26px;
  }
  .js-sp-nav-toggle-menu {
    display: none;
  }
  .sp-nav-menu-lable-link,
  .sp-nav-menu-lable.js-sp-nav-toggle {
    padding: 16px 5%;
    background-color: #FFF;
    background-image: url('//www.heartmarket.shop/cdn/shop/t/14/assets/arrow-pink-right.svg?v=182740797396075178891662426291');
    background-repeat: no-repeat;
    background-position: right calc(5% + 5px) top 50%;
    background-size: 5px;
    cursor: pointer;
    border-top: #F5ECD9 1px solid;
    border-bottom: #F5ECD9 1px solid;
    text-align: left;
    font-size: 14px;
    color: #091E3E;
    line-height: 1.5;
  }
  .sp-nav-menu-lable.js-sp-nav-toggle {
    border-bottom: none;
  }
  .sp-nav-menu-lable.js-sp-nav-toggle.is--open {
    background-image: none;
    border-bottom: #F5ECD9 1px solid;
  }
  .sp-nav-menu-lable-link + .sp-nav-menu-lable-link {
    border-top: none;
  }
  .sp-nav-menu {
    padding: 5px 5%;
  }
  .sp-nav-menu li a {
    display: block;
    padding: 0 0 0 5px;
    background-image: url('//www.heartmarket.shop/cdn/shop/t/14/assets/arrow-pink-right.svg?v=182740797396075178891662426291');
    background-repeat: no-repeat;
    background-position: right 5px top 50%;
    background-size: 5px;
    cursor: pointer;
    line-height: 40px;
    text-align: left;
    font-size: 14px;
    color: #091E3E;
  }
  .sp-nav-sns {
    margin: 30px auto;
    padding: 0 5%;
    text-align: center;
  }
  .sp-nav-sns-label {
    text-align: center;
    font-size: 11px;
    line-height: 1.5;
    color: #091E3E;
  }
  .sp-nav-sns-icons li {
    display: inline-block;
    margin: 0 10px;
  }

  .js-sp-nav-draw-wrapper {
    position: relative;
    transition: transform 0.3s ease-out;
    transform: translateX(0);
  }
  .js-sp-nav-draw-wrapper.is--open {
    transform: translateX(-100%);
  }
  .js-sp-nav-draw-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease-out;
    transform: translateX(100%);
  }
  .js-sp-nav-draw-menu.is--open {
    pointer-events: initial;
    z-index: 20;
    opacity: 1;
  }
  .draw-menu-label {
    padding: 0;
    background-color: #FFF;
    border-top: #F5ECD9 1px solid;
    border-bottom: #F5ECD9 1px solid;
    text-align: left;
  }
  .draw-menu-back {
    -webkit-appearance:  none;
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: 53px;
    border:  none;
    background-color: transparent;
    background-image: url('//www.heartmarket.shop/cdn/shop/t/14/assets/arrow-pink-right.svg?v=182740797396075178891662426291');
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: 9px;
    cursor: pointer;
  }
  .draw-menu-label-text {
    display: inline-block;
    vertical-align: middle;
    border-left: #F5ECD9 1px solid;
    line-height: 53px;
    padding: 0 0 0 15px;
    font-size: 14px;
    font-weight: bold;
    color: #091E3E;
  }

  .sp-itemsearch-wrapper .search-form__container {
    margin: 20px auto;
  }
  .sp-itemsearch-wrapper .tag-links {
    margin-bottom: 20px;
  }

}

/* ヘッダに「わたしたちの想い」追加対応 add start 2024.11.14 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc-header-nav {
    flex-wrap: wrap; /* 子要素が折り返すように設定 */
    justify-content: center; /* メニューを中央揃えにする */
  }
  
  .pc-header-nav-li {
    flex: 1 1 45%; /* 各メニュー項目の幅を調整 */
    box-sizing: border-box; /* パディングやボーダーを含めて幅を計算 */
    margin: 5px; /* 間隔を調整 */
  }

  .pc-header-nav-li a {
    white-space: normal; /* テキストの折り返しを許可 */
    text-align: center; /* テキストを中央揃え */
    font-size: 14px; /* フォントサイズを調整 */
    line-height: 1.2; /* 行間を調整 */
  }
}
/* ヘッダに「わたしたちの想い」追加対応 add end 2024.11.14 */

.site-nav__link--active {
  color: #0A5191;
}
.site-nav__link--active .site-nav__label {
  border-bottom: none !important;
}
.site-header__cart-count {
  right: .2em;
  top: 0.6em;
  background: #FF0033;
  min-width: 1.5em;
  height: 1.5em;
}
.site-header__cart-count span {
  font-size: calc(12em / 16);
}
div#appikon-notification-bar {
  background-color: #00a9b6 !important;
}
.site-nav__label {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.site-nav > li .site-nav__link--main .site-nav__label::after {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
}
.site-nav > li .site-nav__childlist-item .site-nav__label {
  font-weight: normal;
}
.site-nav > li .site-nav__childlist-item .site-nav__label::after {
  display: none;
}

.site-nav__child-link--parent {
  font-weight: bold;
}

.page-container {
  position: relative;
  top: 125px;
  transform: none !important;
}

@media only screen and (max-width: 749px) {
  .site-header__cart-count {
    right: -0.2em;
    top: -0.2em;
  }
  .page-container {
    top: 75px;
  }
}

.js-toggle-mb-submenu::after {
  display: block;
  content: '';
  background-color: #666;
  position: absolute;
  width: 13px !important;
  height: 1px !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 10px !important;
  margin: auto !important;
  border: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.js-toggle-mb-submenu::before {
  display: block;
  content: '';
  background-color: #333;
  position: absolute;
  width: 1px !important;
  height: 13px !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 16px !important;
  margin: auto !important;
  border: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.js-toggle-mb-submenu.is-active::before {
  display: none !important;
}
.mobile-nav li:last-child {
  border-bottom: 1px solid var(--color-border);
}

/* Footer
*****************************************************************/
.site-footer {
  padding: 0;
  margin-top: 30px;
}
.footer-guide {
  background: #FFF;
  border-radius: 35px 35px 0 0;
  padding: 40px 0 30px 0;
}
.footer-guide-wrap {
  max-width: 1740px;
  padding: 0 70px 20px 70px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .footer-guide-wrap {
    padding: 0 5% 20px 5%;
  }
}
.footer-guide-link {
  max-width: 1740px;
  padding: 0 70px;
  text-align: right;
  font-weight: bold;
  font-size: 13px;
  position: relative;
}
.footer-guide-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: #E4D4B9 1px dashed;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 15px auto;
}
.footer-guide-block {
  width: 32%;
  font-size: 14px;
}
.footer-guide-block p {
  margin-bottom: 10px;
}
.footer-guide-subhead {
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-guide-head {
  margin: 0 0 20px 0;
  padding: 2px 0 10px 40px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/line.png?v=168628798146164591061662426291') no-repeat 0 bottom;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #0D3D74;
  position: relative;
}
.footer-guide-shipment::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-truck.png?v=3196561487650883341662426291') no-repeat 0 50%;
  background-size: 28px;
  position: absolute;
  top: 0;
  left: 3px;
}
.footer-guide-delivery::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-time.png?v=77758459925873496901662426291') no-repeat 0 50%;
  background-size: 28px;
  position: absolute;
  top: 0;
  left: 3px;
}
.footer-guide-payment::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-cash.png?v=55646211185747455331662426291') no-repeat 0 50%;
  background-size: 28px;
  position: absolute;
  top: 0;
  left: 3px;
}
.footer-wrap {
  width: 100%;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/bg-denim.png?v=131346612211351475941662426291') repeat 0 0;
  padding: 50px 0;
  border-bottom: #EF1B46 3px solid;
  color: #FFF;
}
.site-footer__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-logo {
  display: block;
  width: 180px;
  margin-bottom: 40px;
}
.footer-copyright {
  font-size: 12px;
}
.footer-sns {
  display: flex;
  align-items: center;
  margin: 0;
}
.footer-sns-label {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
}
.social-icons__item {
  padding: 0 8px;
}
.social-icons__item img {
  width: 30px;
}
.footer-nav {
  display: flex;
  justify-content: flex-end;
}
.site-footer h4,
.site-footer .h4 {
  font-size: 12px;
  margin-bottom: 0;
  color: #FFF;
  line-height: 1.5;
}
.site-footer__linklist-item a {
  color: #FFF;
  font-size: 14px;
}
.site-footer__newsletter {
  margin-top: 10px;
  color: #FFF;
}
.site-footer__newsletter-error {
  color: #FFF;
}
.site-footer__item {
  width: auto;
  margin-bottom: 0;
  justify-content: flex-end;
  flex: none;
}
.site-footer__item:last-of-type {
  flex: none;
  padding-left: 30px;
}
.site-footer__item--one-quarter {
  padding-left: 30px;
  flex: none;
}

.site-footer__item-inner--newsletter {
  padding-top: 2px;
}
.site-footer__item-inner--newsletter .input-group {
  width: 320px;
  display: block;
  position: relative;
}

.site-footer__item-inner--newsletter .newsletter__input {
  width: 320px;
  height: 40px;
  min-height: initial;
  position: relative;
  border: #D5BEBB 1px solid;
  border-radius: 20px;
}
.newsletter__submit {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 20px;
  background: #EF1B46 url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-mail.svg?v=103055430113213187501662426291') no-repeat center 50%;
  background-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.pagetop {
  width: 65px;
  height: 65px;
  padding: 22px 0 0 0;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: #EBDCBD url('//www.heartmarket.shop/cdn/shop/t/14/assets/arrow-up.svg?v=173385668310387881381662426291') no-repeat center 15px;
  background-size: 8px;
  border-radius: 10px 0 0 10px;
  z-index: 5;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #FF0033;
  line-height: 1.0;
  font-family: 'Tajawal', sans-serif;
  cursor: pointer;
}
.sp-item-search-btn {
  display: none;
}
.footer-child-menu {
  margin-top: 5px;
}
.footer-child-menu li {
  padding: 0 0 5px 12px;
  position: relative;
}
.footer-child-menu li::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #FFF;
}
.footer-logo-wrap {
  margin-bottom: 30px;
}

@media screen and (max-width: 749px) {
  .footer-guide {
    border-radius: 25px 25px 0 0;
    padding: 30px 0;
  }
  .footer-guide-wrap {
    padding: 0 5%;
    display: block;
  }
  .footer-guide-link {
    padding: 0 5%;
    font-size: 12px;
  }
  .footer-guide-block {
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .footer-guide-block p {
    margin-bottom: 10px;
  }
  .footer-guide-subhead {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .footer-guide-head {
    margin: 0 0 20px 0;
    padding: 2px 0 10px 40px;
    font-size: 15px;
  }
  .site-footer__payment-icons {
    float: none;
  }
  .site-footer__icon-list {
    padding: 0;
  }
  .footer-wrap {
    width: 100%;
    padding: 30px 0 20px 0;
  }
  .site-footer__content {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
  .footer-logo-wrap {
    margin: 0 auto;
  }
  .footer-logo {
    display: block;
    width: 150px;
    margin: 0 auto 30px auto;
  }
  .footer-copyright {
    font-size: 12px;
  }
  .footer-sns {
    display: flex;
    align-items: center;
    margin: 0 auto 20px auto;
    padding: 0 0 20px 0;
    border-bottom: #305681 1px dashed;
  }
  .footer-sns-label {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
  }
  .social-icons__item {
    padding: 0 8px;
  }
  .social-icons__item img {
    width: 30px;
  }
  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
  }
  .site-footer h4,
  .site-footer .h4 {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .site-footer__linklist-item {
    padding: 0 0 5px 0;
  }
  .site-footer__linklist-item a {
    color: #FFF;
    font-size: 12px;
  }
  .site-footer__newsletter {
    color: #FFF;
  }
  .site-footer__item {
    flex-basis: 50%;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .site-footer__item:nth-of-type(1) {
    order: 2;
  }
  .site-footer__item:nth-of-type(2) {
    order: 3;
  }
  .site-footer__item:last-of-type {
    order: 1;
    flex-basis: 100%;
    padding: 0;
  }
  .site-footer__item--one-quarter {
  }
  .site-footer__item-inner--newsletter .input-group {
    width: 100%;
    display: block;
    position: relative;
  }
  .site-footer__item-inner--newsletter .newsletter__input {
    width: 100%;
    height: 40px;
    min-height: initial;
    position: relative;
    border: #D5BEBB 1px solid;
    border-radius: 20px;
  }
  .newsletter__submit {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 20px;
    background: #EF1B46 url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-mail.svg?v=103055430113213187501662426291') no-repeat center 50%;
    background-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .pagetop {
    width: 60px;
    height: 60px;
    padding: 22px 0 0 0;
    background-position: center 12px;
    right: 0;
    bottom: 50px;
    z-index: 10;
    font-size: 13px;
  }
  .sp-item-search-btn {
    display: block;
    width: 68px;
    position: fixed;
    z-index: 12;
    left: 4%;
    bottom: 15px;
  }
  .sp-item-search-btn img {
    display: block;
    filter: drop-shadow(0 0 6px rgba(87,31,23,0.2));
  }
  .footer-child-menu li::before {
    top: 8px;
  }
}


/* Top Page
*****************************************************************/
/* MV */
.mv-slide {
  margin: 0 12px;
  max-width: 1000px;
}
.slideshow {
  padding-bottom: 20px;
}

@media screen and (max-width: 749px) {
  .mv-slide {
    width: 100vw !important;
    margin: 0;
  }
}

/* TOP背景 */
.sec-wrap {
  padding: 65px 0;
  margin-top: -95px;
}
[class*="index-section--flush"]:first-child {
  margin-top: 0;
}
.main-content .shopify-section:nth-of-type(odd) .sec-wrap {
  background: #FAF8F2;
  border-radius: 35px 35px 0 0;
  margin-top: -95px;
}

/*
.sec-news {
  margin-top: -95px;
}
.sec-recently {
  background: #FFF;
  border-radius: 35px 35px 0 0;
  margin-top: -95px;
}
.sec-newarrival {
  background: #FAF8F2;
  border-radius: 35px 35px 0 0;
  margin-top: -125px;
}
.sec-ranking {
  background: #FFF;
  border-radius: 35px 35px 0 0;
  margin-top: -125px;
}
.sec-staff {
  border-radius: 35px 35px 0 0;
  margin-top: -95px;
}
.sec-campaign {
  border-radius: 35px 35px 0 0;
  margin-top: -95px;
}
.sec-itemcategory {
  background: #FFFFFF;
  border-radius: 35px 35px 0 0;
  margin-top: -95px;
}
.sec-feature {
  background: #FAF8F2;
  border-radius: 35px 35px 0 0;
  margin-top: -95px;
}
.sec-instagram {
  border-radius: 35px 35px 0 0;
  margin-top: 0;
}
.sec-sns-movies {
  background: #FAF8F2;
  border-radius: 35px 35px 0 0;
  margin-top: 0;
}
.sec-heartmarket {
  border-radius: 35px 35px 0 0;
  margin-top: -95px;
}
*/
@media screen and (max-width: 749px) {
  .index-section {
    padding: 0 0 35px 0;
  }

  .index-section--slideshow{
    padding: 0 0 0px 0;
  }
  .sec-wrap {
    padding: 45px 0;
    margin-top: -35px;
  }
  .sec-wrap .page-width {
    padding-left: 0;
    padding-right: 0;
  }
  .sec-wrap.sec-newarrival .page-width,
  .sec-wrap.sec-feature .page-width,
  .sec-wrap.sec-news .page-width,
  .sec-wrap.sec-sns-movies .page-width,
  .sec-wrap.sec-heartmarket .page-width {
    padding-left: 5%;
    padding-right: 5%;
  }
  .main-content .shopify-section:nth-of-type(odd) .sec-wrap {
    border-radius: 25px 25px 0 0;
    margin-top: -35px;
  }



/*
  .sec-recently {
    margin-top: -35px;
  }
  .sec-newarrival {
    padding-bottom: 75px;
  }
  .sec-ranking {
    margin-top: -60px;
  }
  .sec-news {
    margin-top: -70px;
  }
  .sec-recently {
    border-radius: 25px 25px 0 0;
    margin-top: -35px;
  }
  .sec-newarrival {
    border-radius: 25px 25px 0 0;
    padding-bottom: 75px;
    margin-top: -60px;
  }
  .sec-ranking {
    border-radius: 25px 25px 0 0;
    margin-top: -60px;
  }
  .sec-staff {
    border-radius: 25px 25px 0 0;
    margin-top: -35px;
  }
  .sec-campaign {
    border-radius: 25px 25px 0 0;
    margin-top: -35px;
  }
  .sec-itemcategory {
    border-radius: 25px 25px 0 0;
    margin-top: -35px;
  }
  .sec-feature {
    border-radius: 25px 25px 0 0;
    margin-top: -35px;
  }
  .sec-instagram {
    border-radius: 25px 25px 0 0;
    margin-top: 0;
  }
  .sec-sns-movies {
    border-radius: 25px 25px 0 0;
    margin-top: 0;
  }
  .sec-heartmarket {
    border-radius: 25px 25px 0 0;
    margin-top: -35px;
  }
*/
}

/* TOP見出し */
.section-header {
  margin: 0 0 25px 0;
}
.top-sec-header {
  text-align: center;
}
.sec-news .top-sec-header {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/title-news.png?v=61838509718442483411662426291') no-repeat center 0;
  background-size: 115px;
  padding: 52px 0 0 0;
}
.sec-recently .top-sec-header {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/title-recently.png?v=168013940408114259721662426291') no-repeat center 0;
  background-size: 480px;
  padding: 60px 0 0 0;
}
.sec-ranking .top-sec-header {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/title-ranking.png?v=45002574351454738571662426291') no-repeat center 0;
  background-size: 166px;
  padding: 60px 0 0 0;
}
.sec-newarrival .top-sec-header {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/title-newarrival.png?v=30012307346858696971662426291') no-repeat center 0;
  background-size: 245px;
  padding: 52px 0 0 0;
}
.sec-staff .top-sec-header {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/title-staff.png?v=138545887613683408581662426291') no-repeat center 0;
  background-size: 219px;
  padding: 59px 0 0 0;
}
.sec-campaign .top-sec-header {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/title-campaign.png?v=118891056540242818971662426291') no-repeat center 0;
  background-size: 210px;
  padding: 60px 0 0 0;
}
.sec-itemcategory .top-sec-header {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/title-itemcategory.png?v=69409481773310892121662426291') no-repeat center 0;
  background-size: 305px;
  padding: 59px 0 0 0;
}
.sec-feature .top-sec-header {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/title-feature.png?v=84422506264306034491662426291') no-repeat center 0;
  background-size: 165px;
  padding: 51px 0 0 0;
}
.sec-instagram .top-sec-header {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/title-instagram.png?v=165152830277519590071662426291') no-repeat center 0;
  background-size: 216px;
  padding: 59px 0 0 0;
}
.sec-youtube .top-sec-header {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/title-youtube.png?v=176084688201384271541662426291') no-repeat center 0;
  background-size: 184px;
  padding: 46px 0 0 0;
  margin: 0;
}
.sec-tiktok .top-sec-header {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/title-tiktok.png?v=33464300630320377061662426291') no-repeat center 0;
  background-size: 144px;
  padding: 46px 0 0 0;
  margin: 0;
}
.sec-heartmarket .top-sec-header {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/title-heartmarket.png?v=38503634086648329481662426291') no-repeat center 0;
  background-size: 328px;
  padding: 52px 0 0 0;
}



.top-sec-header-title {
  display: inline-block;
  position: relative;
  height: 35px;
  border-top: #0D3D74 1px solid;
  border-bottom: #0D3D74 1px solid;
  font-size: 14px;
  line-height: 33px;
  font-weight: bold;
  text-align: center;
  color: #0D3D74;
}
.top-sec-header-title::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: 3px;
  top: -4px;
  left: 0;
  right: 0;
  margin: auto;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/navy-line.svg?v=44102273963608460281662426291') repeat-x center top;
}
.top-sec-header-title::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: 3px;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/navy-line.svg?v=44102273963608460281662426291') repeat-x center bottom;
}
.header-title-line {
  position: relative;
  display: inline-block;
  padding: 0 12px;
}
.header-title-line::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #EF1B46;
}
.header-title-line::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #EF1B46;
}


.lead-text {
  text-align: center;
  margin: 0 0 30px 0;
  color: #0D3D74;
}

@media screen and (max-width: 749px) {
  .sec-recently .top-sec-header {
    background-size: 290px;
    padding: 40px 0 0 0;
  }
  .sec-ranking .top-sec-header {
    background-size: 115px;
    padding: 40px 0 0 0;
  }
  .sec-news .top-sec-header {
    background-size: 80px;
    padding: 40px 0 0 0;
  }
  .sec-newarrival .top-sec-header {
    background-size: 172px;
    padding: 35px 0 0 0;
  }
  .sec-staff .top-sec-header {
    background-size: 153px;
    padding: 40px 0 0 0;
  }
  .sec-campaign .top-sec-header {
    background-size: 143px;
    padding: 40px 0 0 0;
  }
  .sec-itemcategory .top-sec-header {
    background-size: 210px;
    padding: 40px 0 0 0;
  }
  .sec-feature .top-sec-header {
    background-size: 120px;
    padding: 40px 0 0 0;
  }
  .sec-instagram .top-sec-header {
    background-size: 150px;
    padding: 48px 0 0 0;
  }
  .sec-youtube .top-sec-header {
    background-size: 138px;
    padding: 46px 0 0 0;
    margin: 0;
  }
  .sec-tiktok .top-sec-header {
    background-size: 108px;
    padding: 46px 0 0 0;
    margin: 0;
  }
  .sec-heartmarket .top-sec-header {
    background-size: 230px;
    padding: 35px 0 0 0;
  }

  .section-header {
    margin-bottom: 0;
  }
  .top-sec-header-title {
    height: 28px;
    font-size: 12px;
    line-height: 26px;
  }
  .header-title-line {
    min-width: 130px;
  }
  .lead-text {
    font-size: 13px;
  }



  .h-img img {
    width: auto;
    height: 30px;
    transform: scale(1);
    transform-origin: left top;
  }
}


/* News */
.list--blog {
  max-width: 960px;
  margin: 0 auto;
}
.list--item {
  border-bottom: #EEE3CC 1px solid;
}
.list--item a {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 20px 0;
  text-decoration: none;
  font-size: 14px;
}
.list--item .article__date {
  margin:0 50px 0 0;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .list--item a {
    display: block;
    padding: 15px 0;
    font-size: 12px;
  }
  .list--item .article__date {
    display: block;
    margin: 0 0 5px 0;
    font-size: 11px;
  }
}


/* TOP最近見た商品 */
.sec-recently .evm_wiser_heading {
  display: none !important;
}
.sec-recently .evm-wscontainer {
  width: 100%;
  max-width: initial;
  margin: 0 auto;
  padding: 0;
}

.recently-viewed .slick-prev,
.recently-viewed .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 5;
}
.recently-viewed .slick-prev,
.recently-viewed .slick-prev:hover,
.recently-viewed .slick-prev:focus {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/btn-prev.png?v=116182615443403267831662426291') no-repeat 0 0;
}
.recently-viewed .slick-next,
.recently-viewed .slick-next:hover,
.recently-viewed .slick-next:focus {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/btn-next.png?v=18909887655952686981662426291') no-repeat 0 0;
}

.recently-viewed .slick-next:before,
.recently-viewed .slick-prev:before {
  display: none;
}
.recently-viewed .slick-slide {
  margin: 0 10px;
}


#presets4 .ws-box-wrapper {
  float: left;
  padding: 0 0 0 2%;
}

#presets4 .evm-ws-card {
  width: 100%;
  float: left;
  display: block;
  background: 0 0;
  border: none;
  border-radius: 0;
  margin: 0;
}
#presets4 .ws-card__title {
  margin: 0 0 10px 0;
  padding: 0;
  color: #091e3e !important;
  font-size: 13px !important;
  text-align: left !important;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
#presets4 .ws-card__price {
  display: block;
  color: #3b3f67;
  font-size: 12px !important;
  text-align: left !important;
  font-weight: 400;
  margin: 10px 0;
}
#presets4 .ws-compare-original-price {
    text-decoration: line-through;
    color: #ff5c5c;
}
#presets4 .ws-original-price {
  display: block;
  font-weight: bold;
}
#presets4 .ws-compare-original-price + .ws-original-price {
  color: #EF1B46 !important;
}

#presets4 .ws-card_image_container {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
#presets4 .ws-card_image_container::after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border:  #FFF 1px solid;
  border-radius: 8px;
  position: absolute;
  top: 5px;
  left: 5px;
}
#presets4 .ws-card_image_container .ws-card__background-image {
  margin: 0;
  padding-top: 130%;
  background-size: 100% !important;
}
.evm-ws-card .spr-badge {
  display: none;
}

@media screen and (min-width: 750px) {
  #presets4.evm-wsrow {
    justify-content: flex-start;
  }
  #presets4.evm-wsrow.slick-slider {
    display: block;
  }
  #presets4.evm-wsrow.slick-slider .slick-track {
    margin-left: 0;
  }
  #presets4 .ws-card_image_container .ws-card__background-image  {
    transition: transform 0.3s ease;
  }
  #presets4 .ws-card_image_container:hover .ws-card__background-image {
    transform: scale(1.1);
  }
  #presets4 .ws-box-wrapper {
    width: 20%;
  }
}

@media screen and (max-width: 749px) {
  .sec-recently .evm-wscontainer {
  }
  #presets4.evm-wsrow {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  #presets4 .ws-box-wrapper {
    width: 27vw;
    min-width: 27vw;
    max-width: initial;
    margin: 0 2vw 20px 0;
    padding: 0;
  }
  #presets4 .ws-card__title {
    font-size: 11px !important;
  }
  #presets4 .ws-card__price {
    line-height: 0;
  }
  #presets4 .ws-compare-original-price {
    font-size: 12px !important;
    line-height: 13px;
    display: block;
    line-height: 1.2;
  }
  #presets4 .ws-original-price,
  #presets4 .ws-compare-original-price + .ws-original-price {
    font-size: 15px !important;
    line-height: 13px;
    display: block;
    line-height: 1.2;
  }

  #presets4 .ws-card_image_container {
    border-radius: 5px;
    margin-bottom: 5px;
  }
  #presets4 .ws-card_image_container::after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 5px;
    top: 3px;
    left: 3px;
  }
  #presets4 .ws-card_image_container .ws-card__background-image {
    padding-top: 130%;
  }

}





/* New Arrival */
.sec-newarrival .grid--view-items {
  overflow: visible;
}
@media screen and (max-width: 749px) {
  .sec-newarrival .grid__item {
    width: calc(100% / 3 - 20px / 3);
    margin:  0 10px 0 0;
    padding: 0;
  }
  .sec-newarrival .grid__item:nth-of-type(3n) {
    margin:  0 0 0 0;
    clear: none;
  }
  .sec-newarrival .grid-view-item {
    margin-bottom: 0;
  }
  .sec-newarrival .grid__item:nth-of-type(4),
  .sec-newarrival .grid__item:nth-of-type(5),
  .sec-newarrival .grid__item:nth-of-type(6),
  .sec-newarrival .grid__item:nth-of-type(7),
  .sec-newarrival .grid__item:nth-of-type(8),
  .sec-newarrival .grid__item:nth-of-type(9),
  .sec-newarrival .grid__item:nth-of-type(10),
  .sec-newarrival .grid__item:nth-of-type(11),
  .sec-newarrival .grid__item:nth-of-type(12),
  .sec-newarrival .grid__item:nth-of-type(13),
  .sec-newarrival .grid__item:nth-of-type(14),
  .sec-newarrival .grid__item:nth-of-type(15) {
    display: none;
  }
  .sec-newarrival .grid__item .product-card__title {
    font-size: 11px;
  }
  .sec-newarrival .grid {
    margin-left: 0;
  }
  .grid--view-items {
    overflow: visible;
    overflow-x: auto;
    margin-bottom: 0;
  }
  .grid--view-items .product-card.grid-view-item {
    margin: 0 !important;
  }
}


/* ランキング */
.ranking-list {
  overflow: visible;
  overflow-x: auto;
  display: flex;
  flex-wrap: wrap;
}
.ranking-list .grid__item {
  float: none;
}
.tabs {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 30px 0;
}
.tab-btn {
  flex-grow: 1;
  height: 55px;
  margin: 0;
  border: #D1BA8F 1px solid;
  border-radius: 15px 15px 0 0;
  background: #FDFBF7;
  position: relative;
  font-size: 14px;
  line-height: 55px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.tab-btn.is-active {
  background: #FFF;
  border-bottom: transparent 1px solid;
  color: #EF1B46;
}
.tab-btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 55px;
  margin-right: 10px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-heart.png?v=168458189344031247431662426291') no-repeat center 50%;
  background-size: 20px;
}
.tabs .slick-slide:nth-child(2) .tab-btn::before {
  width: 28px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-tops.png?v=86455818641414377841662426291') no-repeat center 50%;
  background-size: 28px;
}
.tabs .slick-slide:nth-child(3) .tab-btn::before {
  width: 29px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-tunic.png?v=166661741487072404741662426291') no-repeat center 50%;
  background-size: 29px;
}
.tabs .slick-slide:nth-child(4) .tab-btn::before {
  width: 19px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-onepiece.png?v=41636879908551356391662426291') no-repeat center 50%;
  background-size: 19px;
}
.tabs .slick-slide:nth-child(5) .tab-btn::before {
  width: 18px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-outer.png?v=42221923604664004021662426291') no-repeat center 50%;
  background-size: 18px;
}
.tabs .slick-slide:nth-child(6) .tab-btn::before {
  width: 15px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-bottom.png?v=173493559274922861441662426291') no-repeat center 50%;
  background-size: 15px;
}
.tab-panel {
    display:none;
}
.tab-panel.is-show {
    display:block;
}
.ranking-list > li {
  margin-bottom: 20px;
  position: relative;
}
.ranking-list > li::before {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 8px;
  left: 32px;
  z-index: 10;
}
.ranking-list > li:first-child::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-no1.png?v=176094552030426309821662426291') no-repeat 54% top;
  background-size: 36px;
}
.ranking-list > li:nth-child(2)::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-no2.png?v=181931553240194333021662426291') no-repeat 54% top;
  background-size: 36px;
}
.ranking-list > li:nth-child(3)::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-no3.png?v=7699155353215884521662426291') no-repeat 54% top;
  background-size: 36px;
}
.ranking-list > li:nth-child(4)::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-no4.png?v=109779990697657264741662426291') no-repeat 54% top;
  background-size: 36px;
}
.ranking-list > li:nth-child(5)::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-no5.png?v=125718092079728803691662426291') no-repeat 54% top;
  background-size: 36px;
}
.ranking-list > li:nth-child(6)::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-no6.png?v=179525386675603549861662426367') no-repeat 54% top;
  background-size: 36px;
}
.ranking-list > li:nth-child(7)::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-no7.png?v=7898175032355816521662426376') no-repeat 54% top;
  background-size: 36px;
}
.ranking-list > li:nth-child(8)::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-no8.png?v=87060255286590307061662426383') no-repeat 54% top;
  background-size: 36px;
}
.ranking-list > li:nth-child(9)::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-no9.png?v=7398384847851326151662426389') no-repeat 54% top;
  background-size: 36px;
}
.ranking-list > li:nth-child(10)::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-no10.png?v=117286242785788263911662426395') no-repeat 54% top;
  background-size: 36px;
}

.ranking-list .grid-view-item.product-card {
  margin: 0 !important;
}

.slick-tabs .slick-list {
  overflow: visible;
}

@media screen and (max-width: 749px) {
  .tabs {
    display: block;
    width: auto;
    margin: 0 0 10px 0;
    padding: 0 0 0 5%;
    text-align: left;
    font-size: 0;
    letter-spacing: 0;
    white-space: nowrap;
    overflow-x: scroll;
    background: #F5F5F5;
  }
  .tab-btn {
    white-space: nowrap;
    display: inline-block;
    width: auto;
    height: 32px;
    margin: 0;
    padding: 0 4px;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: normal;
    line-height: 32px;
    text-align: center;
    font-weight: 500;
    color: #999 !important;
    border: none;
    background: #F5F5F5 !important;
    border-bottom: transparent 2px solid;
  }
  .slick-current .tab-btn {
    background: #F5F5F5 !important;
    color: #222 !important;
    border-bottom: #EF1B46 2px solid;
  }
  .tab-btn::before {
    display: none;
  }
  .sec-ranking .ranking-list {
    padding: 0 5%;
  }

  .sec-ranking .grid__item {
    width: calc(100% / 3 - 20px / 3);
    margin:  0 10px 15px 0;
    padding: 0;
  }
  .sec-ranking .grid__item:nth-of-type(3n) {
    margin:  0 0 0 0;
    clear: none;
  }
  .sec-ranking .grid__item {
    clear: none !important;
  }
  .sec-ranking .grid-view-item {
    margin-bottom: 0;
  }
  .sec-ranking .grid__item:nth-of-type(11),
  .sec-ranking .grid__item:nth-of-type(12),
  .sec-ranking .grid__item:nth-of-type(13),
  .sec-ranking .grid__item:nth-of-type(14),
  .sec-ranking .grid__item:nth-of-type(15) {
    display: none;
  }
  .sec-ranking .grid__item .product-card__title {
    font-size: 11px;
  }
  .sec-ranking .grid {
    margin-left: 0;
  }
  .logo-bar__item {
    max-width: calc(33% - 10px);
    margin: 0 3px 15px;
  }
  .ranking-list > li:nth-child(10) {
    display: none;
  }
  .ranking-list > li::before {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    background-size: 24px !important;
  }

  .slick-tabs .slick-slide {
    width: auto !important;
    display: inline-block !important;
    float: none;
  }
  .slick-tabs .slick-slide:last-of-type {
    margin-right: 30px;
  }
  .slick-tabs .slick-track {
    white-space: nowrap;
    overflow-x: scroll;
    display: flex;
    justify-content: space-between;
  }

}

.product-card:focus-within .product-card__title, .product-card:hover .product-card__title, .product-card__title {
  border-bottom: none;
}

/* カテゴリーリンク */
.tag-links {
  margin: 0 auto 10px auto;
  text-align: center;
  font-size: 0;
}
.tag-links li {
  display: inline-block;
  margin: 0 10px 10px 10px;
  line-height: 28px;
}
.tag-links li a {
  display: block;
  height: 30px;
  padding: 0 12px;
  background: #FFF;
  border: #0D3D74 1px solid;
  border-radius: 15px;
  color: #091e3e;
  font-size: 13px;
  line-height: 28px;
  text-decoration: none;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.cat-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cat-links li {
  width: 11.25%;
  min-width: 110px;
  max-width: 180px;
  text-align: center;
  margin-bottom: 20px;
}
.cat-links li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.cat-links .cat-link-thumb {
  text-align: center;
  margin-bottom: 8px;
}

.arrow,
.link {
  display: inline-block;
  padding: 0 25px;
  background-image: url('//www.heartmarket.shop/cdn/shop/t/14/assets/arrow-pink-right.svg?v=182740797396075178891662426291');
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: right 7px top 50%;
  transition: background-position 0.3s ease;
}
.cat-links .arrow {
  padding: 0 25px 0 0 ;
}

@media screen and (min-width: 750px) {
  .tag-links li a:hover {
    background: #FFF;
    border: #EF1B46 1px solid;
    border-radius: 15px;
    color: #EF1B46;
    text-decoration: none;
  }
  a:hover .arrow,
  .link:hover {
    background-position: right 0 top 50%;
  }
}
@media screen and (max-width: 749px) {
  .tag-links li {
    margin: 0 5px 10px 5px;
  }
  .tag-links li a {
    display: block;
    height: 24px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 11px;
    line-height: 22px;
  }
  .cat-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 3%;
  }
  .cat-links li {
    width: 24%;
    min-width: initial;
    max-width: initial;
    margin: 0 0 20px 0;
  }
  .cat-links li a {
    font-size: 11px;
    line-height: 1.25;
  }
  .cat-links .cat-link-thumb {
    text-align: center;
    margin-bottom: 8px;
  }
  .arrow,
  .link {
    padding: 0 8px;
    background-image: url('//www.heartmarket.shop/cdn/shop/t/14/assets/arrow-pink-right.svg?v=182740797396075178891662426291');
    background-repeat: no-repeat;
    background-size: 4px;
    background-position: right 0px top 58%;
  }
  .cat-links .arrow {
    padding: 0 8px 0 0 ;
  }

}



/* SNS */
.sec-youtube .video-wrapper {
  width: 100%;
  margin: 0 auto 40px auto;
}
.tiktok-list {
  width: 80%;
  margin: 0 auto 40px auto;
}
.tiktok-list li {
  margin: 0 5px;
}
.tiktok-list a {
  display: block;
  background: #FFF;
}
.tiktok-list-img {
  text-align: center;
}
.tiktok-list-img img {
  height: 24vw;
  min-height: 250px;
  max-height: 360px;
  margin: 0 auto;
}

.tiktok-list .slick-prev,
.tiktok-list .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 5;
}
.tiktok-list .slick-prev,
.tiktok-list .slick-prev:hover,
.tiktok-list .slick-prev:focus {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/btn-prev.png?v=116182615443403267831662426291') no-repeat 0 0;
}
.tiktok-list .slick-next,
.tiktok-list .slick-next:hover,
.tiktok-list .slick-next:focus {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/btn-next.png?v=18909887655952686981662426291') no-repeat 0 0;
}

.tiktok-list .slick-next:before,
.tiktok-list .slick-prev:before {
  display: none;
}

@media screen and (max-width: 749px) {
  .sec-sns-movies .custom-content {
    display: block;
  }
  .sec-sns-movies .custom__item,
  .sec-sns-movies .custom__item.small--one-half {
    width: 100%;
    max-width: initial;
  }
  .sec-youtube .video-wrapper,
  .tiktok-list {
    width: 100%;
  }
  .sec-youtube {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: #EFE3CC 1px dashed;
  }
  .tiktok-list .slick-prev {
    left: -10px;
  }
  .tiktok-list .slick-next {
    right: -10px;
  }
  .tiktok-list-img img {
    height: auto;
    min-height: initial;
    max-height: 360px;
  }
}

/* Blog
*****************************************************************/
.article__meta-buttons {
  display: none;
}
.article__link:not([disabled]):hover .article__grid-image-wrapper::before,
.article__link:focus .article__grid-image-wrapper::before {
  display: none;
}
.article__grid-image-container {
  display: block;
  clear: both;
  position: relative;
  margin: 0 auto 15px 0;
  min-height: 1px;
  width: 100%;
  height: 100%;
}
.article__grid-image-container img {
  border-radius: 7px;
}

.grid__item .article__date {
  font-size: 12px;
  font-weight: bold;
  color: #0D3D74;
  margin-bottom: 8px;
}
.article__grid-excerpt {
  font-size: 13px;
  line-height: 1.5;
}
.grid__item .article__title {
  margin: 0 0 10px 0;
  padding: 0;
  border:  none;
  background: none;
  font-size: 15px;
  font-weight: bold;
  color: #0D3D74;
  line-height: 1.5;
  text-align: left;
}

h2.article__title {
  color: #091E3E;
}
.page-width-low .grid__item .article__date {
  font-size: 13px;
  font-weight: 500;
  color: #091E3E;
  margin-bottom: 3px;
}
.article-detail-link {
  text-align: right;
  margin: 10px 0 0 0;
  font-size: 13px;
}
.blog-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.blog-list > li {
  width: calc(25% - 15px);
  margin: 0 20px 20px 0;
  padding: 0;
}
.blog-list > li:nth-child(4n) {
  margin: 0 0 20px 0;
  padding: 0;
}
.blog-list .article__grid-excerpt {
  margin-bottom: 15px;
}
.blog-list .article__grid-meta {
  margin-bottom: 10px;
}

.blog-list-view {
  margin: 0 0 40px 0;
}
.blog-list-view li {
  border-bottom: #EEE3CC 1px solid;
}
.article-listing-link {
  display: flex;
  padding: 30px 0;
  color: #091E3E;
  text-decoration: none;
}
.blog-list-view .article__date {
  width: 150px;
  text-align: left;
  font-size: 15px;
  margin: 0;
}
.blog-list-view .article__author {
  margin: 10px 0 0 0;
  font-size: 13px;
}
.article-listing-body {
  width: calc(100% - 280px);
}
.article-listing-title {
  padding: 0;
  margin: 0;
  border:  none;
  background: none;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}
.article-listing-more {
  width: 130px;
  text-align: right;
  font-size: 13px;
}
.article-listing-more .link {
  padding: 0 15px 0 0;
  background-position: right 0 top 50%;
  margin-right: 10px;
  transition: margin 0.3s ease;
}

@media screen and (min-width: 750px) {
  a:hover .article-listing-more .link {
    margin-right: 0;
    color: #EF1B46;
  }
  a.article-listing-link:hover {
    color: inherit;
  }
}
@media screen and (max-width: 749px) {
  .top-news {
    width: 100%;
    max-height: initial;
    overflow-y: visible;
    border: none;
    padding: 0;
    margin: 0 auto 50px auto;
  }
  .top-news .grid__item {
    margin: 0;
    padding: 0;
  }
  .grid--blog,
  .blog-list .grid--blog {
    margin:  0;
  }
  .grid--blog article {
    display: flex;
    justify-content: space-between;
  }
  .grid--blog .grid__item {
    margin: 0 0 15px 0;
    padding: 0;
  }
  .article__grid-image-wrapper {
    margin: 0;
    width: 35%;
  }
  .article__grid-image-container {
    margin: 0;
    padding: 0;
    height: auto;
  }
  .article__grid-image-container img {
    border-radius: 5px;
  }
  .article__grid-meta {
    width: 62%;
    margin: 0;
  }
  .grid__item .article__date {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .article__grid-excerpt {
    font-size: 11px;
    margin: 0;
  }
  .grid__item .article__title {
    margin: 0 0 5px 0;
    font-size: 13px;
  }

  .blog-list {
    margin: 0 0 20px 0;
  }

  .blog-list > li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: #EEE3CC 1px solid;
  }
  .blog-list > li:nth-child(4n) {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }
  .grid--blog.blog-list .grid__item {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }
  .blog-list .article__grid-image-wrapper {
    margin: 0;
    width: 35%;
  }
  .blog-list .article__grid-image-container {
    margin: 0;
    padding: 0;
    height: auto;
  }
  .blog-list .article__grid-meta {
    width: 62%;
    margin: 0;
  }
  .blog-list .article__grid-meta--has-image {
    padding: 0;
  }
  .article-detail-link {
    display: none;
  }

  .article-listing-link {
    display: block;
    padding: 15px 0;
    margin: 0;
  }
  .blog-list-view .article__date {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin: 0 0 5px 0;
  }
  .article-listing-body {
    width: 100%;
  }
  .article-listing-title {
    padding: 0;
    margin: 0;
    border:  none;
    background: none;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
  }
  .article-listing-more {
    display: none;
  }
}

/* Blog詳細 */
.article-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.article-wrap .section-header {
  margin: 0 0 60px 0;
}
h1.article__title {
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  color: #0D3D74;
  margin: 0 0 30px 0;
}
.article-wrap .rte {
  margin-bottom: 30px;
  padding: 0 0 40px 0;
  border-bottom: #EEE3CC 1px solid;
}
.article-wrap .rte p {
  line-height: 1.8;
}
.rte h1,
.rte h2 {
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
  position: relative;
  font-size: 19px;
  line-height: 1.5;
  text-align: left;
  color: #0D3D74;
  font-weight: bold;
}
.rte h1::before,
.rte h2::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: #EF1B46;
  position: absolute;
  left: 0;
  top: 11px;
}
.return-link-wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 749px) {
  .article-wrap {
    margin: 0 auto;
    padding: 10px 0 0 0;
  }
  h1.article__title {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
  }
  .article-wrap .rte {
    margin-bottom: 30px;
    padding: 0 0 40px 0;
    border-bottom: #EEE3CC 1px solid;
  }
  .article-wrap .section-header {
    margin-bottom: 30px;
  }
  .rte h1,
  .rte h2 {
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    font-size: 16px;
  }
  .rte h1::before,
  .rte h2::before {
    top: 9px;
  }

}


/* FEATURE詳細 */
.feature-wrap {
  max-width: 1100px;
  padding: 70px;
  background: #FAF8F2;
  border-radius: 35px;
  margin: 0 auto 60px auto;
  font-size: 15px;
}
.feature-mv {
  text-align: center;
  margin: 0 0 50px 0;
}
.feature-title {
  margin: 0 0 30px 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  color: #0D3D74;
  text-align: center;
}
.feature-leadtext {
  margin: 0 0 50px 0;
  text-align: center;
}
.feature-sec {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px 0;
}
.feature-sec-image {
  width: 450px;
}
.feature-sec-body {
  width: 480px;
}
.feature-sec.image-right {
  flex-direction: row-reverse;
}
.feature-sec-body h2 {
  margin: 0 0 20px 0;
  padding: 0;
  background: none;
  border:  none;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  color: #0D3D74;
}
.feature-item-text {
  background: #FFF;
  padding: 15px;
  border-radius: 5px;
  margin: 0 0 20px 0;
}
.feature-item-text p {
  margin-bottom: 0;
}
.feature-items {
}
.feature-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 10px 0;
  border-bottom: #D2BD92 1px dashed;
}
.feature-item-info {
  width: 390px;
  display: flex;
}
.feature-item-name {
  width: 220px;
  margin: 0 10px 0 0;
  font-size: 15px;
  line-height: 1.5;
}
.feature-item-price {
  font-size: 15px;
  margin: 0;
}
.feature-tax {
  font-size: 12px;
}
.feature-item-btn {
  width: 80px;
}
.feature-item-btn a {
  display: block;
  width: 80px;
  padding: 5px 0;
  background: #FFF;
  border: #EF1B46 1px solid;
  border-radius: 3px;
  color: #EF1B46 !important;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  transition: 0.3s ease;
}
@media screen and (min-width: 750px) {
  .feature-item-btn a:hover {
    background: #EF1B46;
    border: #EF1B46 1px solid;
    color: #FFF !important;
  }
}
@media screen and (max-width: 749px) {
  .feature-wrap {
    padding: 20px 15px 50px 15px;
    border-radius: 15px;
    margin: 0 auto 40px auto;
    font-size: 12px;
  }
  .feature-mv {
    margin: 0 0 30px 0;
  }
  .feature-title {
    margin: 0 0 20px 0;
    font-size: 17px;
    text-align: left;
  }
  .feature-leadtext {
    margin: 0 0 35px 0;
    text-align: left;
  }
  .feature-sec {
    display: block;
    margin: 0 0 40px 0;
  }
  .feature-sec-image {
    width: 100%;
    margin-bottom: 25px;
  }
  .feature-sec-body {
    width: 100%;
  }
  .feature-sec-body h2 {
    margin: 0 0 20px 0;
    font-size: 17px;
  }
  .feature-item-text {
    padding: 10px;
    margin: 0 0 20px 0;
  }
  .feature-items {
  }
  .feature-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }
  .feature-item-info {
    width: calc(100% - 90px);
    display: block;
  }
  .feature-item-name {
    width: auto;
    margin: 0 0 5px 0;
    font-size: 14px;
  }
  .feature-item-price {
    font-size: 14px;
    margin: 0;
  }
  .feature-tax {
    font-size: 11px;
  }
  .feature-item-btn {
    width: 80px;
  }
  .feature-item-btn a {
    width: 80px;
    padding: 5px 0;
  }
}

/* ページネーション */
.pagination {
  padding: 20px 0 0 0;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin: 0 3px 5px 3px;
}
.pagination li a,
.pagination li span {
  display: block;
  width: 36px;
  height: 36px;
  border: transparent 1px solid;
  border-radius: 18px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #091E3E;
  transition: 0.3s ease;
  position: relative;
}
.pagination li a:hover,
.pagination li.active a,
.pagination li.active span {
  background: #EEE3CC;
  border-color: #DFCFAE;
  color: #091E3E;
}
.pagination li.next a,
.pagination li.prev a {
  background: #DFCFAE;
  border: transparent 1px solid;
  color: #FFF;
}
.pagination li.next a:hover,
.pagination li.prev a:hover {
  background: #DFCFAE;
  border: transparent 1px solid;
  color: #FFF;
}
.pagination li.disabled span {
  background: #DDD;
  border-color: #DDD;
}
.pagination li.next a::after,
.pagination li.next span::after {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pagination li.prev a::after,
.pagination li.prev span::after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pagination-text {
  text-align: center;
  margin-bottom: 40px !important;
  color: #4A576B;
  font-size: 14px;
}
@media screen and (max-width: 749px) {
  .pagination li a,
  .pagination li span {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 28px;
    font-size: 15px;
  }
  .pagination li.next a::after,
  .pagination li.next span::after {
    width: 6px;
    height: 6px;
    left: 10px;
  }
  .pagination li.prev a::after,
  .pagination li.prev span::after {
    width: 6px;
    height: 6px;
  }

}


/* バナーエリア
*****************************************************************/
@media screen and (max-width: 749px) {
  .grid.bnr-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .grid.bnr-list .grid__item {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
    padding: 0;
    float: none;
  }
  .grid.bnr-list .grid__item:nth-child(2n) {
    margin: 0 0 10px 0;
  }
}

/* Collection Page
*****************************************************************/

/* boost-pfs  */
.boost-pfs-filter-option-title-text,
.boost-pfs-filter-option-item button,
.boost-pfs-filter-option-item a {
  color: #091E3E;
}
.boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount input {
  border: 1px solid #F4E9D5;
  border-radius: 3px;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-option {
  border-top: #F4E9D5 1px solid;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by,
.boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by {
  border-bottom: #F4E9D5 1px solid;
}
.filters-toolbar-wrapper {
  border: none;
  margin: 0;
}
.select-group select.boost-pfs-filter-top-sorting-select,
#boost-pfs-filter-top-sorting-select:hover,
.boost-pfs-filter-top-sorting-select:hover {
  height: 44px;
  background-color: #FFF;
  background-image: url('//www.heartmarket.shop/cdn/shop/t/14/assets/ico-select.svg?v=29003672709104678581662426291');
  border: #F4E9D5 1px solid;
}
.filters-toolbar__product-count {
  line-height: 44px;
  font-style: normal;
}
.template-search .filters-toolbar-wrapper {
  margin: 0;
}
.boost-pfs-search-result-toolbar-wrap {
  border:  none;
}
[id="Collection"] .grid-view-item,
[id="shopify-section-featured-collections"] .grid-view-item {
    margin: 100px 0px -70px 0px!important;
}
.filters-toolbar-wrapper {
  margin: 0 0 -60px 0;
}
.boost-pfs-filter-right-col .boost-pfs-filter-products {
  margin-bottom: 80px;
}
@media screen and (min-width: 750px) {
  .filters-toolbar-wrapper {
  }
  .boost-pfs-filter-left-col {
    width: 250px;
    background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/bg02.png?v=161821757284234987791662426291') repeat 0 0;
  }
  .boost-pfs-filter-tree-v .boost-pfs-filter-option {
    padding: 20px;
  }
  .boost-pfs-filter-tree-v .boost-pfs-filter-option:first-child {
    padding: 20px !important;
  }
  .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by,
  .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by {
    padding: 20px;
  }
  .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading {
    font-size: 15px;
    font-weight: bold;
    color: #091E3E;
  }
  .boost-pfs-filter-option-item-list {
    margin: 0;
  }
  .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    margin-top: 0;
  }
  .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner ul {
    padding-right: 0;
  }

  .boost-pfs-filter-option-item {
    cursor: pointer;
    margin: 8px 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 21px;
    vertical-align: top;
    color: #091E3E;
  }

  .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text::before {
    display: none;
  }
  .boost-pfs-filter-right-col {
    width: calc(100% - 295px);
  }
  .boost-pfs-filter-products .grid__item {
    width: calc(25% - 1.5%);
    padding: 0;
    margin-left: 2%;
  }
  .boost-pfs-filter-products .grid__item:nth-of-type(4n+1)  {
    padding: 0;
    margin-left: 0;
  }

  .boost-pfs-filter-bottom-pagination {
    padding-top: 40px;
  }

}


@media screen and (max-width: 749px) {
  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v {
    background: #FAF8F2 url('//www.heartmarket.shop/cdn/shop/t/14/assets/bg02.png?v=161821757284234987791662426291') repeat 0 0;
  }
  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span {
    background: #08366A;
  }
  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items {
    padding: 16px;
    background: #FAF8F2 url('//www.heartmarket.shop/cdn/shop/t/14/assets/bg02.png?v=161821757284234987791662426291') repeat 0 0;
    border-bottom: #08366A 1px solid;
  }
  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper {
    width: calc(100% - 60px);
    right: 0;
  }
  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title {
    border-top:  #08366A 1px solid;
  }
  .boost-pfs-filter-tree-mobile-button button {
    width: 100%;
    max-width: 250px;
    background: #08366A;
    color: #fff;
    padding: 15px 0;
    margin: 0 auto 20px auto;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    display: block;
  }
  .boost-pfs-filter-top-sorting label {
    margin: 0;
    line-height: 1.5;
    display: block;
  }
  .select-group select.boost-pfs-filter-top-sorting-select {
    height: 30px;
    padding: 5px 25px 5px 10px;
  }
  .boost-pfs-filter-products.grid {
    margin-left: 0;
  }
  .boost-pfs-filter-products .grid__item {
    width: calc(50% - 8px);
    padding: 0;
    margin-left: 16px;
    margin-bottom: 15px !important;
  }
  .boost-pfs-filter-products .grid__item:nth-of-type(2n+1)  {
    padding: 0;
    margin-left: 0;
  }
  [id="Collection"] .grid--view-items .product-card.grid-view-item,
  [id="shopify-section-featured-collections"] .grid--view-items .product-card.grid-view-item {
      margin: 80px 0px -80px 0px!important;
  }
  .filters-toolbar-wrapper {
    margin: 0 0 -60px 0;
  }
  .search .input-group {
    flex-wrap: nowrap;
  }
  .search .input-group__field {
    flex-grow: initial;
    flex-basis: initial;
    width: 60% !important;
  }
  .search .input-group__btn {
    flex-grow: initial;
  }
  .boost-pfs-filter-right-col .boost-pfs-filter-products {
    margin-bottom: 80px;
  }
  .template-search .filters-toolbar-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .template-search .filters-toolbar-wrapper .boost-pfs-search-result-toolbar .boost-pfs-search-result-panel-controls {
    width: auto;
  }
}



.grid-view-item__image-wrapper {
  margin-bottom: 0;
  max-width: initial !important;
  max-height: initial !important;
  overflow: hidden;
  border-radius: 8px;
}
.grid-view-item__image-wrapper .grid-view-item__image {
  max-width: initial !important;
  max-height: initial !important;
  border-radius: 8px;
}
.boost-pfs-action-list-wrapper {
  display: none;
}
.boost-pfs-action-overlay {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

/*.grid-view-item__image-wrapper::after, */
.boost-pfs-action-overlay::after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: #FFF 1px solid;
  border-radius: 8px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.product-card__image-with-placeholder-wrapper {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
.product-card:hover .product-card__image-wrapper,
.product-card:focus-within .product-card__image-wrapper {
  opacity: 1;
}

@media screen and (min-width: 750px) {
  .product-card img {
    transition: transform 0.3s ease;
  }
  .product-card:hover img {
    opacity: 1;
    transform: scale(1.1);
  }
}

.product-card__title {
  display: block;
  margin: 5px 0 5px 0;
  padding: 0;
  color: #091E3E;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.boost-pfs-filter-products .price__regular {
  color: #333333;
}
.boost-pfs-filter-products .price__sale {
  color: #091E3E;
}
.grid__item .price__compare {
  font-size: 13px;
  display: block;
}
.price--listing .price__unit dt,
.price--listing .price__regular dt,
.price--listing .price__sale dt {
  display: none;
}
.include-tax {
  font-size: 12px;
  display: inline-block;
  vertical-align: baseline;
}
.price--listing .include-tax {
  font-size: 11px;
  color: var(--color-body-text);
}
.product-tax {
  font-size: 12px;
}
.price {
  font-weight: normal;
}
.price--on-sale .price__sale {
  display: inline-block;
}
.price__sale dt {
  display: inline-block;
  line-height: 1.1;
}
.price__sale dd,
.price__regular dd {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  vertical-align: baseline;
}
.price--listing .price__sale dd,
.price--listing .price__regular dd {
  display: block;
}
.price__sale,
.ws-original-price {
  font-size: 16px;
  font-weight: bold;
}
.product__price .price-item.price-item--regular {
  font-size: 24px;
}
.product__price .price__sale .price-item.price-item--regular {
  font-size: 16px;
}
.price__sale .include-tax {
  color: var(--color-sale-text);
}
.price-item--sale {
  vertical-align: baseline;
}
#presets4 .ws-card__header-link {
  padding: 0;
}

.sale-rate {
  display: inline-block;
  vertical-align: baseline;
  padding: 1px 4px;
  margin-left: 5px;
  font-size: 11px;
  color: #FFF;
  background: #EF1B46;
  text-align: center;
  line-height: 1.2;
}
.itemlist-icons .sale-rate {
  margin: 0 3px 3px 0;
}
.price__badges--listing {
  display: inline-block;
  margin-top: 0;
}
.gf-controls-search-form {
  display: none;
}
.price--listing {
  line-height: 1.5;
}
.price--listing .price__regular {
  margin: 0;
}
.product__price .price-item {
  font-size: 27px;
  vertical-align: baseline;
}
.product__price .include-tax {
  vertical-align: baseline;
}
.product-list-excerpt {
  background: #FFF;
  border-radius: 5px;
  padding: 10px;
  margin: 0 0 10px 0;
  font-size: 12px;
}
.product-list-excerpt p {
  margin: 0;
}
.grid-view-item__tag--sold-out {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 749px) {
  .product-card__image-with-placeholder-wrapper {
    margin-bottom: 5px;
    border-radius: 5px;
  }
  .grid-view-item__image-wrapper::after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 5px;
    top: 3px;
    left: 3px;
  }
  .product-card .price__sale {
    margin: 0;
  }
  .product-card .price__compare {
    display: block;
    font-size: 11px;
    margin-bottom: 0;
  }
  .product-card .price-item.price-item--sale {
    font-size: 16px;
    display: inline-block;
  }
  .product-card .price-item--regular {
    font-size: 16px;
    display: inline-block;
  }
  .sec-newarrival .product-card .price-item.price-item--sale,
  .sec-newarrival .product-card .price-item--regular ,
  .sec-ranking .product-card .price-item.price-item--sale,
  .sec-ranking .product-card .price-item--regular {
    font-size: 15px;
  }

  .product-card .price__compare .price-item--regular {
    font-size: 11px;
  }
  .price--listing .include-tax {
    font-size: 10px;
  }
  .product-card .product-card__title {
    font-size: 13px;
  }
  .product-card__title::after {
    width: 30px;
    height: 1px;
    border-top: #091E3E 1px dashed;
  }
  .product__price .price-item {
    font-size: 24px;
  }
  .grid-view-item__tag--sold-out {
    font-size: 13px;
  }
  .itemlist-icons .sale-rate {
    padding: 1px 2px;
    font-size: 10px;
    margin: 0 2px 2px 0;
  }
  .grid__item .price dd {
    margin: -3px 0 0 0 ;
  }
}


/* アイコンまわり */
.itemlist-icons{
  line-height: 1.5;
  margin-bottom: 5px;
  position: relative;
  margin: 5px 0 0 0;
  font-size: 0;
  letter-spacing: 0;
}
.price__badges {
  line-height: 1.2;
}
.product-single__meta .price__badges {
  margin-bottom: 15px;
}
.price__badges_custom span.price__badge:not([style]) {
  display: inline-block;
}

.price--sold-out .price__badge--sold-out,
.price--on-sale .price__badge--sale {
  display: inline-block;
}
.price__badge,
.price__badges--listing .price__badge,
.tag-icon {
  vertical-align: baseline;
  color: #FFF;
  background-color: #EF1B46;
  align-self: center;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: normal;
  border: none;
  padding: 1px 4px;
  margin: 0 3px 3px 0;
}
.tag-icon {
  display: inline-block;
}
.price__badge--sale {
  background-color: #DB5D76;
}
.price__badge--sold-out {
  background-color: #858585;
}
.price__badge--new {
  background-color: #E8A854;
}
.price__badge--comingsoon {
  background-color: #54CAE8;
}
.price__badge--free {
  background-color: #6E9794;
}
.price__badge--nocancel {
  background-color: #859EBB;
}
.price__badge--mini {
  background-color: #FFF;
  color: #091E3E;
}
.price__badge--coupon {
  background-color: #ff3600;
}
.price__badge--event {
  background-color: #ff0084;
}

@media screen and (max-width: 749px) {
  .product-single__meta .price__badges {
    margin-bottom: 5px;
  }
  .price__badge,
  .price__badges--listing .price__badge,
  .tag-icon {
    font-size: 10px;
    padding: 1px 2px;
    margin: 0 2px 2px 0;
  }

}

/* Star Swatch */
.swatch-single {
  margin-bottom: 5px !important;
}
.star-set-image-sq {
  width: 15px !important;
  height: 15px !important;
}
.product-single__meta .star-set-image-sq {
  width: 60px !important;
  height: 60px !important;
}
.swatch-view-image .swatch-image {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  text-align: center;
  height: auto !important;
}
.swatch-image .swatch-img-text {
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 5px 0 0 0;
  padding: 0;
  color: #222;
}
.swatches-type-products .star-option-value-adjacent ~ .swatch-img-text p {
  color: #222;
}
.swatch-view {
  margin: 0;
}
.swatch-variant-name {
  font-weight: bold;
}
.product-single__meta .swatch-selected .star-set-image-sq,
.swatch-view-item:hover .star-set-image-sq  {
  border: #FF0033 1px solid !important;
  position: relative;
}
.product-single__meta .swatch-selected .star-set-image-sq::before {
  content: "";
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: #FF0033 1px solid !important;
  background: none;
  position: absolute;
  left: -4px;
  top: -4px;
}

/* 一覧 */
.grid-view-item .swatches {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
ul.swatch-view {
  margin-top: 0 !important;
}
.swatches-type-collections .swatch-view-slide .swatch-navigable ul.swatch-view li {
  margin: 1px 3px 3px 1px !important;
  width: auto !important;
}
.swatches-type-collections .star-set-image {
  width: 18px !important;
  height: 18px !important;
}

.boost-pfs-filter-option-swatch-image {
  border: #f4e9d5 1px solid;
}
ul.swatch-view-image li {
  vertical-align: top;
}
ul.swatch-view-image li .star-set-image {
}
div.swatch-preset-17800 .swatch-img-text-adjacent {
  padding: 0;
}
@media screen and (max-width: 749px) {
  .swatches.swatches-type-collections {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  ul.swatch-view-image li {
    margin: 0.5rem 0.12rem 0.5rem 0.12rem;
  }
  .swatches-type-collections .swatch-view-slide .swatch-navigable ul.swatch-view li {
    margin: 1px 2px 2px 1px !important;
  }
  .swatches-type-collections .star-set-image {
    width: 11px !important;
    height: 11px !important;
  }
  .grid-view-item .swatch-single {
    margin-bottom: 0 !important;
  }
}

/* Products Page 商品詳細
*****************************************************************/
.product-template__container {
  padding-bottom: 80px;
}
.thumbnails-wrapper {
  margin: 10px 0 0 0;
}
.product-single__media img {
  border-radius: 12px;
}
.product-single__thumbnails-slider-track {
  display: flex;
  flex-wrap: wrap;
}
.product-single__thumbnails {
  margin: 0;
}
.product-single__thumbnail {
  border-radius: 3px;
  border: transparent 1px solid;
  margin: 0;
  padding: 0;
}
.product-single__thumbnails-item {
  width: 11% !important;
  max-width: initial !important;
  margin: 0 calc(12% / 7) calc(12% / 7) 0;
  padding: 0;
}
.product-single__thumbnail.active-thumb {
  border-color: #EF1B46;
}
.product-single__thumbnails-item:nth-of-type(8n) {
  margin-right: 0 ;
}
.product-single__thumbnail-image {
  padding: 0;
}
.product-single__thumbnails-item--medium {
  flex: none;
}

@media screen and (max-width: 749px) {
  .product-template__container {
    padding-bottom: 30px;
  }
  .product-single {
    margin: 0;
  }
  .product-single__media-group {
    margin-bottom: 10px;
    padding: 0;
  }
  .thumbnails-slider__btn {
    display: none;
  }
  .slider-active .product-single__thumbnails {
    max-width: initial;
  }
  .product-single__thumbnail {
    min-height: initial;
  }
  .product-single__thumbnails-item {
    margin: 0;
    padding: 0 5px 0 0 !important;
    width: 50px !important;
  }
  .product-single__thumbnails-item img {
    width: 50px;
  }
  .product-single__thumbnails-slider-track {
    display: block;
  }

  .customize-prev-btn,
  .customize-next-btn{
    position: absolute;
    top: calc(50% - 50px);
    width: 40px;
    height: 55px;
    cursor: pointer;
    z-index: 1;
    transition: .5s;
    opacity: 1;
    visibility: visible;
    transition: opacity ease 0.5s;
  }
  .customize-prev-btn::after,
  .customize-next-btn::after{
    position: absolute;
    top: calc(50% - 8px);
    content: "";
    width: 15px;
    height: 15px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
  }
  .customize-prev-btn{
    left: -5px;
  }
  .customize-prev-btn::after{
    left: 16px;
    transform: rotate(135deg);
  }
  .customize-next-btn{
    right: -5px;
  }
   .customize-next-btn::after{
    right: 17px;
    transform: rotate(-45deg);
  }
}



.product-rightarea {
  padding-left: 60px;
}
.product-single__title {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.6;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  color: #091E3E;
}
#alireview-review-widget-badge {
  margin-bottom: 15px;
}
.product-excerpt {
  background: #FFF;
  border-radius: 5px;
  padding: 15px;
  margin: 0 0 20px 0;
  font-size: 14px;
}
.product-single .product-excerpt {
  background: none;
  border-radius: 0;
  padding: 0;
}
.product-excerpt p {
  margin: 0;
}
.price__pricing-group {
  margin-bottom: 20px;
}
.price__regular {
  font-weight: bold;

}
.product-form {
  margin-bottom: 30px;
}
.product-form__input {
  display: inline-block;
}
.product-form__item {
  padding: 0;
}
.product-form__item label {
  display: inline-block;
}
.swym-button-bar {
  margin: 0;
}
.btn-cart {
  width: 350px;
  height: 56px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/btn-pc-350-pink.png?v=19574038080102461631662426291') no-repeat 0 0;
  border: none;
  border-radius: 7px;
  font-size: 15px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 56px;
  text-align: center;
  position: relative;
  color: #EF1B46;
  padding: 0;
  transition: 0.3s ease;
}
.btn-cart svg {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  margin: -3px 5px 0 0;
}
.btn-cart .cls-1 {
  stroke: #EF1B46;
}
.btn-cart--disabled {
  appearance: none;
  width: 350px;
  height: 56px;
  padding: 0;
  background: #999;
  border: none;
  border-radius: 7px;
  font-size: 15px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 56px;
  text-align: center;
  position: relative;
  color: #FFF;
}

.swym-button.swym-add-to-wishlist {
  width: 350px !important;
  height: 56px !important;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/btn-pc-350-navy.png?v=156221849294769755371662426291') no-repeat 0 0 !important;
  border: none !important;
  border-radius: 7px !important;
  font-size: 15px !important;
  font-weight: bold !important;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif !important;
  line-height: 56px !important;
  text-align: center !important;
  position: relative !important;
  color: #0D3D74 !important;
  padding: 0 !important;
  transition: 0.3s ease !important;
}
.swym-button.swym-add-to-wishlist::after {
  display: none !important;
}
.swym-button.swym-add-to-wishlist::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 21px;
  height: 21px;
  margin: 2px 8px 0 0;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-heart-navy.svg?v=158986644382612846811662426291') no-repeat 0 0;
  background-size: 21px;
  position: static;
}
.swym-add-to-wishlist.swym-btnlink+.swym-fave-count {
  display: none;
}
button.swym-button.disabled,
button.swym-button:disabled,
button.swym-button.disabled:hover,
button.swym-button:disabled:hover,
.swym-btn-container .swym-button.swym-added *:not(.swym-tooltip) {
  opacity: 1 !important;
}
.swym-button.swym-add-to-wishlist.swym-added,
.swym-add-to-wishlist.swym-added {
  background: #0D3D74 !important;
  color: #FFF !important;
}
.swym-add-to-wishlist.swym-added::before {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-heart-white.svg?v=45050723338123741281662426291') no-repeat 0 0;
  background-size: 21px;
}

.product-form__controls-group + div {
  margin: 20px 0 0 0 !important;
}

#BIS_trigger.btn {
  display: block;
  width: 350px !important;
  height: auto;
  background: #FFF !important;
  border: #EF1B46 1px solid;
  border-radius: 6px;
  padding: 16px 0;
  margin: 20px 0 0 0 !important;
  text-align: center;
  color: #EF1B46;
  font-size: 16px;
  line-height: 1.2;
  transition: 0.3s ease;
  text-decoration: none;
}
#BIS_trigger.btn::after {
  display: none;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
  height: auto !important;
  max-height: initial !important;
}
.swym-wishlist-product-detail-tab-bar {
  display: none !important;
}
.react-swipeable-view-container {
}

.swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-product-detail-image-container {
  width: 60% !important;
}
.swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-product-detail-image-container .swym-image-thumbnails {
  width: 200px !important;
}
.swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-product-detail-image-container .swym-image-thumbnails .swym-image-thumb {
  width: 30% !important;
  height: auto !important;
  margin: 0 5px 10px 0 !important;
  vertical-align: top !important;
  border: 1px solid transparent !important;
}
.swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-product-detail-image-container .swym-image-thumbnails .swym-image-thumb.swym-selected {
  border: 1px solid #c6c6c6 !important;
}
@media screen and (min-width: 750px) {
  .btn-cart:hover {
    background: #EF1B46 !important;
    color: #FFF !important;
  }
  .btn-cart:hover .cls-1 {
    stroke: #FFF;
  }
  .swym-button.swym-add-to-wishlist:hover {
    background: #0D3D74 !important;
    color: #FFF !important;
  }
  .swym-button.swym-add-to-wishlist:hover::before {
    background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/icon-heart-white.svg?v=45050723338123741281662426291') no-repeat 0 0;
    background-size: 21px;
  }
  #BIS_trigger.btn:hover {
    border: #EF1B46 1px solid;
    background: #EF1B46 !important;
    color: #FFF !important;
  }
}
@media screen and (max-width: 749px) {
  .product-rightarea {
    padding-left: 0;
  }
  .product-single__title {
    margin: 0 0 10px 0;
    font-size: 17px;
  }
  .product-excerpt {
    padding: 10px;
    margin: 0 0 10px 0;
    font-size: 12px;
  }
  .product-excerpt p {
    margin: 0;
  }
  .product-form__controls-group {
    display: block;
  }
  .product-form {
    padding-top: 0;
    margin-bottom: 15px;
  }
  .price__pricing-group {
    margin-bottom: 10px;
  }
  .swym-button-bar {
    margin: 0;
  }
  .btn-cart {
    width: 250px;
    height: 50px;
    margin: 0 auto 10px auto;
    background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/btn-sp-250-pink.png?v=178380136866059417731662426291') no-repeat 0 0;
    border: none;
    border-radius: 7px;
    font-size: 14px;
    line-height: 50px;
  }
  .btn-cart svg {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    margin: -3px 5px 0 0;
  }
  .btn-cart--disabled {
    width: 250px;
    height: 50px;
    margin: 0 auto 10px auto;
    border-radius: 7px;
    font-size: 14px;
    line-height: 50px;
  }
  .swym-wishlist-button-bar {
    display: block;
    text-align: center;
  }
  .swym-button.swym-add-to-wishlist {
    width: 250px !important;
    height: 50px !important;
    background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/btn-sp-250-navy.png?v=99600836571884721701662426291') no-repeat 0 0 !important;
    border: none !important;
    border-radius: 7px !important;
    font-size: 14px !important;
    line-height: 50px !important;
  }
  .swym-button.swym-add-to-wishlist::after {
    display: none !important;
  }
  .swym-button.swym-add-to-wishlist::before {
    width: 21px;
    height: 21px;
    margin: 2px 5px 0 -21px;
    background-size: 21px;
  }
  .product-social .social-sharing {
    justify-content: center;
  }
  .js-release_date--disable {
    text-align: center;
  }
   #BIS_trigger.btn {
    width: 250px !important;
    min-width: initial;
    height: auto;
    display: block;
    background: #FFF !important;
    border: #EF1B46 1px solid;
    border-radius: 6px;
    margin: 20px auto 0 auto !important;
    padding: 15px 25px;
    font-size: 14px;
    text-align: center;
    color: #EF1B46;
    line-height: 1.2;
    text-decoration: none;
    transition: none;
  }
  #BIS_trigger.btn:hover {
    border: #EF1B46 1px solid;
    background: #FFF !important;
    color: #EF1B46 !important;
  }
  .product-form__controls-group + div {
    text-align: center;
  }

  .swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-product-detail-image-container {
    width: auto !important;
    margin-right: 0 !important;
  }
  .swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-product-detail-image-container .swym-image-thumbnails {
    width: 100px !important;
  }
  .swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-product-detail-image-container .swym-image-thumbnails .swym-image-thumb {
    width: 28% !important;
    height: auto !important;
    margin: 0 5px 10px 0 !important;
    vertical-align: top !important;
    border: 1px solid transparent !important;
  }
  .swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-product-detail-image-container .swym-image-thumbnails .swym-image-thumb.swym-selected {
    border: 1px solid #c6c6c6 !important;
  }

  .product__price .price-item.price-item--regular {
    font-size: 12px;
  }
  .product__price  .price__regular {
    font-weight: bold;
  }
  .product__price  .price__regular .price-item.price-item--regular {
    font-size: 24px;
  }

}



/* 商品説明・タブエリア */
.product-detail-tab-wrap {
  margin: 40px auto;
}
.product-detail-tabs {
  margin: 0;
}
.product-detail-tabs .tab-btn {
  font-size: 15px;
}
.product-detail-panels {
  background: #FFF;
  border: #DECCAB 1px solid;
  border-top: none;
  border-radius: 0;
  padding: 30px 50px 40px 50px;
  font-size: 14px;
}
.product-detail-tabs .tab-btn::before {
  display: none;
}
.sp-panel-head {
  display: none;
}
.product-info-table {
  width: auto;
  margin: 30px 0 0 0 ;
}
.product-info-table th {
  white-space: nowrap;
  background: #F5F5F5;
  padding: 15px;
  border:  #DDD 1px solid;
}
.product-info-table td {
  padding: 15px;
  border:  #DDD 1px solid;
}
.product-contents-size table th {
  background: #FFF;
  border:  #DDD 1px solid;
}
.product-contents-size table td {
  background: #FFF;
  border:  #DDD 1px solid;
}

.scrollable {
  overflow-x: auto;
}
.scrollable table {
  width: auto;
}
.scrollable th,
.scrollable thead td {
  white-space: nowrap;
}

@media screen and (max-width: 749px) {
  .product-detail-tab-wrap {
    margin: 20px auto;
  }
  .product-detail-tabs {
    display: none !important;
  }
  .product-detail-panels {
    background: none;
    border: none;
    padding: 0;
    font-size: 13px;
  }
  .product-detail-panel {
    display: block !important;
    margin-bottom: 15px;
  }
  .product-detail-panel .js-panel {
    background: #FFF;
    border: #DECCAB 1px solid;
    padding: 20px 15px;
  }
  .sp-panel-head {
    display: block;
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: bold;
    color: #091E3E;
    text-align: left;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
  }
  .sp-panel-head::before {
    content: "";
    width: 14px;
    height: 1px;
    background: #EF1B46;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .sp-panel-head.is-active::after {
    content: "";
    width: 14px;
    height: 1px;
    background: #EF1B46;
    position: absolute;
    right: 0;
    top: 10px;
    transform: rotate(90deg);
  }
  .product-info-table th,
  .product-info-table td {
    font-size: 12px;
  }
}
.button-area.center {
  text-align: center;
}

/* 関連アイテム レビュー等 */
.template-product .staff-osusume-wrap {
  background: #FAF8F2;
  padding: 65px 0 80px 0;
  border-radius: 35px 35px 0 0;
}
.template-product .staff-osusume-container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  text-align: center;
  overflow: visible;
  display: block;
  padding: 0 70px;
}
.template-product .staffsnap-wrap {
  padding: 65px 0 80px 0;
}
.template-product .staffsnap-container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  text-align: center;
  overflow: visible;
  display: block;
  padding: 0 70px;
}


.evm_wiser_heading {
  font-size: 24px !important;
  font-weight: bold;
  color: #0D3D74 !important;
}
.template-product .evm-related-product {
  background: #FAF8F2;
  padding: 65px 0 70px 0;
  border-radius: 35px 35px 0 0;
  margin-top: -30px;
}
.template-product .recently-viewed {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/bg01.png?v=89852719140301654941662426291') repeat 0 0;
  padding: 65px 0 0 0;
  border-radius: 35px 35px 0 0;
  margin-top: -30px;
}

#shopify-section-alireviews-widget-144114 {
  padding-bottom: 0;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}
.product-card .arv-collection {
  display: none !important;
}
.text-head {
  margin: 0 auto 20px auto;
  padding: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #0D3D74;
}
@media screen and (max-width: 749px) {
  .evm_wiser_heading {
    font-size: 18px !important;
    margin: 10px autp;
  }
  .text-head {
    font-size: 18px;
  }
  .template-product .staff-osusume-wrap {
    padding: 45px 0;
    border-radius: 25px 25px 0 0;
  }
  .template-product .staff-osusume-container {
    padding: 0 5%;
  }
  .template-product .staffsnap-wrap {
    padding: 30px 0 45px 0;
    border-radius: 25px 25px 0 0;
  }
  .template-product .staffsnap-container {
    padding: 0 5%;
  }
  .template-product .main-content {
    padding-top: 10px;
  }

  .template-product .evm-related-product {
    padding: 30px 0;
    border-radius: 25px 25px 0 0;
    margin-top: -30px;
  }
  .template-product .recently-viewed {
    padding: 20px 0;
    border-radius: 25px 25px 0 0;
    margin-top: 0;
  }
  .template-index .recently-viewed {
    margin-top: 15px !important;
    margin-left: 5%;
    margin-right: 5%;
  }
  .evm-featured-collections-product:empty,
  .evm-most-popular-products:empty,
  .evm-new-arrivals-product:empty,
  .evm-related-viewed-browsing:empty,
  .recently-viewed:empty,
  .trending-products:empty {
    margin: 0;
  }

  .template-product .evm-wscontainer {
    overflow-x: scroll;
  }
  #presets4 .ws-ajaxified-cart-feedback {
    margin: 0;
  }
}

.point-message {
  margin: 20px 0;
  font-size: 14px;
}
.item-login-link {
  margin-left: 20px;
  text-decoration: underline;
}
.not-available-text {
  margin: 20px 0;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #FF0000;
  line-height: 1.4;
}

.item_detail_area {
  margin-bottom: 50px;
}


/* blog Page
*****************************************************************/
.blog-list-view>li:first-child {
  border-top: 0;
}

/* Cart Page
*****************************************************************/

.cart-wrap {
  background: #FFF;
  border-radius: 15px;
  padding: 0 30px 30px 30px;
}
.appikon-cart-item-success-notes,
.appikon-cart-item-upsell-notes {
  color: #00a9b6 !important;
}
.cart__price {
  width: 20%;
}
.cart__meta {
  width: 50%;
}

.cart__qty-input {
  width: 70px;
}
.cart-subtotal {
  margin-bottom: 30px;
}
.cart-subtotal__price {
  font-size: 20px;
  font-weight: bold;
}

.store-pickup-area {
  margin: 0 0 20px 0;
  background: #F5F5F5;
  padding: 20px;
}
.store-pickup-text {
  font-size: 13px;
}
.delivery-store-block a {
  text-decoration: underline;
}
.cart__submit-controls {
  align-items: center;
}
.cart-attribute__field {
  margin-bottom: 20px;
}
.cart-attribute__field label {
  display: inline-block;
}

.cart__submit__disable-btn {
  display: none;
}
.cart__submit__disable .cart__submit{
  display: none;
}
.cart__submit__disable .cart__submit__disable-btn{
  display: block;
}
.cart__submit__disable .cart__submit__disable--note{
  display: block;
  text-align: right;
}

.cart__submit__disable--note p {
  display: inline-block;
  border:  #EF1B46 1px solid;
  padding: 15px;
  margin: 20px 0 ;
  color: #EF1B46;
}


@media screen and (max-width: 749px) {
  .cart-wrap {
    padding: 0 15px 30px 15px;
  }
  .cart__meta {
    width: 70%;
  }
  .cart__price {
    width: 25%;
  }
  .store-pickup-area {
    padding: 15px;
  }
  .store-pickup-inputarea label {
    font-size: 14px;
  }
  .cart__submit__disable {
    text-align: center;
  }
}
/* Account Page
*****************************************************************/
.responsive-table thead th {
  background: #F5F5F5;
  font-size: 14px;
}
.responsive-table tbody th,
.responsive-table tbody td {
  background: #FFF;
  font-size: 14px;
}
.sub {
  font-size: 85%;
}
.myaccount {
  flex-direction: row-reverse;
}
.myaccount__account-details {
  font-size: 14px;
}

/* 注文履歴 */
.order-table td::before,
.order-table th::before {
  min-width: 20%;
}
.order-table thead th {
  background: #FFF;
  font-size: 14px;
}
.order-table tbody th,
.order-table tbody td,
.order-table tfoot th,
.order-table tfoot td {
  background: #FFF;
  font-size: 14px;
}
.myaccount__order-history {
  margin-bottom: 40px;
}
@media screen and (max-width:749px) {
  .order-table th,
  .order-table td {
    padding: 0.8em 0.8em;
  }
  .order-table th.order-table__product {
  }
  .order-table td {
    border-top: #EEE 1px solid;
  }
  .order-table dl {
    margin: 0;
  }
  .order-table tbody tr+tr {
    border-top: #091E3E 1px solid;
  }
  .myaccount__account-details {
    margin-bottom: 40px;
  }
}

/* Free Page
*****************************************************************/
.main-content {
  padding: 30px 0 0 0;
  margin-bottom: 100px;
}
.template-index .main-content {
  padding: 0;
  margin-bottom: 30px;
}
@media screen and (max-width:749px) {
  .main-content {
    margin-bottom: 60px;
  }
}

/*---------------------------------
  会社概要
---------------------------------*/
.profile-table {
  width: 100%;
  margin: 0 auto;
  border-top: #EEE3CC 1px solid;

}
.profile-table th{
  width: 300px;
  padding: 15px 0;
  border: none;
  border-bottom: #EEE3CC 1px solid;
  background-color: none;
  line-height: 1.6;
  font-weight: bold;
  font-family: var(--font-gothic);
  color: #0d3d74;
}
.profile-table td{
  padding: 15px 0;
  border: none;
  border-bottom: #EEE3CC 1px solid;
  line-height: 1.6;
  color: #091E3E;
}
.center {
  text-align: center;
}
@media screen and (max-width:749px) {
  .profile-table th{
    display: block;
    width: 100%;
    padding: 15px 0 10px 0;
    background-color: none;
    border-bottom: none;
    font-size: 13px;
  }
  .profile-table td{
    display: block;
    width: 100%;
    padding: 0 0 20px;
    font-size: 13px;
  }
  .profile-table tr{
    margin-bottom: 0;
  }
  .profile-table{
    margin-bottom: 10px;
  }
}

/*---------------------------------
  問い合わせ
---------------------------------*/
.contact-form-wrap {
  max-width: 1000px;
  margin: 0 auto 30px auto;
  background: #FFF;
  border-radius: 8px;
  padding: 30px;
}
.form-item {
  display: flex;
}
.form-item-label {
  width: 200px;
  text-align: left;
  font-size: 15px;
  padding: 20px 0 10px 0;
}
.form-item-input {
  flex-grow: 1;
  text-align: left;
  font-size: 15px;
  padding: 10px 0 10px 20px;
}
.form-item-input input[type="text"],
.form-item-input input[type="email"],
.form-item-input input[type="tel"],
.form-item-input textarea {
  appearance:  none;
  border:  none;
  border-radius: 5px;
  padding: 12px 20px;
  width: 100%;
  margin: 0;
  background: #FBF7EF;
  font-size: 15px;
  line-height: 1.5;
}
.input-error-message {
  margin-top: 15px;
}
.must {
  display: inline-block;
  float: right;
  padding: 0 2px;
  border: #EF1B46 1px solid;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  color: #EF1B46;
}
.form-btn-wrap {
  text-align: center;
}

.form-message--error {
  color: #EF1B46;
  border: 1px solid #EF1B46;
  background-color: #fff8f8;
  padding: 1rem 1.3rem;
  text-align: left;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px auto;
}
.form-message--success {
  color: #091E3E;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 1rem 1.3rem;
  text-align: left;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px auto;
  font-size: 18px;
}
.form-message--error .form-message__link, .form-message--error a {
  color: #EF1B46;
}

@media screen and (max-width:749px) {
  .contact-form-wrap {
    margin: 0 auto 30px auto;
    padding: 15px;
  }
  .form-item {
    display: block;
  }
  .form-item-label {
    width: 100%;
    text-align: left;
    font-size: 13px;
    padding: 0;
  }
  .form-item-input {
    text-align: left;
    font-size: 15px;
    padding: 10px 0;
  }
  .form-item-input input[type="text"],
  .form-item-input input[type="email"],
  .form-item-input input[type="tel"],
  .form-item-input textarea {
    font-size: 16px;
    padding: 5px 10px;
  }
  .must {
    font-size: 11px;
  }
  .form-message--success {
    font-size: 21px;
  }
}


@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');

/* Color preset
black:      #091E3E
navy:       #0D3D74
pink        #EF1B46   テキストや面積の多い塗部分
pink        #FF0033   点や矢印など、面積の狭い部分
palebeige   #FCFCFA
darkbeige   #D9D9D4
gray        #DBDBDB
darkgray    #BBBBBB
=====================================================================*/

/* Page
=====================================================================*/
.only-sp{
  display: none;
}
.strong-beige{
  display: inline-block;
  background-color: #EBD3A8;
  font-weight: normal;
  padding: 0 4px;
}
.strong-red{
  display: inline-block;
  font-weight: nomal;
  color: #EF1B46;
}
.strong-bold{
  font-weight: bold;
}
.page-linktxt{
  text-decoration: underline;
}
.page-link{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  border: 1px solid #DECCAB;
  border-width: 1px 0 0 1px;
  background-color: #FBF7EF;
  border-radius: 5px;
}
.page-link li{
  display: flex;
  width: calc(100% / 6);
}
.page-link li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #DECCAB;
  border-width: 0 1px 1px 0;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #091E3E;
}
.page-link li a:hover{
  color: #091E3E;
  background-color: #FFFFFF;
}
.page-link li:nth-of-type(6) a{
  border-radius: 0 5px 0 0;
}
.page-link li:nth-of-type(12) a{
  border-radius: 0 0 5px 0;
}
.page-section{
  margin-bottom: 50px;
}
.page-section-title{
  display: flex;
  align-items: center;
  height: 27px;
  margin-bottom: 50px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.32;
  color: #091E3E;
  position: relative;
}
.page-section-title::before{
  content: '';
  display: inline-block;
  width: 3px;
  height: 27px;
  background-color: #EF1B46;
  border-radius: 3px;
  margin-right: 11px;
}
.page-section-title::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin: 11px 0 20px;
  background-image : linear-gradient(to right, #D2BD92, #D2BD92 3px, transparent 6px, transparent 6px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  top: 31px;
  left: 0;
}
.page-section-txt{
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #091E3E;
}
.page-topic{
   margin-bottom: 35px;
}
.page-topic-title{
  display: flex;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 14px;
  position: relative;
  padding: 0 0 0 17px;
}
.page-topic-title::before{
  content: '';
  display: inline-block;
  background-color: #EF1B46;
  width: 10px;
  height: 2px;
  border-radius: 3px;
  margin-right: 8px;
  position: absolute;
  top: 12px;
  left: 0;
}
.page-col2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-col2 > *{
  width: calc(50% - 60px);
}
.page-table tr{
  display: flex;
}
.page-table tr:first-of-type th{
  border: 1px solid #DECCAB;
  border-radius: 5px 0 0 0;
}
.page-table th{
  border: 1px solid #DECCAB;
  border-width: 0 1px 1px 1px;
  background-color: #FBF7EF;
  padding: 15px 20px;
  width: 200px;
  font-size: 14px;
}
.page-table tr:last-of-type th{
  border-radius: 0 0 0 5px;
}
.page-table tr:first-of-type td{
  border: 1px solid #DECCAB;
  border-width: 1px 1px 1px 0;
  border-radius: 0 5px 0 0;
}
.page-table td{
  border: 1px solid #DECCAB;
  border-width: 0 1px 1px 0;
  background-color: #FFFFFF;
  padding: 15px 20px;
  flex: 1;
  font-size: 14px;
}
.page-table tr:last-of-type td{
  border-radius: 0 0 5px 0;
}
.page-list-title{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 10px 0 5px;
}
.page-ol{
  counter-reset: number 0;
}
.page-ol > li{
  padding-left: 36px;
  position: relative;
  margin-bottom: 25px;
  font-size: 14px;
}
.page-ol  > li::before{
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: number;
  content: counter(number);
  width: 28px;
  height: 28px;
  border: 1px solid #DECCAB;
  background-color: #FFFFFF;
  border-radius: 100%;
  font-size: 14px;
  color: #091E3E;
  position: absolute;
  top: 0;
  left: 0;
}
.page-inner-ol{
  counter-reset: number 0;
}
.page-inner-ol > li{
  padding-left: 36px;
  position: relative;
  margin: 15px 0px;
  font-size: 14px;
}
.page-inner-ol  > li::before{
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: number;
  content: counter(number);
  width: 28px;
  height: 28px;
  border: 1px solid #DECCAB;
  background-color: #FFFFFF;
  border-radius: 100%;
  font-size: 14px;
  color: #091E3E;
  position: absolute;
  top: -4px;
  left: 0;
}
.page-faq > li{
  padding-left: 36px;
  position: relative;
  font-size: 14px;
}
.page-faq-question{
  margin-bottom: 14px;
}
.page-faq-answer{
  margin-bottom: 25px;
}
.page-faq-question::before,
.page-faq-answer::before{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #DECCAB;
  background-color: #FFFFFF;
  border-radius: 100%;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: -2px;
  left: 0;
}
.page-faq-question::before{
  content: 'Q';
  color: #091E3E;
}
.page-faq-answer::before{
  content: 'A';
  color: #EF1B46;
}
.page-ul > li{
  display: flex;
  flex-direction: column;
  padding: 0 0 0 12px;
  margin: 0 0 12px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: relative;
}
.page-ul > li::before{
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #EF1B46;
  position: absolute;
  top: 12px;
  left: 0;
}
.page-inner-ul > li{
  display: flex;
  flex-direction: column;
  padding: 0 0 0 12px;
  margin: 15px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  position: relative;
}
.page-inner-ul > li::before{
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #091E3E;
  position: absolute;
  top: 12px;
  left: 0;
}
.page-box{
  border: 1px solid #DECCAB;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}
.page-box-title{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 15px;
}
.page-box-table{
  margin-bottom: 20px;
  border: none;
}
.page-box-table tr{
  display: flex;
}
.page-box-table th{
  width: 45px;
  padding: 0;
  margin-right: 25px;
  font-size: 14px;
  text-align-last: justify;
  text-justify:inter-ideograph;
  letter-spacing: 0.1em;
  line-height: 1.5;
  white-space: nowrap;
  border: none;
}
.page-box-table td{
  flex: 1;
  border: none;
  padding: 0;
  font-size: 14px;
}
.img-score{
  width: 234px;
}
@media (max-width: 749px){
  .only-sp{
    display: block;
  }
  .page-link{
    margin-bottom: 30px;
  }
  .page-link li{
    display: flex;
    width: calc(100% / 2);
  }
  .page-link li a{
    font-size: 12px;
  }
  .page-section{
    margin-bottom: 28px;
  }
  .page-section-title{
    height: auto;
    margin-bottom: 31px;
    font-size: 16px;
  }
  .page-section-title::before{
    height: 24px;
    margin-right: 8px;
  }
  .page-section-title::after{
    margin: 6px 0 20px;
    bottom: -22px;
    left: 0;
  }
  .page-section-txt{
    font-size: 13px;
  }
  .page-topic{
     margin-bottom: 30px;
  }
  .page-topic-title{
    display: flex;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .page-col2{
    flex-direction: column;
  }
  .page-col2 > *{
    width: 100%;
  }
  .page-table th{
    padding: 14px 15px;
    width: 135px;
    font-size: 12px;
  }
  .page-table td{
    font-size: 12px;
  }
  .page-list-title{
    font-size: 13px;
  }
  .page-ol{
    counter-reset: number 0;
  }
  .page-ol > li{
    padding-left: 34px;
    margin-bottom: 25px;
    font-size: 13px;
  }
  .page-ol  > li::before{
    width: 25px;
    height: 25px;
    font-size: 13px;
  }
  .page-faq > li{
    font-size: 13px;
  }
  .page-faq-question::before,
  .page-faq-answer::before{
    width: 25px;
    height: 25px;
    font-size: 13px;
  }
  .page-ul > li{
    padding: 0 0 0 14px;
    margin: 0 0 16px 0;
    font-size: 13px;
  }
  .page-ul > li::before{
    top: 10px;
    left: 6px;
  }
  .page-inner-ul > li{
    padding: 0 0 0 14px;
    margin: 0 0 16px 0;
    font-size: 13px;
  }
  .page-inner-ul > li::before{
    top: 10px;
    left: 6px;
  }
  .page-box{
    padding: 15 px;
    margin-bottom: 30px;
  }
  .page-box-title{
    font-size: 13px;
    margin-bottom: 16px;
  }
  .page-box-table{
    margin-bottom: 10px;
  }
  .page-box-table th{
    width: 45px;
    margin-right: 23px;
    font-size: 13px;
  }
  .page-box-table td{
    font-size: 13px;
  }
  .page-topic-title::before{
    top: 9px;
    left: 0;
  }
}

/* Calendar（SP優先）
=====================================================================*/
.page-calendar{
  display: block;
  position: relative;
}
.page-calendar:before,
.page-calendar:after{
  content: "";
  display: block;
  clear: both;
}
.page-calendar blockquote{
  margin: 0 0 10px 0;
  padding: 0;
}
.page-calendar blockquote .pClndrMonth{
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #091E3E;
}
.page-calendar table{
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 30px;
  border-radius: 5px;
}
.page-calendar table:last-of-type{
  margin-bottom: 13px;
}
.page-calendar table tbody{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #DECCAB;
  border-width: 1px 0 0 1px;
  border-radius: 5px;
}
.page-calendar table tr{
  display: flex;
  width: 100%;
}
.page-calendar table th{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 7);
  border: 1px solid #DECCAB;
  border-width: 0px 1px 1px 0;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 11px 0 13px;
  background-color: #FBF7EF;
}
.page-calendar table td{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 7);
  border: 1px solid #DECCAB;
  border-width: 0px 1px 1px 0;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 11px 0 13px;
}
.page-calendar table th:first-of-type{
  border-radius: 5px 0 0 0;
}
.page-calendar table th:last-of-type{
  border-radius: 0 5px 0 0;
}
.page-calendar table tr:last-of-type td:first-of-type{
  border-radius: 0 0 0 5px;
}
.page-calendar table tr:last-of-type td:last-of-type{
  border-radius: 0 0 5px 0;
}
.page-calendar .pClndrMonth{
  font-size: 12px;
  font-weight: bold;
  margin: 0 20px 10px 0;
  vertical-align: middle;
}
.page-calendar .pClndrMonth span{
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid #DECCAB;
  background-color: #FFE8ED;
  margin-right: 10px;
  vertical-align: middle;
}
.page-calendar .pClndrMonth:last-of-type span{
  background-color: #AFEEEE;
}
.page-calendar .pClndrMonth:nth-last-of-type(2){
  float: left;
  width: auto;
}
@media (min-width: 750px){
  .page-calendar blockquote .pClndrMonth{
    display: flex;
    justify-content: center;
    width: 430px;
    font-size: 16px;
  }
  .page-calendar blockquote:last-of-type .pClndrMonth{
    position: absolute;
    top: 0;
    left: 460px;
  }
  .page-calendar table{
    display: block;
    width: 430px;
    margin-bottom: 11px;
  }
  .page-calendar table:last-of-type{
    position: absolute;
    top: 35px;
    left: 460px;
  }
  .page-calendar table th{
    font-size: 11px;
    padding: 12px 0;
  }
  .page-calendar table td{
    font-size: 11px;
    padding: 12px 0;
  }
  .page-calendar .pClndrMonth{
    display: flex;
    align-items: center;
    width: 430px;
    font-size: 13px;
    margin: 0 30px 10px 0;
  }
  .page-calendar .pClndrMonth span{
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

/* Shop List
=====================================================================*/
.page-link-shop{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 34px;
}
.page-link-shop::after{
  content: '';
  display: block;
  width: calc((100% - 84px) / 4);
}
.page-link-shop li{
  display: flex;
  width: calc((100% - 84px) / 4);
  margin-bottom: 20px;
}
.page-link-shop li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 10px;
  border: 1px solid #DECCAB;
  background-color: #FBF7EF;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #091E3E;
  position: relative;
}
.page-link-shop li a::before,
.page-link-shop li a::after{
  content: "";
  width: 8px;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
  background: #EF1B46;
  position: absolute;
}
.page-link-shop li a::before{
  top: calc(50%);
  right: 18px;
  transform: rotate(135deg);
}
.page-link-shop li a::after{
  bottom: calc(50% - 2px);
  right: 22px;
  transform: rotate(-135deg);
}
.page-link-shop li a:hover{
  background-color: #FFFFFF;
  color: #091E3E;
}
.page-link-shop li a:hover::before,
.page-link-shop li a:hover::after{
  top: calc(50% + 3px);
}
.shop{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.shop::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-image : linear-gradient(to right, #D2BD92, #D2BD92 3px, transparent 6px, transparent 6px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
}
.shop-info{
  flex: 1;
}
.shop-address{
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.shop-tel{
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.shop-maplink{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
  font-size: 13px;
  font-weight: bold;
  color: #091E3E;
  position: relative;
}
.shop-maplink::before,
.shop-maplink::after{
  content: "";
  width: 8px;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
  background: #EF1B46;
  position: absolute;
  right: 20px;
}
.shop-maplink::before{
  top: calc(50% - 2px);
  transform: rotate(45deg);
}
.shop-maplink::after{
  top: calc(50% + 2px);
  transform: rotate(135deg);
}
@media (max-width: 749px){
  .page-link-wrap{
    margin:  0 0 30px 0;
    padding: 0 35px;
  }
  .page-link-label{
    display: flex;
    align-items: center;
    padding: 14px 20px;
    border: 1px solid #DECCAB;
    border-radius: 5px;
    background-color: #FBF7EF;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #091E3E;
    position: relative;
  }
  .page-link-label.is-active{
    border-radius: 5px 5px 0 0;
  }
  .page-link-label::before,
  .page-link-label::after{
    content: "";
    width: 8px;
    height: 2px;
    display: inline-block;
    border-radius: 2px;
    background: #EF1B46;
    position: absolute;
  }
  .page-link-label::before{
    top: calc(50%);
    right: 18px;
    transform: rotate(135deg);
  }
  .page-link-label::after{
    bottom: calc(50% - 2px);
    right: 22px;
    transform: rotate(-135deg);
  }
  .page-link-label.is-active::before{
    transform: rotate(45deg);
  }
  .page-link-label.is-active::after{
    transform: rotate(-45deg);
  }
  .page-link-shop{
    display: none;
  }
  .is-active.page-link-shop{
    display: block;
    border-radius: 5px 5px 0 0;
  }
  .page-link-shop li{
    width: 100%;
    margin-bottom: 0;
  }
  .page-link-shop li a{
    justify-content: flex-start;
    padding: 7px 20px;
    border-width: 0 1px 1px 1px;
    border-radius: 0;
  }
  .page-link-shop li a::before,
  .page-link-shop li a::after{
    content: none;
  }
  .page-link-shop li:last-of-type a{
    border-radius: 0 0 5px 5px;
  }
  .shop{
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .shop-address{
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .shop-tel{
    font-size: 13px;
  }
  .shop-maplink{
    display: block;
    padding: 0 20px 0;
    font-size: 11px;
    position: relative;
    text-align: right;
  }
  .shop-maplink::before,
  .shop-maplink::after{
    right: 0;
  }
}


.shopify-challenge__container {
  max-width: 640px;
}
.shopify-challenge__container .g-recaptcha {
  margin-bottom: 40px;
}

/* 装飾
=====================================================================*/
.bold {
  font-weight: bold !important;
}
.text-note {
  font-size: 13px;
}
.icon-circle {
  padding: 0 0 0 15px;
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/footer-cube.png?v=67928065517425018441662426291') no-repeat 0 6px;
  background-size: 10px;
  font-size: ;
}
.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 749px) {
  .text-note {
    font-size: 12px;
  }
}
.grecaptcha-badge {
  bottom: 130px !important;
}


/* 商品詳細スライダー */
.product-image-slider .slick-prev,
.product-image-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 55px;
  cursor: pointer;
  z-index: 1;
  transition: .5s;
  opacity: 1;
  visibility: visible;
  transition: opacity ease 0.5s;
  color: transparent;
  border: none;
  outline: none;
  z-index: 5;
}
.product-image-slider .slick-prev {
  left: 0;
}
.product-image-slider .slick-prev,
.product-image-slider .slick-prev:hover,
.product-image-slider .slick-prev:focus {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/btn-prev.png?v=116182615443403267831662426291') no-repeat 0 0;
}
.product-image-slider .slick-next {
  right: 0;
}

.product-image-slider .slick-next,
.product-image-slider .slick-next:hover,
.product-image-slider .slick-next:focus {
  background: url('//www.heartmarket.shop/cdn/shop/t/14/assets/btn-next.png?v=18909887655952686981662426291') no-repeat 0 0;
}

.product-image-slider .slick-next:before,
.product-image-slider .slick-prev:before {
  display: none;
}
.product-image-slider .slick-slide img {
  margin: 0 auto;
  border-radius: 12px;
}
.product-thumbs-slider {
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.product-thumbs-slider li {
  width: 55px;
  height: auto;
  border-radius: 3px;
  border: transparent 1px solid;
  width: 11% !important;
  max-width: initial !important;
  margin: 0 calc(12% / 7) calc(12% / 7) 0;
  padding: 0;
}
.product-thumbs-slider li img {
  display: block;
}
.product-thumbs-slider li.slick-active {
  border-color: #EF1B46;
}
.product-thumbs-slider li:nth-of-type(8n) {
  margin-right: 0 ;
}

#item-image-modal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#item-image-modal img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
  object-fit: contain;
}

@media screen and (max-width: 749px) {
  .product-image-slider {
    width: 100%;
    margin-top: 10px;
  }
  .product-thumbs-slider {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    text-align: left;
    -webkit-overflow-scrolling: touch;
    margin-top: 10px;
  }
  .product-thumbs-slider li {
    display: inline-block;
    width: 50px !important;
    margin-right: 5px !important;
    height: auto;
  }
  .product-thumbs-slider li:nth-of-type(8n) {
    margin-right: 5px !important;
  }
  .product-image-slider .slick-prev {
    left: -10px;
  }
  .product-image-slider .slick-next {
    right: -10px;
  }
}

@media screen and (max-width: 749px) {
  .sp-center {
    text-align: center;
  }
  .sp-left {
    text-align: left;
  }
  .sp-right {
    text-align: right;
  }
}

.mt30 {
  margin-top: 30px;
}
/* スクロールバー */
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  background: #CCC;
}


.sa-compare-at-price {
  font-size: 13px !important;
  color: #091E3E !important;
  line-height: 1.2;
  vertical-align: baseline;
}

.sa-price {
  color: var(--color-body-text);
  line-height: 1.2;
  vertical-align: baseline;
}
.sa-price::after,
.ws-original-price::after {
  content: "（税込）";
  font-size: 11px;
  display: inline-block;
}
.swatch-variant-onsale .sa-price {
  color: var(--color-sale-text) !important;
  display: block;
}


@media screen and (max-width: 749px) {
  .sa-compare-at-price {
    display: block;
    font-size: 11px !important;
  }
  .sa-price {
    font-size: 16px;
  }
}

/* CP連携以降 */
.select-wrap {
  padding: 0;
  margin-bottom: 20px;
}
.birthday select {
  display: inline-block;
  width: 20%;
}
.cp-account-table {
  border: #DDD 1px solid;
}
.cp-account-table th {
  border-bottom: #DDD 1px solid;
  background: #FFF;
  text-align: left;
  font-size: 13px;
  padding: 15px 10px;
  line-height: 1.5;
}
.cp-account-table td {
  border-bottom: #DDD 1px solid;
  background: #FFF;
  text-align: left;
  font-size: 13px;
  padding: 15px 10px;
  line-height: 1.5;
}


.barcode-wrap {
  max-width: 900px;
  border: #091E3E 1px solid;
  padding: 30px;
  margin: 0 auto 40px auto;
}
.barcode-head {
  text-align: center ;
  margin-bottom: 20px;
}

.cp-btns li {
  margin: 0 0 20px 0;
}


.barcode {
  margin: 30px 0;
}
.has-point {
  margin: 15px 0 5px 0;
  font-size: 14px;
}
@media screen and (max-width: 749px) {
  .has-point {
    margin: 15px 0 5px 0;
    font-size: 12px ;
  }
  .barcode-wrap {
    padding: 0;
    border: none;
  }
  .cp-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cp-btns li {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .cp-btns .btn {
    min-width: 80%;
  }
  .barcode {
    margin: 15px 0;
  }
}

/* 絞り込みアプリの動作不良に伴う調整 */
.boost-pfs-filter-tree-mobile-button {
  display: none !important;
}