/** Shopify CDN: Minification failed

Line 18:20 Expected identifier but found whitespace
Line 18:21 Unexpected "#"
Line 18:32 Expected ":"
Line 19:21 Expected identifier but found whitespace
Line 19:22 Unexpected "#"
Line 19:33 Expected ":"
Line 21:0 Unexpected "}"
Line 117:27 Expected identifier but found whitespace
Line 117:29 Unexpected "{"
Line 117:39 Expected ":"
... and 3 more hidden warnings

**/
:root {
  --font-body-family: "ITC Johnston Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Meiryo", "MS Gothic", sans-serif !important;
  --font-body-style: #{base_font.style};
  --font-body-weight: #{base_font.weight};
}
}
body {
  font-family: var(--font-body-family);
}
body,
.rte,
.rte *,
p,
div,
li,
td,
th,
.product-single__description,
.product-item__title,
.cart-item__title {
  font-family: "ITC Johnston Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Meiryo", "MS Gothic", sans-serif !important;
}
h1, h2, h3, h4, h5, h6, h7 {
  font-family: "Righteous", sans-serif !important;
}
.social__links li a {
    color: var(--link) !important;
}
.footer__block .social-link {
    color: #fff !important;
}

/*--------------------------------------------------------------------
SOLD OUT表示
--------------------------------------------------------------------*/
.product-item__sold-out-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7373737d;
  z-index: 2;
}

.product-item__sold-out-overlay p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 155%;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .product-item__sold-out-overlay p {
      font-size: 100%;
  }
}
/*--------------------------------------------------------------------
COMING SOON表示コレクショングリッド
--------------------------------------------------------------------*/
.coming-soon-text {
  display: inline-block; /* Makes it possible to set width and height */
  background-color: #656565; /* Dark gray background */
  color: #ffffff; /* White text */
  padding: 5px 10px; /* Add some padding around the text */
  border-radius: 15px; /* Rounded corners */
  font-size: 14px; /* Adjust size as needed */
  text-align: center;
  margin-top: 5px;
  font-weight: 500; /* Makes the text bold */
}
.coming-soon-container {
  text-align: center; /* Centers the 'COMING SOON' text */
  margin-top: 5px; /* Adds space above the 'COMING SOON' text */
}
/*--------------------------------------------------------------------
商品ページCOMING SOONボタン表示
--------------------------------------------------------------------*/
.btn--coming-soon {
  /* Add your Coming Soon button styles here */
  background-color: #ccccccb3; /* Example background color */
  --btn-border: var(--BTN-PRIMARY-BORDER-COLOR);
  --btn-bg: transparent;
  --btn-text: var(--BTN-PRIMARY-BORDER-COLOR);
  --btn-border-hover: var(--BTN-PRIMARY-BORDER-COLOR);
  --btn-bg-hover: transparent;
  --btn-text-hover: var(--BTN-PRIMARY-BORDER-COLOR);
  font-weight: 500;
  border-radius: 25px;
  font-size: x-small;
  border: 1px solid #215aa8;
}

/*----------------------------------------------------------------------
SALEラベル
------------------------------------------------------------------------*/
:root {
  --label-background-color: {{ settings.label_background_color | default: "#FF0000" }};
  --label-text-color: {{ settings.label_text_color | default: "#FFFFFF" }};
}

.dynamic-label {
  background-color: #215AA8 !important;
  color: #fff !important;
    /*background-color: var(--label-background-color) !important;
    color: var(--label-text-color) !important;*/
    border-radius: 4px !important;
    padding: 3px 10px 2px !important;
    font-weight: bold !important;
    display: inline-block !important;
    margin: 5px auto 10px !important;
    font-size: 0.8rem;
}
.timesale-collection-page .breadcrumbs__arrow {
    width: 0;
    height: 0;
}
.timesale-collection-page .breadcrumbs a:nth-of-type(2) {
    background-color: #ED0101;
    color: #fff;
    padding: 1px 8px;
    margin-left: -20px;
    margin-right: 30px;
    margin-bottom: 7px;
    border-radius: 5px;
}
.product__price--off span[data-price-off-amount]::after {
    content: "OFF";
}
.product__price--off {
    color: #ED0101;
    font-weight: 600;
}

@media only screen and (max-width: 749px) {
  .timesale-collection-page .breadcrumbs a:nth-of-type(2) {
    margin-right: 90px;
  }
  .breadcrumbs {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }
}
@media only screen and (max-width: 404px) {
  .dynamic-label {
    font-size: 0.7rem;
  }
}
                       
/*----------------------------------------------------------------------
ページ下部の不要なアキを削除（インラインスタイルで発生）
------------------------------------------------------------------------*/
html {
    padding-bottom: 0 !important;
}

                 
/*----------------------------------------------------------------------
予約販売アプリ
------------------------------------------------------------------------*/
.product-item__image .ruffruff-pre-order-product > .ruffruff-pre-order-badge {
    background-color: #ff0000 !important;
}
.ruffruff-pre-order-selling-plan-group > [class^="_root"] {
    background-color: red !important;
    color: #fff !important;
}

/*----------------------------------------------------------------------
LINEアイコン設置
------------------------------------------------------------------------*/
.line_icon {
  width: 24px;
  height: 24px;
}
.ft_line_icon {
  width: 23px;
  height: 23px;
  margin-top: 2px;
}
.drawer--header .drawer__bottom .social__links {
  --icon-size: 30px !important;
}
.drawer__inner .line_icon {
  margin-top: 3px;
}
.icon-instagram {
  width: 28px;
  height: 28px;
}

/*----------------------------------------------------------------------
NEWSページ追加
------------------------------------------------------------------------*/
#news .blog-listing.product-grid {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 3%;
}
#news .blog-section {
  padding-top: 100px;
}
#news h1.blog__title.h3 {
  margin-bottom: 60px;
  font-size: calc(var(--font-8)* var(--FONT-ADJUST-HEADING));
}

@media only screen and (max-width: 749px) {
  #news .blog-section {
    padding-top: 60px;
  }
  #news h1.blog__title.h3 {
    margin-bottom: 40px;
  }
}

/* NEWS単独ページ */
.template-article .article__title {
  text-align: center;
  font-size: 24px;
}
.template-article .article__wrapper {
  max-width: 780px;
  margin-top: -90px;
  background-color: #faf6e4;
  z-index: 100;
  position: relative;
  padding-top: 30px;
}
.template-article .article__wrapper .article {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.template-article .article__wrapper .article .article__content p {
  font-size: 15px;
}
.template-article .article__wrapper h6 {
  font-size: 16px;
  font-weight: 600;
}
.template-article .article__wrapper .news_flex {
  display: flex;
  justify-content: start;
  align-items: center;
}
.template-article .article__wrapper .news_flex img {
    width: 51%;
    margin-right: 5%;
}

/* NEWS BOBO MVの見える位置設定 */
/*shopify-section-template--24239690875191__main .image__fill img {
    object-position: center 85%;
}
@media (max-width: 1800px) {
    #shopify-section-template--24239690875191__main .image__fill img {
        object-position: center 90%;
    }
}
@media (max-width: 1400px) {
    #shopify-section-template--24239690875191__main .image__fill img {
        object-position: center 100%;
    }
}
@media (max-width: 880px) {
    #shopify-section-template--24239690875191__main .image__fill img {
        object-position: center top;
    }
}*/
                       

@media only screen and (max-width: 749px) {
  .template-article .article__title {
    font-size: 20px;
  }
  .template-article .article__wrapper .article .article__content p {
    font-size: 12px;
  }
  .template-article .article__wrapper h6 {
    font-size: 15px;
  }
  .template-article .article__wrapper .news_flex {
    display: block;
  }
  .template-article .article__wrapper .news_flex img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .template-article .article__wrapper {
    margin-top: 0;
    padding-top: 15px;
  }
}

/* Blog no2 ISETAN */
body#\33 -6-thu-pop-up-event-in-isetan-shinjuku .image__hero__frame {
    background-color: #fffbbf;
}
body#\33 -6-thu-pop-up-event-in-isetan-shinjuku .image__hero__frame img {
    object-fit: contain;
}
@media only screen and (max-width: 768px) {
  body#\33 -6-thu-pop-up-event-in-isetan-shinjuku .image__hero__frame img {
    object-fit: cover;
  }
}
/*MainContentsの上のアキを削除*/
@media screen and (min-width:480px) and ( max-width:844px) {
  #MainContent {
    margin-top: calc(-42px + 42*(100vw - 480px) / 364);
  }
}
@media (max-width: 880px) {
  :is(
    #shopify-section-template--24162006008119__main,
    #shopify-section-template--24239690875191__main
  ) .article__wrapper {
    margin-top: -40px;
  }
}
                       
                       