@charset "utf-8";
:root{
  /* body背景色 */
  --BRAND_BACK_COLOR: var(--PINK03);

  /* ブランドカラー */
  --BRAND_COLOR: var(--PINK04);

  /* 英数字フォント */
	--FF_EN: var(--FF_JOSEFIN);

  /* 文字色 */
  --BODY_TXT_COLOR: var(--BROWN01);

}
body{
  background-color: var(--BRAND_BACK_COLOR);
}
/* ヘッダー */
.hd-brandListLink__label{
  color: var(--BRAND_COLOR);
}
@media screen and (min-width: 768px){
  .hd-logo--brand{
    width: 308px;
  }
  .hd-menuTrigger{
    background-color: var(--WHITE);
  }
  .hamburger__line{
    background-color: var(--BRAND_COLOR);
  }
}
@media screen and (max-width: 767px){
  .hd-logo--brand{
    width: 200px;
  }
}
/* スライダー */
.t-fvSlide img{
  border-radius: 20px;
}
/* ホットワード */
.t-hotword::before{
  background-color: var(--BRAND_BACK_COLOR);
}
.t-hotword__heading{
  background-color: var(--BRAND_BACK_COLOR);
  color: var(--BRAND_COLOR);
}
.t-hotword__heading:first-letter{
  color: var(--ORANGE01);
}
.t-hotword__list li a{
  background-color: var(--WHITE);
}
/* ブランド紹介 */
.t-brandIntro__sizeGuide{
  background-color: var(--WHITE);
  border-radius: 17px;
  padding: 5px 25px 7px;
}
/* g-heading */
.g-heading__en{
  font-weight: 500;
  color: var(--BRAND_COLOR);
}
.g-heading__en::first-letter{
  color: var(--ORANGE01);
}
.g-heading__ja{
  color: var(--BODY_TXT_COLOR);
}
.t-new .g-heading__en{
  position: relative;
}
.t-new .g-heading__en::after{
  content: "";
  display: inline-block;
  background: url(/asset2025/images/coeuracoeur/title_news.svg) no-repeat center center / 100%;
  aspect-ratio: 300/213;
  width: 33px;
  position: absolute;
  top: -19px;
  right: -22px;
}
@media screen and (max-width: 767px){
  .t-new .g-heading__en{
    width: fit-content;
    margin-inline: auto;
  }
}
.t-ranking .g-heading__en{
  position: relative;
}
.t-ranking .g-heading__en::before{
  content: "";
  display: inline-block;
  background: url(/asset2025/images/coeuracoeur/title_rank.svg) no-repeat center center / 100%;
  aspect-ratio: 300/232;
  position: absolute;
}
@media screen and (min-width: 768px){
  .t-ranking .g-heading__en{
    padding-left: 60px;
  }
  .t-ranking .g-heading__en::before{
    width: 51px;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px){
  .t-ranking .g-heading__en{
    width: fit-content;
    margin-inline: auto;
  }
  .t-ranking .g-heading__en::before{
    width: 34px;
    top: 0;
    left: -40px;
  }
}
.t-usersSnap .g-heading__en{
  position: relative;
}
.t-usersSnap .g-heading__en::before{
  content: "";
  display: inline-block;
  background: url(/asset2025/images/coeuracoeur/title_snap.svg) no-repeat center center / 100%;
  aspect-ratio: 300/253;
  position: absolute;
}
@media screen and (min-width: 768px){
  .t-usersSnap .g-heading__en{
    padding-left: 60px;
  }
  .t-usersSnap .g-heading__en::before{
    width: 51px;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px){
  .t-usersSnap .g-heading__en{
    width: fit-content;
    margin-inline: auto;
  }
  .t-usersSnap .g-heading__en::before{
    width: 34px;
    top: 0;
    left: -40px;
  }
}
.t-insta .g-heading__en{
  position: relative;
}
.t-insta .g-heading__en::before{
  content: "";
  display: inline-block;
  background: url(/asset2025/images/coeuracoeur/title_inst.svg) no-repeat center center / 100%;
  aspect-ratio: 300/300;
  position: absolute;
}
@media screen and (min-width: 768px){
  .t-insta .g-heading__en{
    padding-left: 60px;
  }
  .t-insta .g-heading__en::before{
    width: 57px;
    top: -10px;
    left: 0;
  }
}
@media screen and (max-width: 767px){
  .t-insta .g-heading__en{
    width: fit-content;
    margin-inline: auto;
  }
  .t-insta .g-heading__en::before{
    width: 36px;
    top: -5px;
    left: -40px;
  }
}
.t-history .g-heading__en{
  position: relative;
}
.t-history .g-heading__en::before{
  content: "";
  display: inline-block;
  background: url(/asset2025/images/coeuracoeur/title_history.svg) no-repeat center center / 100%;
  aspect-ratio: 300/291;
  position: absolute;
}
@media screen and (min-width: 768px){
  .t-history .g-heading__en{
    padding-left: 60px;
  }
  .t-history .g-heading__en::before{
    width: 50px;
    top: -5px;
    left: 0;
  }
}
@media screen and (max-width: 767px){
  .t-history .g-heading__en{
    width: fit-content;
    margin-inline: auto;
  }
  .t-history .g-heading__en::before{
    width: 32px;
    top: 0px;
    left: -35px;
  }
}
/* g-fsProductList */
.fs-c-productCarouselMainImage__image,
.itemImg,
.fs-c-productListItem__image a,
.fr3-item__imageContainer{
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.g-fsProductList .fs-c-productName__name{
  color: var(--BODY_TXT_COLOR);
}
.g-fsProductList .fs-c-productPrice *{
  color: var(--BODY_TXT_COLOR);
}
.itemName,
.fr3-item__productName,
.fs-c-productName__name{
  color: var(--BODY_TXT_COLOR);
}
.fr3-item__productPrice *,
.itemList__unit .fs-c-productPrice *,
.fs-c-productListItem__prices *{
  color: var(--BODY_TXT_COLOR);
}
/* g-separatorLine */
.g-separatorLine{
  background: url(/asset2025/images/coeuracoeur/separator.svg) repeat-x center center / 61px 8px;
}
.g-separatorLine::before{
  content: none;
}
/* [data-frame-id="top_history"] */
[data-frame-id="top_history"] .fr3-item__imageContainer{
  border-radius: 20px;
  overflow: hidden;
}
/* フッター */
.footerarea{
  background-color: var(--BRAND_BACK_COLOR);
}
.footerarea::before{
  content: none;
}
.ft-realShopLink > a{
  background-color: var(--GRAY01);
}
@media screen and (min-width: 768px){
  .footerarea{
    padding-top: var(--GAP_100);
  }
}
@media screen and (max-width: 767px){
  .footerarea{
    padding-top: 50px;
  }
}

/* 商品グループと商品詳細 */
#fs_ProductCategory{
  background-color: var(--WHITE);
}
#fs_ProductDetails{
  background-color: var(--WHITE);
}
header,
footer{
background-color: var(--BRAND_BACK_COLOR);
}


/* new_main2_4.css 打ち消し */
.fs-l-pageMain center img{
  width: 100%;
}