@charset "UTF-8";
/* CSS Document */

a:hover, a:visited {
    color: #666666;
    text-decoration: none;
}

/*ログイン・ログアウト時の表示切り替え*/
.logout.my-false { display: none!important; }
.login.my-true { display: none!important; }
.regist.my-true { display: none!important; }


/*商品タグ*/
ul.fs-c-productMark > li {
    margin-right: 3px;
    margin-bottom: 3px;
}

ul.fs-c-productMark > li:nth-of-type(n + 4) {
	display: none;
}

.tag_item, .tag_type {
    display: block;
    min-width: 3.3em;
    padding: 0 0.56em;
    font-size: min(12px, 3.2vw);
    line-height: 1.5em;
    text-align: center;
    border-radius: 0;
}
.tag_item {
    border: 1px solid #111111;
    background: #111111;
}
.tag_item span {
    color: #ffffff;
}
.tag_type {
    border: 1px solid #111111;
    background: #ffffff;
}
.tag_type span {
    color: #111111;
}

.main_box {
	width: 76%;
}

/*ここから追加*/

/*パンくずリスト*/
.fs-c-breadcrumb {
    font-size: 1.3rem;
    max-width: 1216px;
    margin: 51px auto 43px;
    padding: 0 8px;
}
.fs-c-breadcrumb__list {
    padding: 0;
}

/*404*/
.fs-p-pageNotFound img {
    margin: auto;
}

/*ここまで*/

@media screen and (max-width: 1023px) {
	.main_box {
		width: 100%;
	}
	
	/*ここから追加*//*共通_1カラム時*/
	.fs-l-main {
		width: 94%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0;
	}
	/*パンくずリスト*/
	.fs-c-breadcrumb{
		width: 94%;
		max-width: 1200px;
		padding: 0;
	}
	/*ここまで*/
}

.recommend_area {
  background: #fff;
  padding: 54px 0 ;
}
.recommend_area .inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recommend_area .inner {
    width: 89%;
  }
}
.recommend_area .inner .section_ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 10px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .recommend_area .inner .section_ttl {
    text-align: center;
    font-size: 5.3333333333vw;
    padding-bottom: 1.8666666667vw;
  }
}
.recommend_area .inner .recommend_content:not(:last-of-type) {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .recommend_area {
    padding: 13.3333333333vw 0 16vw;
  }
  .recommend_area .inner .section_ttl {
    margin-bottom: 6.4vw;
  }
}
/*ここから追加*/
@media screen and (max-width: 767px){
/*レイアウト_下層共通*/
.fs-l-main {
    width: 100%;
    padding: 0 5.3vw;
	margin-bottom: 60px;
}

/*パンくずリスト*/
.fs-c-breadcrumb {
    width: inherit;
    margin: 6.9vw 5.3vw 10.6vw;
}	
/*ここまで*/
}

/*box-shadowを消すclass*/
.fs-c-button--particular,
.fs-c-button--standard {
	box-shadow: none;
}

/*◆チェックボックスやラジオボタンの色を「#fd7f1e」に変更*/
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
background: #fd7f1e;
border-color: #fd7f1e;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
border-color: #fd7f1e;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
background: #fd7f1e;
}

/*最近チェックした商品サムネ*/
.fr2-listItem__imageContainer {
	display: block;
	position: relative;
}

.fr2-listItem__imageContainer::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.fr2-listItem__imageContainer img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: contain;
}

/*レコメンド2系カルーセルパーツのpc表示*/
.fr2-carousel .rcmd-slick-list {
    margin: 0 48px 0 24px !important;
}

/*ランキング用*/
.block_gl_rank .rcmd-slick-track {
    counter-reset: number 0;
}
.block_gl_rank .rcmd-slick-track > div {
    position: relative;
}
.block_gl_rank .rcmd-slick-track > div::before {
    counter-increment: number 1;
    content: "" counter(number) "";
    display: block;
    text-align: center;
    background: #111;
    color: #fff;
	font-family: noto-sans-display, sans-serif;
	font-weight: 500;
	font-style: normal;
    font-size: 18px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 1;
}


/*レコメンド2系カルーセルパーツのsp表示*/
@media screen and (max-width: 767px) {
	#fs-recommend--flick button {
		display: none !important;
	}
	#fs-recommend--flick .rcmd-slick-list.draggable {
    width: 100vw;
    margin-left: -5.5vw !important;
	padding-left: 5.5vw;
	}
	#fs-recommend--flick .rcmd-slick-track > div {
    width: 35.2vw !important;
    margin: 0 8px 0 0;
    padding: 0;
	}
	#fs-recommend--flick .rcmd-slick-list.draggable .rcmd-slick-track {
    margin-left: 0;
	}
	
	.block_gl_rank .rcmd-slick-track > div {
    padding: 2.1vw 0 0 !important;
	}	
	.block_gl_rank .rcmd-slick-track > div::before {
    left: 0;
    font-size: 3.7vw;
    width: 6.4vw;
    height: 6.4vw;
	}
	.block_gl_rank .rcmd-slick-track > div {
    padding: 0;
	}
}







/*文字数三点リーダー*/
.top_page_recommend_item .inner .fs-c-productName__name,
.top_page_recommend_item .inner .fs-c-productName__copy,
.recommend_area .fr2-listItem__productName,
#_rcmdjp_display_1 .fr2-listItem__productName {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}



/*221227 調整*/
.recommend_area .fr2-carousel .rcmd-slick-list {
  margin: 0 48px !important;
}
.recommend_area .fr2-carousel .rcmd-slick-list .rcmd-slick-track {
  margin-left: initial;
  margin-right: initial;
}


/*221227 調整_送料*/
#delivery_info {
  max-width: 840px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fd7f1e;
  box-sizing: border-box;
  padding: 20px 30px 14px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  #delivery_info {
    width: 90%;
    display: block;
    border-left: none;
    border-right: none;
    border-width: 1.06vw;
    padding: 3.2vw 1.93vw 3.2vw;
    margin: 10.66vw auto;
  }
}
#delivery_info img {
  display: block;
  height: auto;
  max-width: 100%;
}
#delivery_info .deli_left {
  width: 425px;
  margin-right: 7%;
}
@media screen and (max-width: 1200px) {
  #delivery_info .deli_left {
    margin-right: 4%;
  }
}
@media screen and (max-width: 1150px) {
  #delivery_info .deli_left {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #delivery_info .deli_left {
    width: 100%;
    padding-bottom: 3.2vw;
    margin-bottom: 3.2vw;
    border-bottom: 0.26vw solid #ddd;
  }
  #delivery_info .deli_left img {
    width: 100%;
  }
}
#delivery_info .deli_right {
  width: 527px;
}
@media screen and (max-width: 1150px) {
  #delivery_info .deli_right {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #delivery_info .deli_right {
    width: 100%;
  }
  #delivery_info .deli_right img {
    width: 100%;
  }
}




.fs-c-productMarks .fs-c-mark--preorder {
	background: #FD7F1E;
}

.fs-c-productMarks .fs-c-mark--preorder span {
	color: #fff;
}


.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
.fs-l-pageMain .fs-l-productLayout #item_info_right .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular.fs-c-button--removeFromWishList--detail::before {
	color: #e81d1d!important;
}

.fs-l-pageMain .fs-l-productLayout #item_info_right .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular.fs-c-button--removeFromWishList--detail::before {
	content: "\e91a";
}





.iziToast-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	top: 90px;
	left: 0;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.iziToast-wrapper {
		top: 13.33vw;
	}
}


