@charset "UTF-8";

/* このファイルに記載することでCSSを上書きできます
html {
  color: #F00;
}
*/
:root{
  --color-primary: #EE5B57; 
  --color-bg: #968C82;
}

.s-footer{
  background-color: var(--color-bg);
  color: var(--color-white);
}

  /* ヘッダー tel */
@media screen and (max-width: 991px) {

  .s-header-wrap{
    padding-right: 1rem;
    justify-content: flex-start;
  }

  .s-header-wrap__logo{
    margin-left: 2rem;
    width: clamp(6rem, 30vw, 14rem);
  }

  .s-header:has(.s-header-navBlok__openBtn) .s-header-wrap__logo{
    margin-left: 6rem;
  }

  .s-header-wrap__nav{
    top: 2.5rem;
  }

  .s-header-wrap,
  .s-header{
    height: 8rem;
  }

  .s-header-wrap__utility{
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
  }

  .s-header-utilityList{
    align-items: center;
    gap: 0.5rem;
  }

  .p-site-header__tel-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 100%;
    min-height: 60px;
    padding: 6px 4px 4px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .p-site-header__tel-button img{
    width: 32px;
    height: 32px;
  }

  .p-site-header__tel-button {
    flex: 0 0 78px;
    width: 78px;
    min-height: 60px;
    padding: 0;
    border: 2px solid #e64336;
    border-radius: 12px;
    background: #fff;
    color: #e64336 !important;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
  }

  .s-header-wrap__utility{
    transform: translateY(0);
    position: static;
  }

  .s-header-wrap__logo{
    margin-right: auto;
  }

}
@media screen and (min-width: 992px) {

  .s-header-utilityList{
    align-items: center;
    gap: 1rem;
  }

  .s-header-wrap__logo{
    width: 15rem;
  }

  .p-site-header__tel {
    margin: 0;
    color: #CDA55A;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    text-align: right;
  }

  .p-site-header__tel-mark {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-top: -5px;
  }

  .p-site-header__tel-free {
    display: block;
    color: #CDA55A;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }

  .p-site-header__tel img {
    display: block;
    width: 32px;
    height: auto;
    margin-top: 2px;
  }

  .p-site-header__tel-number {
    display: inline-block;
    font-family: var(--font-en);
    vertical-align: middle;
  }

  .p-site-header__tel-note {
    display: block;
    color: #000;
    font-size: 13px;
    line-height: 1.5;
  }

  .s-header-wrap__logo{
    margin-right: auto;
  }

  .s-header-wrap__utility{
    flex-grow: unset;
    margin: 0;
  }

}

/* top */
/* news ranking view more 非表示 */
.p-page-home a[href*="/news/list"],
.p-page-home a[href*="/ranking/list"]{
  display: none;
}


/* オーダー */
.c-orderSectCol-annotation__text,
.c-orderSectHeading__lead{
  font-size: 1.5rem;
}

.s-orderContent-foot:has(.m-productRecommend-wrap[data-item-list-name="最近チェックしたアイテム"]){
  display: none;
}