/** Shopify CDN: Minification failed

Line 447:0 Unexpected "}"

**/
html {
  scroll-behavior: smooth;
}

@media (min-width: 750px) { 
  .pc_only { display: block !important; }
  .sp_only { display: none !important; }
}


.socialplus-associate-banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    margin-bottom: 100px;
    z-index: 10;
}



@media (min-width: 750px) {
  .review_card[id] {
    scroll-margin-top: 82px;
  }
}
@media (max-width: 749px) {
  .review_card[id] {
    scroll-margin-top: 60px;
  }
}


  @media (max-width: 749px) {
      .pc_only { display: none !important; }
      .sp_only { display: block !important; }
  }

  /* スマホで改行 */
  .sp-br {
    display: none;
  }

  .socialplus-associate-banner {
    margin-bottom: 80px;
}
  
  @media screen and (max-width: 750px) {
    .sp-br {
      display: inline;
    }
  }

/* オレンジボタン（中央配置） */
.n-btn-orange-center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  margin: var(--space-lg) auto;
  padding: 12px 32px;
  overflow: hidden;
  border-radius: 999px;
  background-color: var(--orange);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: color 0.35s ease;
}

.n-btn-orange-center::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(100%);
  transition: transform 0.35s ease;
}

.n-btn-orange-center:hover::before {
  transform: translateY(0);
}

.n-btn-orange-center {
  isolation: isolate;
}

.n-btn-orange-center::after {
  content: "";
}

.n-btn-orange-center:hover {
  color: #ffffff;
}

.n-btn-orange-center > * {
  position: relative;
  z-index: 1;
}

/* オレンジボタン（中央配置小サイズ） */
.n-btn-orange-center-mini {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    margin: var(--space-md) auto 0 auto;
    padding: 12px 32px;
    overflow: hidden;
    border-radius: 999px;
    background-color: var(--orange);
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: color 0.35s ease;
}

.n-btn-orange-center-mini::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(100%);
  transition: transform 0.35s ease;
}

.n-btn-orange-center-mini:hover::before {
  transform: translateY(0);
}

.n-btn-orange-center-mini {
  isolation: isolate;
}

.n-btn-orange-center-mini::after {
  content: "";
}

.n-btn-orange-center-mini:hover {
  color: #ffffff;
}

.n-btn-orange-center-mini > * {
  position: relative;
  z-index: 1;
}

/* オレンジボタン（中央配置左寄せ配置） */
.n-btn-orange-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  margin: var(--space-lg) auto var(--space-lg) 0;
  padding: 12px 32px;
  overflow: hidden;
  border-radius: 999px;
  background-color: var(--orange);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: color 0.35s ease;
}

.n-btn-orange-left::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(100%);
  transition: transform 0.35s ease;
}

.n-btn-orange-left:hover::before {
  transform: translateY(0);
}

.n-btn-orange-left {
  isolation: isolate;
}

.n-btn-orange-left::after {
  content: "";
}

.n-btn-orange-left:hover {
  color: #ffffff;
}

.n-btn-orange-left > * {
  position: relative;
  z-index: 1;
}




@media screen and (max-width: 750px) {
  .n-btn-orange-center {
    max-width: 320px;
    padding: 10px 24px;
    font-size: 1.5rem;
  }
    .n-btn-orange-center-mini {
    max-width: 280px;
    padding: 10px 24px;
    font-size: 1.4rem;
  }
  /* オレンジボタン（中央配置左寄せ配置・スマホは中央） */
  .n-btn-orange-left {
    max-width: 320px;
    padding: 10px 24px;
    font-size: 1.5rem;
    margin: var(--space-lg) auto var(--space-lg) !important;
  }
}

/* フローティングバナー */
.line-floating-banner {
  position: fixed;
  right: max(0px, calc((100vw - 1920px) / 2));
  bottom: 50%;
  z-index: 9999;
  display: block;
  width: 66px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease;
}

.line-floating-banner img {
  display: block;
  width: 100%;
  height: auto;
}

/* PC・スマホ画像の表示切り替え */
.line-floating-banner .pc-only {
  display: block !important;
}

.line-floating-banner .sp-only {
  display: none !important;
}

.line-floating-banner.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.line-floating-banner.is-hide-bottom {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}


.bold {
font-weight: bold;
}
.t-center {
  text-align:center;
}
.orange-light {
color: var(--orange-light)
}
.white {
  color: var(--white)
  }
.large-text {
  font-size: 1.4em;
}

/* スマホ */
@media screen and (max-width: 749px) {
  .line-floating-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 140px;
    transform: translateY(20px);
  }

  .line-floating-banner .pc-only {
    display: none !important;
  }

  .line-floating-banner .sp-only {
    display: block !important;
  }

  .line-floating-banner.is-show {
    transform: translateY(0);
    display: block;
  }

  .line-floating-banner.is-hide-bottom {
    transform: translateY(20px);
  }
}


/* フェードイン */
.fade-in {
  opacity: 0;
  transition: opacity 1.5s ease;
}

.fade-in.is-visible {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .fade-in {
    opacity: 1;
    transition: none;
  }
}

/* フェードアップ */
/* 表示前 */
.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 1s ease,
    transform 1s ease;
}

/* 表示後 */
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 動きを減らす設定への配慮 */
@media (prefers-reduced-motion: reduce) {
  .fade-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* フェードインアニメーション1秒 */
.fade-in-1s {
  opacity: 0;
  animation: fadeIn1s 1.5s ease 1s forwards;
}

@keyframes fadeIn1s {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* フェードインアニメーション2秒 */
.fade-in-2s {
  opacity: 0;
  animation: fadeIn2s 2s ease 1.5s forwards;
}

@keyframes fadeIn2s {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* フェードインアニメーション3秒 */
.fade-in-3s {
  opacity: 0;
  animation: fadeIn3s 3s ease 2.5s forwards;
}

@keyframes fadeIn3s {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ====================================================
紅参エキス茶 商品詳細ページ（PC）左右背景
==================================================== */
/*
@media screen and (min-width: 990px) {

body.template-product #MainContent {
  background:
    linear-gradient(
      to right,
      #F9F2EB 0,
      #F9F2EB calc((100% - 100rem) / 2),
      #ffffff calc((100% - 100rem) / 2),
      #ffffff calc((100% + 100rem) / 2),
      #F9F2EB calc((100% + 100rem) / 2),
      #F9F2EB 100%
    ) !important;
}

body.template-product #MainContent .gradient,
body.template-product #MainContent .color-scheme-1 {
  background: transparent !important;
}
*/
}

