.fs-c-productListItem__outOfStock{
	display: none;
}
#news_erea {
  margin: 20px;
}
#news_erea .news_text {
  position: relative;
  border: 2px solid #FF837D;
  width: 100%
}
#news_erea .news_text .title {
  font-size: 18px;
  padding: 25px 0;
  margin: 0;
}
#news_erea .news_text .title a {
  color: #FF837D;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 100%;
}
#news_erea .news_text .title a:hover {
  color: #ccc;
}
@media only screen and (max-width: 736px) {
  #news_erea .news_text .title {
    font-size: 14px;
    padding: 16px 0;
  }
  #news_erea .news_text .title a {
    top: 10px;
  }
}
.shop_crd_button {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.shop_crd_button .fs-p-card {
  width: 28%;
  margin: 20px 0;
	background: #ff7abe;
}
.card_button_design .fs-p-card__title a {
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
}

@media only screen and (max-width: 736px) {
  .shop_crd_button .fs-p-card__title {
  }
  .fs-p-card .fs-p-card__message2 {
    padding: 0 0px;
  }
.card_button_design .fs-p-card__title a {
    font-size: 1.1rem;
}
	.shop_crd_button .fs-p-card {
  width: 32%;
  margin: 20px 0;
	background: #ff7abe;
}
	.howtouse_contents ul li:last-child::before{
	content: none;
}
}
.card_button_design .shop_crd_button .fs-p-card .fs-p-card__title {
  border: none;
  padding: 0;
  margin: 0;
}

#fs_form .card_button_design {
  background: none;
	margin-bottom: 10px;
}

@media screen and (min-width: 960px){
	.fs-l-page .fs-l-product2 .fs-l-productLayout {
    display: grid;
    align-items: start;
    grid-template-columns: auto;
    grid-gap: 16px;
}
}
.fs-l-product2 .fs-l-productLayout > * > *{
	margin: 0 auto 8px;
}
#fs_form .fs-l-productLayout__item .bnr_center {
	text-align: center;
}
.fs-c-productCarouselMainImage__image > img {
max-width: 100vw;
max-height: 100vh;
object-fit: cover;
}

.fs-body-category .sp-prod-cat
{/* display: none; */
}

.ec-logo-01 {
    width: 20%;
    text-align: right;
}

@media only screen and (max-width: 736px){
header {
    height: 60px;
}
}

@media screen and (min-width: 735px) {
  .pcNone {
    display: none !important; } }
@media screen and (max-width: 736px) {
  .spNone {
    display: none !important; } }

.originaltop_fv-carousel-0716 .slick-dots li button:before {
    font-size: 6px !important;
}

/*ランキングボタン*/
.readmore_btn {
  margin: 35px auto 50px;
  text-align: center;
}
.readmore_btn a {
  background: #fff;
  color: #ff7ac7;
  border: 1px solid #ff7ac7;
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 20px 0;
  max-width: 261px;
  margin: auto;
  line-height: 1;
  position: relative;
}
.readmore_btn a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 17px;
  height: 1px;
  background: #ff7ac7;
}

.readmore_btn a::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 45%;
  transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  width: 7px;
  height: 1px;
  background: #ff7ac7;
}

@media only screen and (max-width: 736px) {
  .readmore_btn {
margin: 35px auto;
  }
  .readmore_btn a {
    max-width: 193px;
    font-size: 12px;
  }
}
/*ランキングボタンend*/

@media only screen and (max-width: 736px) {
.sp-footer-search_01 label{
	position: relative;
	color: #fff;
}
.sp-footer-search_01 label::before {
    font-family: 'fs-icon' !important;
    font-size: 28px;
    position: absolute;
    content: '\e932';
    left: 0;
    right: 0;
    top: -15px;
    margin: auto;
}
.sp-footer-search_01 label span {
    display: none;
}	
	#hinet2010_float_shop ul {
    display: flex;
    text-align: center;
    align-items: flex-end;
    justify-content: center;
}
}

#footer_contact ul.n_catalog_0321{
	justify-content: center;
}