@charset "utf-8";

.fs-l-pageMain .entry-content .entry-body {
    padding: 0 0 30px;
    line-height: 1.71;
    font-size: 14px;
}

.entry-body-inner {
    width: 100%;
    margin: 0 auto;
}

#article h1.fs-c-heading.fs-c-heading--page {
    background: none;
    border-bottom: 1px solid #666666;
    text-align: center;
    font-size: 22px;
    padding: 15px 20px;
    margin: 0 0 25px;
    line-height: 1;
    font-weight: bold;
    color: #666666;
}

/********** 日付 **********/
.fs-l-pageMain .entry-content .datetime{
	padding: 0 0 10px;
	font-size: 14px;
	color: #333333;
}
.fs-l-pageMain .entry-content .datetime .time{
	display: inline-block;
	margin: 0 0 0 5px;
}



#article .entry-content p {
    font-size: 14px;
    margin: 1em 0 1em;
    width: 100%;
}

p.font-serif, span.font-serif {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#article section {
    margin-bottom: 3em;
}

#article section.sec {
    display: block;
}
/*#article section.sec.R-image {
    flex-direction: row-reverse;
}*/

#article section.sec.L-image .sec-image-box,
#article section.sec.R-image .sec-image-box  {
    width: 100%;
}

#article section.sec.L-image .sec-image-box img,
#article section.sec.R-image .sec-image-box img,
#article section.sec.U-text .sec-image-box img  {
    width: 100%;
    max-width: 200%;
}

#article .entry-content h3 {
    background: none;
    border-bottom: 1px solid #666666;
    text-align: center;
    font-size: 22px;
    padding: 15px 20px;
    margin: 0 0 25px;
    line-height: 1;
    font-weight: bold;
    color: #666666;
	width: 100%;
}

#article .items{
	display: flex;
	flex-wrap: wrap;
}

#article .items section.items-big, 
#article .items section.items-small {
    width: 100%;
}

#article .items section.items-smalls{
	display: flex;
	flex-wrap: wrap;
}

#article .items section.items-smalls section.items-small {
    width: 48%;
	box-sizing: border-box;
	margin: 0 1% 5%;
}


#article .entry-content .items p.price {
    text-align: center;
    font-size: 14px;
}

#article .entry-content .items p.price span.member {
	color: #f1abb0;
}

#article .entry-content .items .items-text {
	text-align: center;
}
#article a.item-anker {
    padding: 0.5em 1.2em;
    display: inline-block;
    background: #796F6A;
    color: #fff;
    /* width: 10em; */
    margin: 1em auto;
    border-radius: 5px;
	box-sizing: border-box;
}

/** 続きを読む **/
.grad-wrap {
  position: relative;
}
.grad-btn {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 30px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}










/* --- もっと見る ---- */
#index .btn-more {
	text-align: center;
	display: block;
}
#index .btn-more a {
	display: inline-block;
	font-size: 16px;
	padding: 12px 59px;
	background: #f4f3f1;
	border: 1px solid #d0cabd;
	border-radius: 40px;
}


#fs_CustomPage .infomations {
	display: none;
}

.infomations ul li {
    display: flex;
    flex-wrap: wrap;
    padding: 0.7em 0;
    border-bottom: 1px solid #ccc;
}

.infomations ul li dt {
    width: 12%;
	font-weight: bold;
}

.infomations ul li dd {
    width: 88%;
}

.infomations ul {
    margin-bottom: 3em;
    /* height: 15em; */
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    max-height: 15em;
}

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	display: block;
	color: #666;
	background: none;
	position: relative;
	margin-bottom: 6em;
}
.Label::after {
    content: "続きを読む\A▼" !important;
    margin: 0 auto;
    position: relative;
    /* display: block; */
    border: solid 1px #666;
    border-radius: 50px !important;
    white-space: pre;
    color: #666;
    line-height: 1.4em;
    text-align: center;
    padding: 0.8em;
    font-size: 10px;
    font-weight: bold;
    display: block;
    box-sizing: border-box;
    width: 80px;
}
.Label,
.hidecontent {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/* padding-bottom: 6em; */
}
.hidecontent {		/*本文*/
	height: 0;
	margin-bottom:0;
	padding: 0 5em;
	overflow: hidden;
}
.toggle:checked + .Label {
	margin-bottom: 0;
}
.toggle:checked + .Label .hidecontent {	/*開閉時*/
	height: auto;
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
}
.toggle:checked + .Label::after {
	content: "折りたたむ\A▲" !important;
}





/* ------ ランキング -------- */
#article .ranking {
  margin: 0 0 12vw;
}
#article .ranking .slider-sp .rcmd-slick-initialized {
  display: block;
}
#article .ranking .slider-sp .rcmd-slick-prev::before {
  background-image: url("https://palaisflora.itembox.design/item/images/index/btn-ranking-prev.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 2.9vw;
  height: 5.6vw;
  content: "\002003";
  cursor: pointer;
}
#article .ranking .slider-sp .rcmd-slick-next::before {
  background-image: url("https://palaisflora.itembox.design/item/images/index/btn-ranking-next.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 2.9vw;
  height: 5.6vw;
  content: "\002003";
  cursor: pointer;
}
#article .ranking .slider-sp .rcmd-slick-prev {
  width: 2.9vw;
  height: 5.6vw;
  left: 0;
}
#article .ranking .slider-sp .rcmd-slick-next {
  width: 2.9vw;
  height: 5.6vw;
  right: 0;
}
#article .ranking .slider-sp .rcmd-slick-prev.rcmd-slick-disabled:before, #article .ranking .slider-sp .rcmd-slick-next.rcmd-slick-disabled:before {
  opacity: 1;
}
#article .ranking .slider-sp .rcmd-slick-list {
  width: auto;
  margin: 0 2vw;
}
#article .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box {
  position: relative;
}
#article .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(1):after {
  content: "";
  background: url("https://palaisflora.itembox.design/item/images/index/icon-rank1.png") no-repeat;
  background-size: 100%;
  width: 6vw;
  height: 8.2vw;
  position: absolute;
  top: 0;
  left: 2vw;
}
#article .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(2):after {
  content: "";
  background: url("https://palaisflora.itembox.design/item/images/index/icon-rank2.png") no-repeat;
  background-size: 100%;
  width: 6vw;
  height: 8.2vw;
  position: absolute;
  top: 0;
  left: 2vw;
}
#article .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(3):after {
  content: "";
  background: url("https://palaisflora.itembox.design/item/images/index/icon-rank3.png") no-repeat;
  background-size: 100%;
  width: 6vw;
  height: 8.2vw;
  position: absolute;
  top: 0;
  left: 2vw;
}
#article .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(4):after {
  content: "";
  background: url("https://palaisflora.itembox.design/item/images/index/icon-rank4.png") no-repeat;
  background-size: 100%;
  width: 6vw;
  height: 8.2vw;
  position: absolute;
  top: 0;
  left: 2vw;
}
#article .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(5):after {
  content: "";
  background: url("https://palaisflora.itembox.design/item/images/index/icon-rank5.png") no-repeat;
  background-size: 100%;
  width: 6vw;
  height: 8.2vw;
  position: absolute;
  top: 0;
  left: 2vw;
}
#article .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(6):after {
  content: "";
  background: url("https://palaisflora.itembox.design/item/images/index/icon-rank6.png") no-repeat;
  background-size: 100%;
  width: 6vw;
  height: 8.2vw;
  position: absolute;
  top: 0;
  left: 2vw;
}
#article .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(7):after {
  content: "";
  background: url("https://palaisflora.itembox.design/item/images/index/icon-rank7.png") no-repeat;
  background-size: 100%;
  width: 6vw;
  height: 8.2vw;
  position: absolute;
  top: 0;
  left: 2vw;
}
#article .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(8):after {
  content: "";
  background: url("https://palaisflora.itembox.design/item/images/index/icon-rank8.png") no-repeat;
  background-size: 100%;
  width: 6vw;
  height: 8.2vw;
  position: absolute;
  top: 0;
  left: 2vw;
}
#article .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(9):after {
  content: "";
  background: url("https://palaisflora.itembox.design/item/images/index/icon-rank9.png") no-repeat;
  background-size: 100%;
  width: 6vw;
  height: 8.2vw;
  position: absolute;
  top: 0;
  left: 2vw;
}
#article .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(10):after {
  content: "";
  background: url("https://palaisflora.itembox.design/item/images/index/icon-rank10.png") no-repeat;
  background-size: 100%;
  width: 6vw;
  height: 8.2vw;
  position: absolute;
  top: 0;
  left: 2vw;
}
#article .ranking .item-box {
  box-sizing: border-box;
  padding: 0 2vw;
  word-break: break-all;
}
#article .ranking .item-box a {
  color: inherit;
  text-decoration: none;
}
#article .ranking .item-box img {
  max-width: 100%;
}
#article .ranking .item-box .name {
  display: block;
  font-size: 3.6vw;
  line-height: 1.34;
  margin: 0 0 4vw;
	position: relative;
	height: 3em;
    overflow: hidden;
}
#article .ranking .item-box .nam:before {
	position: absolute;
    background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    content: '';
    bottom: 0em;
    right: 0;
    width: 10em;
    height: 1.2em;
}
#article .ranking .item-box .yen-price {
  display: flex;
}
#article .ranking .item-box .price-box .yen {
  font-size: 3.6vw;
  /*	color:#cc0000;	*/
  font-weight: bold;
}
#article .ranking .item-box .price-box .price {
  font-size: 3.6vw;
  /*	color:#cc0000;	*/
  font-weight: bold;
}
#article .ranking .item-box .price-box .tax {
  font-size: 3.6vw;
  /*	color:#cc0000;	*/
  font-weight: bold;
}
/* ------ おすすめ -------- */
#article .pickup {
  margin: 0 0 12vw;
}
#article .pickup .pickup-box ul {
  display: flex;
  flex-wrap: wrap;
}
#article .pickup .pickup-box ul li {
  width: 48%;
  margin: 0 4% 10vw 0;
}
#article .pickup .pickup-box ul li:nth-child(9), #article .pickup .pickup-box ul li:nth-child(10) {
  display: none;
}
#article .pickup .pickup-box ul li:nth-child(2n) {
  margin: 0 0 10vw;
}
#article .pickup .pickup-box ul li .img {
  display: block;
  width: 100%;
  padding: 1.7vw;
  border: 0.3vw solid #cccccc;
  margin: 0 0 7px;
}
#article .pickup .pickup-box ul li .img img {
  display: block;
}
#article .pickup .pickup-box ul li .name {
  display: block;
  font-size: 3.6vw;
  font-weight: bold;
  line-height: 1.34;
  margin: 0 0 4vw;
	position: relative;
	height: 3em;
    overflow: hidden;
}
#article .pickup .pickup-box ul li .name:before {
	position: absolute;
    background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    content: '';
    bottom: 0em;
    right: 0;
    width: 10em;
    height: 1.2em;
}
#article .pickup .pickup-box ul li .price-box {
  display: flex;
}
#article .pickup .pickup-box ul li .price-box .yen {
  font-size: 3.6vw;
  /*	color:#cc0000;	*/
  font-weight: bold;
}
#article .pickup .pickup-box ul li .price-box .price {
  font-size: 3.6vw;
  /*	color:#cc0000;	*/
  font-weight: bold;
}
#article .pickup .pickup-box ul li .price-box .tax {
  font-size: 3.6vw;
  /*	color:#cc0000;	*/
  font-weight: bold;
}
/* ------ 新着商品 -------- */
#article .newarrival {
  margin: 0 0 12vw;
}
#article .newarrival .pickup-box ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  align-items: flex-start;
}
#article .newarrival .pickup-box ul li {
  width: calc(96%/2);
  margin: 1%;
  list-style: none;
}
#article .newarrival .pickup-box ul li:nth-child(9), #article .newarrival .pickup-box ul li:nth-child(10) {
  display: none;
}
#article .newarrival .pickup-box ul li:nth-child(2n) {
  /* margin: 0; */
}
#article .newarrival .pickup-box ul li .img {
  display: block;
  width: 100%;
  /*padding: 1.7vw;
  border: 0.3vw solid #cccccc;*/
  margin: 0 0 7px;
}
#article .newarrival .pickup-box ul li .img img {
  display: block;
}
#article .newarrival .pickup-box ul li .name {
  display: block;
  font-size: 3.6vw;
  font-weight: normal;
  line-height: 1.34;
  margin: 0 0 4vw;
	position: relative;
	height: 3em;
    overflow: hidden;
}
#article .newarrival .pickup-box ul li .name:before {
	position: absolute;
    background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    content: '';
    bottom: 0em;
    right: 0;
    width: 10em;
    height: 1.2em;
}
#article .newarrival .pickup-box ul li .name a {
  color: #666666;
}
#article .newarrival .pickup-box ul li .price-box {
  display: flex;
  margin-bottom: 1em;
}
#article .newarrival .pickup-box ul li .price-box .yen {
  font-size: 3.6vw;
  /*	color:#cc0000;	*/
  font-weight: bold;
}
#article .newarrival .pickup-box ul li .price-box .price {
  font-size: 3.6vw;
  /*	color:#cc0000;	*/
  font-weight: bold;
}
#article .newarrival .pickup-box ul li .price-box .tax {
  font-size: 3.6vw;
  /*	color:#cc0000;	*/
  font-weight: bold;
}

/** ------ レコメンド 閲覧履歴 -------- **/
#article h2 {
	font-size: 4.8vw;
	margin: 0 0 5vw;
	text-align: center;
}
#article .pickup {
	margin: 0 0 12vw;
}
#article .pickup .slider-sp .rcmd-slick-initialized {
	display: block;
}
#article .pickup .slider-sp .rcmd-slick-prev::before {
	background-image: url("https://palaisflora.itembox.design/item/images/index/btn-ranking-prev.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 2.9vw;
	height: 5.6vw;
	content: "\002003";
	cursor: pointer;
}
#article .pickup .slider-sp .rcmd-slick-next::before {
	background-image: url("https://palaisflora.itembox.design/item/images/index/btn-ranking-next.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 2.9vw;
	height: 5.6vw;
	content: "\002003";
	cursor: pointer;
}
#article .pickup .slider-sp .rcmd-slick-prev {
	width: 2.9vw;
	height: 5.6vw;
	left: 0;
}
#article .pickup .slider-sp .rcmd-slick-next {
	width: 2.9vw;
	height: 5.6vw;
	right: 0;
}
#article .pickup .slider-sp .rcmd-slick-prev.rcmd-slick-disabled:before, #article .pickup .slider-sp .rcmd-slick-next.rcmd-slick-disabled:before {
	opacity: 1;
}
#article .pickup .slider-sp .rcmd-slick-list {
	width: auto;
	margin: 0 2vw;
}
#article .pickup .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box {
	position: relative;
}
#article .pickup .item-box {
	box-sizing: border-box;
	padding: 0 2vw;
	word-break: break-all;
}
#article .pickup .item-box a {
	color: inherit;
	text-decoration: none;
}
#article .pickup .item-box img {
	max-width: 100%;
}
#article .pickup .item-box .name {
	display: block;
	font-size: 3vw;
	line-height: 1.34;
	margin: 0 0 4vw;
	position: relative;
	height: 2.5em;
    overflow: hidden;
    text-align: left;
    font-weight: normal;
    padding: 0;
    border: 0;
	margin-bottom: 0;
}
#article .pickup .item-box .name:before {
	position: absolute;
    background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    content: '';
    bottom: 0em;
    right: 0;
    width: 10em;
    height: 1.2em;
}
#article .pickup .item-box .price-box {
	display: flex;
}
#article .pickup .item-box .price-box .yen {
	font-size: 3vw;
	font-weight: bold;
}
#article .pickup .item-box .price-box .price {
	font-size: 3vw;
	font-weight: bold;
}
#article .pickup .item-box .price-box .tax {
	font-size: 3vw;
	font-weight: bold;
	line-height: 2.25;
}

#article hr {
    color: #999;
    border: solid 1px #eee;
}