@media screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    /*main {
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }*/
}

.logout.my-false { display: none; }
.login.my-true { display: none; }

/*一覧ページカート非表示*/
.fs-c-productList .fs-c-button--addToCart--list.fs-c-button--plain {
display: none;
}

/*一覧ページ拡大アイコン非表示*/
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__viewMoreImageButton {
    display: none;
}

/*　商品詳細ページカート投入数注意文言　*/
#fs_ProductDetails .fs-c-productQuantityAndWishlist::after  {
    content: "※個数10以上ご注文の方は10+を選んで必要数量をご入力ください。";
    display: block;
    width: 80%;
    margin-top: 2px;
    padding-right: 7px;
    color: #666;
    font-size: 12px;
}

/* カートページのあと●円で送料無料ですを非表示  */
#fs_ShoppingCart .fs-c-cartDiscountInfo__body {display:none;}
#fs_ShoppingCart .fs-c-cartDiscountInfo__note{display:none;}

/*　セールアイコンの調整　*/
.fs-c-productMark__mark.markimg {
    padding: 0;
}


/*　商品一覧ページレイアウト調整　*/
@media screen and (max-width: 767px) {
/*.fs-c-productMark {
    flex-wrap: unset;
}*/
.fs-c-productMark__mark {
    font-size: 10px!important;
}
.fs-c-productMarks {
    margin: 0px!important;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName {
    padding: 0 5px!important;
}
h2.fs-c-productListItem__productName {
    font-size: 10px!important;
    margin-top: 0!important; 
    margin-bottom: 0!important;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName {
    height: auto!important;
}
.fs-c-reviewStars::before {
    font-size: 1.0em!important;
}
.fs-c-reviewStars {
    margin-top: 2px!important;
    margin-right: 2px!important;
}
.fs-c-productListItem__prices.fs-c-productPrices {
    margin: 0!important;
}
.fs-c-productPrice__main {
    line-height: 1.2!important;
    font-size: 14px!important;
}
.fs-c-productPrice--listed {
    line-height: 1.2!important;
}
.productRating {
    font-size: 12px!important;
}
.fs-c-productPrice.fs-c-productPrice--selling {
    line-height: 1.2!important;
}

header .spsearch {
    margin: 0;
    padding: 8px 20px;
    background-color: rgba(129,202,206,0.3);
    height: 68px;
}

.top-banner__txt {
    line-height: 1.4!important;
    margin-bottom: 15px!important;
    letter-spacing: 0;
}

/* 20231212 カテゴリーの人気ランキングSP見た目調整 */
h2.fs-c-productListItem__productName a {
    margin: 5px 0 8px;
    line-height: 1.6em;
    letter-spacing: 0;
    font-weight: 400;
}

.top-history__section {
    margin-bottom: 0!important;
}
}


/* 閲覧履歴テキスト追加調整 */
.recommendlist .imgauto {
    margin-bottom: 10px;
}
.recommendlist h3.Ttl {
    font-size: 12px!important;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 400;
    flex-grow: 1;
    margin-bottom: 6px;
}
.recommendlist .Price {
    text-align: end;
    font-size: 12px;
}
.recommendlist .Price > span {
    font-size: .8em;
    margin-left: 3px;
}


/* 商品一言説明表示調整  */
.fs-c-productListItem__productDescription {
  order: 11;
}
.oneword_comment summary {
  list-style: none;
}
.oneword_comment summary::-webkit-details-marker {
  display:none;
}
.oneword_comment {
  padding-left: 5px;
}
.oneword_comment__header {
  display: flex;
}
.oneword_comment__close-heading {
  display: block;
  font-size: 11px;
  color: #A5A5A5;
  padding-left: 5px;
  line-height: 22px;
}
.oneword_comment__open-heading {
  display: none;
  font-size: 11px;
  color: #A5A5A5;
  padding-left: 5px;
  line-height: 22px;
}
details[ open ] .oneword_comment__close-heading {
  display: none;
}
details[ open ] .oneword_comment__open-heading {
  display: block;
}
.oneword_comment__content {
  font-size: 11px;
  color: #A5A5A5;
}
details[ open ] .oneword_comment__content {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; 
    transform: translateY(-10px); 
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.oneword_comment__plus {
  display: inline-block;
  vertical-align: middle;
  color: #83D1D6;
  line-height: 1;
  min-width: 9px;
  height: 2px;
  background-color: #83D1D6;
  position: relative;
  top: 10px;
  @include mq("sp") {
    min-width: 11px;
  }

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
    transition: 0.3s;
  }
}

details[ open ] .oneword_comment__plus::before {
  transform: rotate(0deg);
}

@media screen and (max-width: 767px) {
  .oneword_comment {
    margin-bottom: 5px;
  }
  .oneword_comment__close-heading {
    padding-left: 5px;
    font-size: 10px;
    margin: 0;
  }
  .oneword_comment__open-heading {
    padding-left: 5px;
    font-size: 10px;
  }
  .oneword_comment__plus {
    min-width: 8px;
    top: 9px;
  }
  .oneword_comment__content {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  main.wrapper #fs_ProductSearch .fs-c-button--particular::before, main.wrapper #fs_ProductCategory .fs-c-button--particular::before, main.wrapper #fs_BundleProductList .fs-c-button--particular::before {
      top: -33px!important;
  }
}

.fs-c-linkedServiceLogin__login {
  display: grid;
}
.fs-c-anotherLogin--amazon {
  order: -1;
}
.fs-l-cart__contentsArea.is-linkedServiceLoginAvailable .fs-c-linkedServiceLogin__message {
display:none;
}
#appleid-signin>div {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
#appleid-signin {
  margin-bottom: 20px;
}
}

@media screen and (min-width: 768px) {
.top-aboutfarbe_banner {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0;
}
}
@media screen and (max-width: 767px) {
.top-aboutfarbe_banner {
  margin-bottom: 30px;
  padding: 0 20px;
}
}

/* 20250530 カート内メッセージの文字の大きさ調整 */
.fs-c-cartTable__message {
    font-size: 1.2rem!important;
}


@media screen and (min-width: 768px) {
h2.subtitle-onerow {
	    margin-top: 15px;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	h2.subtitle-onerow .cate_caption {
	    display: block;
	    font-size: 13px;
	    font-weight: 400;
	    margin-top: 7px;
	    text-align: center;
	    line-height: 100%;
	    position: relative;
	}
	h2.subtitle-onerow .cate_caption::before {
	    transform: rotate(-25deg);
	    left: -15px;
	}
	h2.subtitle-onerow .cate_caption::after {
	    transform: rotate(25deg);
	    right: -15px;
	}
	h2.subtitle-onerow .cate_caption::before, h2.subtitle-onerow .cate_caption::after {
	    width: 1px;
	    height: 18px;
	    background-color: #404040;
	    content: '';
	    display: inline-block;
	    top: 0;
	    position: absolute;
	}

    /* 20250708 OIWAI工房配送日表示(メーカー直送) 中央寄せ henobu03 */
    .oiwaikoubou_prodctP .oiwaikoubou {
        justify-content: center !important;
    }
}



/* 202509 花束メニュー表商品ページ改善 henobu03 */
.modalcontentsarea .exp_title {
	color: #BFB863;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 29px;
}
.modalcontentsarea .exp_caption {
	color: #404040;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.modalcontentsarea .modal_cart_wrapper {
	display: flex;
	column-gap: 10px;
	justify-content: space-between;
	margin-bottom: 25px;
}
.modalcontentsarea .modal_cart_wrapper .modal_cart_img {
	max-width: 119px;
}
.modalcontentsarea .modal_cart_wrapper .modal_cart_txt {
	flex: 1;
}
.modalcontentsarea .modal_cart_wrapper .modal_cart_txt .option_txt {
	font-size: 18px;
	font-weight: bold;
}
.modalcontentsarea .modal_cart_wrapper .modal_cart_txt .price {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.modalcontentsarea .modal_cart_wrapper .modal_cart_txt .price span {
	font-size: 13px;
	font-weight: 400;
}
.modalcontentsarea .modal_cart_wrapper .modal_cart_txt {
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.modalcontentsarea .modal_cart_wrapper .modal_cart_txt .cart_more_btn {
	background-color: #EB4F8A;
    border-radius: 6px;
    width: 170px;
    height: 40px;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}
.modalcontentsarea p.caution {
	font-size: 13px;
	line-height: 19px;
}

.modalcontentsarea .alg_title {
	color: #F09180;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 29px;
	margin-bottom: 20px;
}
.modalcontentsarea .alg_caption {
	color: #404040;
	font-size: 13px;
	text-align: left;
	line-height: 19px;
	margin-bottom: 15px;
}
.modalcontentsarea .modal_cart_wrapper .modal_cart_txt .alg_option_txt {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
}

.product-commentarea .subtitle-onerow .cate_caption {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 7px;
    text-align: center;
    line-height: 100%;
    position: relative;
}
.product-commentarea .subtitle-onerow .cate_caption::before {
    transform: rotate(-25deg);
    left: -15px;
}
.product-commentarea .subtitle-onerow .cate_caption::after {
    transform: rotate(25deg);
    right: -15px;
}
.product-commentarea .subtitle-onerow .cate_caption::before, .product-commentarea .subtitle-onerow .cate_caption::after {
    width: 1px;
    height: 24px;
    background-color: #404040;
    content: '';
    display: inline-block;
    top: 0;
    position: absolute;
}

.draft_sec {
    margin: 50px auto 25px;
}
.draft_sec.subtitle-onerow .cate_caption {
	color: #81CACE;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	width: fit-content;
	margin: 0 auto 10px;
}
.draft_sec.subtitle-onerow .cate_caption::before, .draft_sec.subtitle-onerow .cate_caption::after {
	width: 2px;
	height: 32px;
	background-color: #81CACE;
	top: 2px;
}
.draft_sec.subtitle-onerow .cate_caption::before {
    left: -20px;
}
.draft_sec.subtitle-onerow .cate_caption::after {
    right: -20px;
}
.draft_sec .cate_message {
	color: #404040;
	font-size: 15px;
	text-align: center;
	margin-bottom: 15px;
}

.layout_sec.subtitle-onerow .cate_caption {
	color: #404040;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	width: fit-content;
	margin: 0 auto 10px;
}
.layout_sec.subtitle-onerow .cate_caption::before, .layout_sec.subtitle-onerow .cate_caption::after {
	height: 24px;
}
.layout_sec p {
	display: block;
	margin-bottom: 15px;
}

.caution_sec {
	border: solid 1px #EA3C5D;
	padding: 15px 10px;
	margin: 0 auto 10px;
}
.caution_sec_title {
	background-color: #EA3C5D;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 29px;
	text-align: center;
	width: 100%;
	padding: 8px 0;
}
.caution_sec .caption {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.caution_sec .contents {
	display: block;
	margin: 0 auto 15px;
}
.caution_sec .message {
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	margin-bottom: 10px;
}
.caution_sec .message span {
	color: #EA3C5D;
}
.caution_sec .submessage {
	color: #EA3C5D;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}

.triangle_bg01 {
	padding: 10px 15px 5px;
	background: rgba(129, 202, 206, 0.4);
	position: relative;
	text-align: center;
}
.triangle_bg01::before {/* beforeでもafterでも*/
	content: "";
	position: absolute;
	height: 40px;
	width: 100%;
	clip-path: polygon(0 0,50% 100%,100% 0);/* ココ */
	background-color: rgba(129, 202, 206, 0.4);
	left: 0;
	bottom: -40px; /* bottomにピッタリくっつけたいので三角の高さ分下にずらす */
}
.triangle_bg02 {
	height: 40px;
	background: #FFF;
	text-align: center;
	margin-bottom: 12px;
}
.triangle_bg01 p, .triangle_bg02 p {
	color: #000;
}
.triangle_bg02 p {
	position: relative;
}
.triangle_bg01 .att {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	padding: 4px 0;
	background-color: #FFF;
	border-radius: 30px;
	letter-spacing: 0;
	width: 100%;
	max-width: 375px;
    margin: 0 auto;
}

#products-desp_inner .confirm-option_inner {
	background-color: rgba(129, 202, 206, 0.12);
	padding: 30px 20px 20px;
	margin-bottom: 12px;
}
#products-desp_inner .multi-menu_inner {
	background-color: rgba(240, 145, 128, 0.08);
	padding: 30px 20px 20px;
}
#products-desp_inner .modal_cart_wrapper {
	display: flex;
	column-gap: 10px;
	justify-content: space-between;
}
#products-desp_inner .modal_cart_wrapper .modal_cart_img {
	max-width: 119px;
}
#products-desp_inner .modal_cart_wrapper .modal_cart_txt {
	flex: 1;
}
#products-desp_inner .modal_cart_wrapper .modal_cart_txt .option_txt {
	font-size: 18px;
	font-weight: bold;
}
#products-desp_inner .modal_cart_wrapper .modal_cart_txt .price {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
#products-desp_inner .modal_cart_wrapper .modal_cart_txt .price span {
	font-size: 13px;
	font-weight: 400;
}
#products-desp_inner .modal_cart_wrapper .modal_cart_txt {
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
#products-desp_inner .modal_cart_wrapper .modal_cart_txt .cart_more_btn {
	background-color: #EB4F8A;
    border-radius: 6px;
    width: 170px;
    height: 40px;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}
#products-desp_inner p.caution {
	font-size: 13px;
	line-height: 19px;
}

#products-desp_inner .alg_title {
	color: #F09180;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 29px;
	margin-bottom: 20px;
	letter-spacing: 0;
}
#products-desp_inner .confirm_title {
	color: #81CACE;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 29px;
	margin-bottom: 20px;
	letter-spacing: 0;
}
#products-desp_inner .alg_caption, #products-desp_inner .confirm_caption {
	color: #404040;
	font-size: 13px;
	text-align: left;
	line-height: 19px;
	margin-bottom: 15px;
}
#products-desp_inner .modal_cart_wrapper .modal_cart_txt .alg_option_txt {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
}

@media screen and (min-width: 768px) {
    #productnew .draft_sec.subtitle-onerow p.cate_caption {
	    color: #81CACE;
	    font-size: 36px !important;
	}
	.draft_sec {
	    margin: 80px auto;
	}
	.draft_sec.subtitle-onerow .cate_caption::before, .draft_sec.subtitle-onerow .cate_caption::after {
	    height: 44px;
	    top: -5px;
	}
	.draft_sec.subtitle-onerow .cate_caption::before {
	    left: -30px;
	}
	.draft_sec.subtitle-onerow .cate_caption::after {
	    right: -30px;
	}
	#productnew .layout_sec.subtitle-onerow p.cate_caption {
	    font-size: 28px;
	    line-height: 36px;
	    margin: 0 auto 20px;
	}
	#productnew .draft_sec p.cate_message {
	    font-size: 24px !important;
	    margin-bottom: 30px;
	}
	.layout_sec.subtitle-onerow .cate_caption::before, .layout_sec.subtitle-onerow .cate_caption::after {
	    height: 36px;
	    top: -6px;
	}
	.layout_sec.subtitle-onerow .cate_caption::before {
	    left: -25px;
	}
	.layout_sec.subtitle-onerow .cate_caption::after {
	    right: -25px;
	}
	.layout_sec p {
	    margin-bottom: 30px;
	}
	#productnew p.caution_sec_title {
	    font-size: 32px;
	    line-height: 36px;
	    padding: 16px 0;
	}
	.caution_sec {
	    padding: 20px;
	    margin: 0 auto 30px;
	}
	#productnew .caution_sec .caption {
	    font-size: 24px;
	    margin-bottom: 20px;
	}
	#productnew .caution_sec .message {
		font-size: 24px;
	    line-height: 32px;
	    margin-bottom: 20px;
	}
	#productnew .caution_sec .submessage {
		font-size: 24px;
	    line-height: 32px;
	}
	#productnew .triangle_bg01 p, #productnew .triangle_bg02 p {
	    font-size: 24px;
	}
	#productnew .triangle_bg01 p.att {
	    font-size: 28px;
	    line-height: 42px;
	    padding: 8px 0 7px;
	    max-width: 600px;
	}
	.triangle_bg01::before {
	    height: 60px;
	    bottom: -60px;
	}
	.triangle_bg02 {
	    margin-bottom: 45px;
	}
	#products-desp_inner {
		display: flex;
    	column-gap: 20px;
	}
	#products-desp_inner .confirm-option_inner {
		display: flex;
	    flex-direction: column;
	    justify-content: space-between;
		margin-bottom: 0;
	}
	#products-desp_inner .confirm-option_inner, #products-desp_inner .multi-menu_inner {
		flex: 1;
	}
}

.plusicon {
    min-width: 21px;
}


.fs-c-reviewer__status {
    display: none;
}