/* 追加 */
/*
th {
  width: 30%;
background:#E5E5E5;
padding:5px;
}
td {
  width: 60%;
background:#F2F2F2;
padding:5px;
}*/


/* テキストのアニメーション(透過率変更) */
.text-opacity{
font-weight: bold;
}
@keyframes blinkOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.text-opacity {
  animation: blinkOpacity 1s ease-in-out infinite alternate;
}
/* テキストのアニメーション(透過率変更)ここまで */

.color_chip{
  border-radius: 10px;
margin:3px;
  width: 20px;
  height: 20px; 
}

.bn_camp {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.gift_bn {
  margin: 0 auto;
  text-align: center;
  padding:20px 0;
}
.kaiun_bn {
  margin: 0 auto;
  text-align: center;
  padding-top:20px;
}
.novelty_bn {
  margin: 0 auto;
  text-align: center;
padding-bottom:20px;
}

@media screen and (min-width: 769px) {
.sma{
    display: none;
}
.gift_bn {
  width: 65%;
}
.kaiun_bn {
  width: 65%;
}
.novelty_bn{
  width: 65%;
}
.header-bottom_gift{
    display: none;
  }
}
@media screen and (max-width: 770px) {

  .pc{
    display: none;
  }

}

/* 20240711 Copyright・リンク */
#copyright a {
  color: #fff;
}

/* 20240930 footer配送・お支払い情報の追加 */
.footer-guideList {
  color: #ffffff;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  font-family: 'Times New Roman', 'noto-serif-jp', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', serif;
}
.footer-guideList_item {
  width: 60%;
}
.footer-guideList_item:first-child {
  width: 38%;
}
.footer-guideList_item_title {
  text-align: center;
  border-top: 1px solid #364d48;
  border-bottom: 1px solid #364d48;
  font-size: 1.6rem;
  padding: 10px 0;
}
.footer-guide_deliveryList{
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
.footer-guide_deliveryListItem {
  width: 48%;
}
.font-weight-bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer-guideList,
  .footer-guide_deliveryList {
    flex-direction: column;
  }
  .footer-guideList_item,
  .footer-guideList_item:first-child,
  .footer-guide_deliveryListItem {
    width: 100%;
  }
}

/* 20240930 ページトップボタン */
.pagetop{
  position: fixed;
  z-index: 20;
  right: 20px;
  bottom: 36px;
  background-color: #364d48;
  cursor: pointer;
  padding: 2px;
}
.pagetop_inner {
  display: flex;
  align-items: center;
}
.pagetop_text {
  color: #ffffff;
  padding: 17px 20px;
  font-family: 'Times New Roman', 'noto-serif-jp', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', serif;
  border: #ffffff 1px solid;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pagetop{
  right: 8px;
  bottom: 28px;
  }
  .pagetop_text {
  padding: 10px 13px;
  }
}
/* 20240930 ランキングコンテンツ */
.ranking_number{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Times New Roman', 'noto-serif-jp', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', serif;  
}
.ranking_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.ranking_list .ranking_list__item {
  flex-basis: 200px;
  max-width: 200px;
  min-width: 200px;
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  .ranking_list .ranking_list__item {
  width: calc(50% - 5px);
  max-width: unset;
  min-width: unset;
  flex-basis: unset;
  margin: 0;
  }
  .ranking_list .ranking_list__item .fs-c-productListItem__image__image {
  margin: 0 auto;
  display: block;
  }
  .ranking_list .ranking_list__item:first-child{
  width: 100%;
  }
}

/* 20241128 フッターカテゴリメニュー  */
.footer-category-list {
  color: #ffffff;
  font-family: 'Times New Roman', 'noto-serif-jp', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', serif;
}
.footer-category-list a {
  color: #fff;
}
.footer-category-list .headline {
  font-size: 120%;
  margin-bottom: 20px;
}
.footer-category-list .category {
  margin-bottom: 0;
}
.footer-category-list ul {
  list-style: none;
  margin-top: 0;
}
.footer-category-list ul li {
  display: inline-block;
  margin-right: 20px;
}
.footer-category-list ul li p {
  margin-bottom: 0;
}
/* 20241128 「種類で選ぶ」  */
.fs-c-subgroup-retouchwrap .fs-c-subgroupList-headline {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  color: #243330;
}
.fs-c-subgroup-retouchwrap .fs-c-subgroupList {
  padding: 30px 30px 0;
  border: 2px solid #243330;
  border-radius: 3px;
}

/* 20250313 返品・交換について */
.footer-guideList_item.footer-guideList_item-col3 {
 width: calc(100% / 3);
}
.footer-guide_deliveryList.footer-guide_deliveryList-blockset {
 list-style: none;
 display: block;
 padding-left: 0;
}
.footer-guide_deliveryListItem.footer-guide_deliveryListItem-wmbset {
 width: 100%;
}
.footer-guide_deliveryListItem-wmbset {
 margin-bottom: 10px;
}
.fs-l-footer a.footer-guideList_item-linkbtn {
 color: #fff;
 text-decoration: underline;
}
.fs-l-footer a.footer-guide-linkbtn {
 position: relative;
 display: block;
 width: 100%;
 max-width: 200px;
 text-align: center;
 font-family: 'Times New Roman', 'noto-serif-jp', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', serif;
 color: #fff;
 border: solid 1px #fff;
 border-radius: 20px;
 padding: 6px 40px 6px 10px;
 margin: 0px auto 30px auto;
}
.fs-l-footer a.footer-guide-linkbtn:after {
 content: "";
 width: 10px;
 height: 10px;
 display: block;
 border-top: 1px solid #e5e5e5;
 border-right: 1px solid #e5e5e5;
 position: absolute;
 right: 15px;
 top: 50%;
 margin-top: -5px;
 transform: rotate(45deg);
 transition: right 0.3s;
}
@media screen and (max-width: 768px) {
 .footer-guideList_item.footer-guideList_item-col3 {
  width: 100%;
 }
}