.fs-c-wishlistProduct {
padding-top:40px;
}
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
margin-bottom:20px;
line-height:2;
}
.fs-l-footer {
    background-color: initial !important;
border-top:initial !important;
}
h2.fs-c-newUsers__title.fs-c-subSection__title {
    margin-bottom: 15px;
}
.fs-c-button--primary{
color:#fff !important;
}

.iconNav > ul > li:last-child {
margin-right:0;
}

.hdrMiddle.hdrMiddle--logoCenter .hdrInner > * {
    max-width: calc(50% - 75px) !important;
    flex: 0 0 calc(50% - 75px) !important;
}
.hdrMiddle.hdrMiddle--logoCenter .hdrInner #hdrLogo, .hdrMiddle.hdrMiddle--logoCenter .hdrInner .hdrMiddle__center {
   max-width: 150px !important;
    flex: 0 0 150px !important;
}

}
.gNav > ul > li:not(:last-child) {
    margin-right: 23px;
}

.hdrMiddle__right .hdrInfo {
    width: fit-content;
}
.hdrMiddle__right .hdrInfo {
    display: flex;
    align-items: center;
    padding: 2px 20px!important;
}
.hdrInfo i {
margin-right: 15px!important;
}
small.hd_primary_custom {
    display: block;
    margin: -4px 0;
}

a.disabled{
    pointer-events: none;
}

.fs-body-custom .fs-l-main {margin-top: 0;}

.fs-body-my-top .fs-l-main {
 line-height: normal;
}
.fs-body-my-account-delete .fs-c-button--cancel span {line-height: 2;}

/*追加_20241003*/
.fs-c-list li{
line-height:24px;
}
/*追加_20220204*/
.left30 {padding-left: 30px;}

@media (max-width: 1199px) {
 .hdrMiddle__right--2col {
  position: relative;
  align-items: flex-end !important;
 }
}

@media screen and (min-width: 600px) {
  .fs-c-accountService__page--couponList {
  flex-basis: 128px;
 }
}

.ecbn-selection-page-wrapper .ecbn-selection-image-loading-more {display: none;}
.ecbn-selection-page-wrapper .ecbn-selection-footer2 {margin-top: 0 !important;}

.articleList--typeB .articleList__wrap {
 border-radius: 20px 20px 0 0;
 overflow: hidden;
}

.ecbn-selection-preview div.ecbn-selection-preview-wrapper {border: 0 !important;}
.ecbn-selection-preview div.ecbn-selection-preview-wrapper {
 max-width: 1200px;
 /*left: 50% !important;*/
 transform: translate(-50%, -50%);
 top: 50% !important;
}

.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image img,
.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image video {
 width: 100% !important;
 max-width: 520px !important;
}

.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image,
.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
 /*margin-top: 50% !important;*/
}
.ecbn-selection-preview .ecbn-selection-preview-content {
 padding: 25px 0  !important;
}
.itemList--ranking .itemList__unit:nth-child(n + 5) {display: none;}

.fs-body-product figure img {
  border-radius:0 !important;
}

#sec_pickUp .itemArrange--typeD_row,
#sec_topCate .row img,
.articleList--typeB .articleList__wrap,
.sec_column .articleList > li{
  border-radius: 20px!important;
  overflow: hidden!important;
}

#sec_bottomBtn .row img{
  border-radius: 0!important;
}

.mainSliderSec .slick-slide img,
#sec_subBnr img{
  border-radius: 20px;
  overflow: hidden; 
}


/*キャンペーン用CSS*/
dt, dd, ul, li {
	list-style: none;
	margin: 0
}
* {
	float: none;
	position: static;
}
 
img {
	max-width: 100%;
	height: auto;
}
.campaign_mv {
	width: 1200px;
margin-top:-40px;
}
.campaign_wrapper {
	width: 1000px;
	margin: 0 auto;
}
h2.campain_application {
	color: #fff;
	background-color: #1d9bf0;
	padding: 15px;
	margin: 60px auto;
	text-align: center;
	font-size: 20px;
	width: 400px;
}
.campain_block p {
	font-size: 18px;
	line-height: 28px;
}
.campaign_flexbox ul {
  display: flex;
  justify-content: space-between;
  margin-left: 0!important;
  margin-bottom: 60px;
}
.campaign_flexbox ul li.campaign_flexbox_child {
	width: 310px;;
	background-color: #eaeaea;
	border-radius: 15px;
	padding: 25px;
}
.campaign_flexbox_child dt {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.campaign_btn {
	display: inline-block;
	padding: 20px 0;
	text-align: center;
	background-color: #e6f9ff; /* 背景色 */
	box-shadow: 0 5px 0 #8fd7ea; /* 影の太さ・色 */
	border-radius: 5px;
	color: #1d9bf0!important;
	cursor: pointer;
	text-decoration: none; /* 文字の下線を消す */
	font-size: 15px;
	width: 260px;
}
/* ホバー時 */
.campaign_btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.campaign_flexbox {
    margin: 40px 0 10px;
    line-height: 24px;
}
.campaign_flexbox01 {
	margin-top: 20px;
}
.campaign_flexbox02 {
	margin-top: 44px;
}
.campaign_flexbox03 {
	margin: 50px auto 0;
	width: 50px;
}
.campain_list{
	font-size: 26px;
	font-weight: bold;
	margin: 80px 0 40px;
	text-align: center;
}
.campaign_bgimage {
	background-image: url(https://edinter.itembox.design/item/cp20220520/pc_03.jpg);
    width: 1000px;
    height: 800px;
    border-radius: 20px;
    padding: 5px 40px 40px;
    margin: 80px 0 0 0;
}
.campain_scroll {
	width: 920px;                /* 横幅を指定 */
	height: 550px;               /* 横幅を指定 */
	background-color: #fff;
	overflow-y: scroll;
	padding: 30px;
	line-height: 28px;
}
.campain_scroll dt {
	margin-bottom: 20px;
}
.campain_scroll dd {
	margin-bottom: 40px;
}
.campaign_tweet {
	border: 5px solid #1d9bf0;
	text-align: center;
	padding: 20px;
	width: 500px;
	color: #1d9bf0!important;
	border-radius: 20px;
	margin:60px auto;
}
.campaign_tweet a {
	color: #1d9bf0!important;
	font-size: 18px;
}

.fs-c-productMark__item{
display:inline-block;
margin-top:5px !important;
}

.fa-circle-chevron-right {
	margin-left: 40px;
}

.fs-c-rating__value{
display:flex;
align-items: center;
}
.productRating{
align-items: center !important;
}
.ratingcount-1{
font-size: 80% !important;
}

.js-more > div:nth-child(n+2) {
    display: block !important;
}
#sec_pickUp .text--center.btnWrap{
display:none !important;
}

/* 送料ページスタイル */

body.fs-body-about-shippingPayment h2.fs-c-documentArticle__heading{
display:none;
}
body.fs-body-about-shippingPayment h3.fs-c-documentColumn__heading{

}

.fs-c-note{
margin-top:10px;
}

.fs-c-postage__list > dt, .fs-c-postage__list > dd{
border:0;
}
.fs-c-postage__list > dt{
color:#ffffff !important;
background:#d4c7ae !important;
text-align:center;
border-radius:10px 10px 0 0;
padding:5px 0;
}
.fs-c-postage__list > dd{
background:#eee9e5 !important;
text-align:center;
border-radius: 0 0 10px 10px;
padding:5px 0;
}

.fs-c-postage__list > dt:nth-of-type(1),
.fs-c-postage__list > dt:nth-of-type(47){
background:#ef8889 !important;
}
.fs-c-postage__list > dt:nth-of-type(2),
.fs-c-postage__list > dt:nth-of-type(3),
.fs-c-postage__list > dt:nth-of-type(4),
.fs-c-postage__list > dt:nth-of-type(40),
.fs-c-postage__list > dt:nth-of-type(41),
.fs-c-postage__list > dt:nth-of-type(42),
.fs-c-postage__list > dt:nth-of-type(43),
.fs-c-postage__list > dt:nth-of-type(44),
.fs-c-postage__list > dt:nth-of-type(45),
.fs-c-postage__list > dt:nth-of-type(46)
{
background:#ef8459 !important;
}
.fs-c-postage__list > dt:nth-of-type(5),
.fs-c-postage__list > dt:nth-of-type(6),
.fs-c-postage__list > dt:nth-of-type(7){
background:#f5b543 !important;
}
.fs-c-postage__list > dt:nth-of-type(31),
.fs-c-postage__list > dt:nth-of-type(32),
.fs-c-postage__list > dt:nth-of-type(33),
.fs-c-postage__list > dt:nth-of-type(34),
.fs-c-postage__list > dt:nth-of-type(35),
.fs-c-postage__list > dt:nth-of-type(36),
.fs-c-postage__list > dt:nth-of-type(37),
.fs-c-postage__list > dt:nth-of-type(38),
.fs-c-postage__list > dt:nth-of-type(39)
{
background:#adc681 !important;
}

.ship_img_pc{
display:block;
}
.ship_img_sp{
display:none;
}

/* 送料ページスタイル end */


/* シリーズで探す部分 */

.top_cate_series_parts{
width: 94%;
max-width: 1200px;
margin: 0 auto 30px auto;
font-size: 15px;
}
.top_cate_series_parts ul{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
.top_cate_series_parts ul li{
width: calc( 100% / 3 - 80px );
margin:0 0 20px 0;
}
.top_cate_series_parts ul li a{
display: block;
border:1px solid #ca1d1d ;
border-radius: 100px;
text-align: center;
background:#fff;
color:#ca1d1d;
padding: 7px 0;
transition: 0.3s;
}
.top_cate_series_parts ul li a:hover{
background:#ca1d1d;
color:#fff;
transition: 0.3s;
}
.top_cate_series_parts ul li span{
display: block;
text-align: center;
font-size:85%;
margin:5px 0 0 0;
}

/* シリーズで探す部分 end */

.hdrMiddle__right a .fa-instagram:before{
font-size:30px;
}

/*
.fs-body-product-823965 .fs-c-button--primary{
background:#ff8a77 !important;
border:1px solid #ff8a77 !important;
}

.fs-body-product-823965 .fs-c-button__label{
display:none !important;
}

.fs-body-product-823965 .fs-c-buttonContainer button{
position:relative;
}
.fs-body-product-823965 .fs-c-buttonContainer button.fs-c-button--primary::after{
content:"プレゼントに応募する";
}
*/


.fa-twitter::before,
.fa-twitter-square::before {
    font-family: "Font Awesome 6 Brands" !important;
    content: "\e61b" !important;
}



.gn_top_xico::before{

content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(https://edinter.itembox.design/item/top/x-twitter.svg);
  background-size: contain;
  vertical-align: middle;
}

/* .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
color: #ff0000;
} */


.fs-c-productPrice--member{
color: #ff0000;
}

/*会員価格ここから*/

/*カテゴリページ用ここから*/
.fs-body-category-2024S .fs-c-productPrice--member .fs-c-productPrice__main__label {
  background-color: #cc0000;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
}
.fs-body-category-2024S .fs-c-productPrice--member .fs-c-productPrice__main__price{
  color: #cc0000 !important;
  font-size: 16px;
}
.fs-body-category-2024S .fs-c-productPrice--member .fs-c-productPrice__addon{
  color: #cc0000 !important;
}
/*カテゴリページ用ここまで*/

/*商品ページ用ここから*/
.fs-body-product-810361 .fs-c-productPrice--member .fs-c-productPrice__main__label, .fs-body-product-810354 .fs-c-productPrice--member .fs-c-productPrice__main__label, .fs-body-product-802748 .fs-c-productPrice--member .fs-c-productPrice__main__label, .fs-body-product-814208 .fs-c-productPrice--member .fs-c-productPrice__main__label {
  background-color: #cc0000;
  color: #fff;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 5px;
}
.fs-body-product-810361 .fs-c-productPrice--member .fs-c-productPrice__main__price, .fs-body-product-810354 .fs-c-productPrice--member .fs-c-productPrice__main__price, .fs-body-product-802748 .fs-c-productPrice--member .fs-c-productPrice__main__price, .fs-body-product-814208 .fs-c-productPrice--member .fs-c-productPrice__main__price{
  color: #cc0000 !important;
  font-size: 22px !important;
}
.fs-body-product-810361 .fs-c-productPrice--member .fs-c-productPrice__addon, .fs-body-product-810354 .fs-c-productPrice--member .fs-c-productPrice__addon, .fs-body-product-802748 .fs-c-productPrice--member .fs-c-productPrice__addon, .fs-body-product-814208 .fs-c-productPrice--member .fs-c-productPrice__addon{
  color: #cc0000;
  font-size: 14px;
}
/*商品ページ用ここまで*/
/*会員価格ここまで*/


.album_custom{
background:#fff !important;
}
.check_latest_parts{
background:#fff !important;
padding-top:80px;
padding-bottom:80px;
}

.searchArea__sec{
padding: 0px 0 60px 0 !important;
}

.highlightArea2{
padding: 60px 0 1px 0 !important;
}

/*ヘッダー共通お知らせここから*/
.hdrTop_notice{
  background:#ffc999;
}
.hdrTop_notice:hover{
  opacity: 0.6;

}
.hdrInner__notice{
  display: flex;
  justify-content: center;
  margin: 5px 0;
}
.exNav--notice ul li a{
  font-size: 16px;
}
/*ヘッダー共通お知らせここまで*/

.fs-body-search .not_cancel, .fs-body-category .not_cancel{
  display: none;
}

.fs-c-cartTable__message {
 background: #666666;
}

/*お知らせスライダーバナーここから*/
/*------ スライダーの横幅 ------*/
.notice_slider{
  width:100%;
  margin:0 auto; 
  background:#F7C66A;
  font-size: 16px;
}
.notice_slider a{
    text-decoration: none;
}
/*-------- 高さ調整 ----------*/
.notice_slider .slick-slide{
   height:35px!important;
    text-align: center;
    align-content: center;
}

/*---------- 矢印 ----------*/
.notice_slider .slick-next{
    right:50px!important;
}
.notice_slider .slick-prev{
    left:50px!important;
}
.notice_slider .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.notice_slider .slick-arrow:before{
    font-size: 30px!important;
}
.notice_slider{
  display: none;
}
.notice_slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}
/*お知らせスライダーバナーここまで*/

/*メインスライダーバナー*/
.slick-dots li button:before{
  font-family: none!important;
  font-size: 0!important;
}
.slick-dots li button:before{
  width: 15px!important;
  height: 15px!important;
}

/*商品ページ*/
.item_info , .item_info td {
    border-collapse: collapse;
    align-content: center;
}
.item_info{
    margin: 20px auto 60px;
}
.blocka {
    width: 30%;
    font-weight: 700;
    border: 1px solid #CCCCCC;
    background-color: #f5f5f5!important;
    padding: 3px 0 3px 10px;
}
.blockb{
    border: 1px solid #CCCCCC;
    padding: 3px 10px;
    background: #fff;
}

/* 商品ページタブ分け */
.title_tab{
    width: 690px;
    display: flex;
    margin: auto auto 20px;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    text-align: center;
}
.title_01{
    width: calc(100%/2);
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  float: left;
  order: -1;
}
.title_02{width: calc(100%/2);
  height: 50px;
  background-color: #ccc;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  float: left;
  order: -1;
}