@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;
}


/***** カラーチップ見た目設定 *****/
.mark-chips span {
    display: none;
}
.fs-c-productMark__mark.mark-chips {
    border-radius: 10px!important;
    width: 20px;
    height: 20px;
}



@media screen and (max-width: 767px) {
    #wrapper {
        margin: 100px auto 60px!important;
    }
    #fs_CheckoutMultiAddress .fs-l-main {
        margin: 100px 24px auto;
    }
}

#fs_CheckoutMultiAddress .fs-c-heading--page {
    width: 100%;
}
#fs-addressList-container {
    margin: 0 auto;
}




/* ------------------------------------------------------------
   Component: 見出し
   ------------------------------------------------------------ */
.c-heading {
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.3;
  text-align: center;
}

/* ＼ 見出し ／ */
.c-heading--brackets {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 18px;
  letter-spacing: normal;
}

.c-heading--brackets::before,
.c-heading--brackets::after {
  content: "";
  display: block;
  flex: none;
  width: 8px;
  height: 19px;
  border-left: 1.2px solid var(--color-text);
}

.c-heading--brackets::before { transform: skewX(20deg); }
.c-heading--brackets::after  { transform: skewX(-20deg); }

.c-heading--sm {
  gap: 14px;
  font-size: 13px;
}

.c-heading--sm::before,
.c-heading--sm::after {
  height: 17px;
  border-left-width: 1px;
}

/* ------------------------------------------------------------
   Component: ボタン
   ------------------------------------------------------------ */
.c-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 299px;
  max-width: 100%;
  min-height: 39px;
  padding: 6px 30px 6px 24px;
  border: 1px solid var(--color-accent);
  border-radius: 19.5px;
  background: var(--color-white);
  color: var(--color-accent);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}

/* 右向き矢印 */
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.c-btn:hover {
  background: var(--color-accent);
  color: var(--color-white);
}

/* ------------------------------------------------------------
   Component: タグ
   ------------------------------------------------------------ */
.c-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 16px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: var(--color-white);
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
}

.c-tag--sm {
  min-height: 29px;
  padding: 5px 18px;
  font-size: 13px;
}

.c-tag:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

/* ============================================================
   Instagram
   ============================================================ */
.p-instagram__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: 21px;
}

.p-instagram__item img {
  width: 100%;
  aspect-ratio: 234 / 292;
  object-fit: cover;
}

.p-instagram .c-btn-wrap { margin-top: 20px; }

/* ============================================================
   季節・テーマごとのアイテムを見る
   ============================================================ */
.p-feature {
  margin-top: 60px;
}

.p-feature__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 11px;
}

.p-feature__item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.p-feature__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.p-feature__tags > li { width: 145px; }

.p-feature .c-btn-wrap { margin-top: 20px; }

/* ============================================================
   オーダーメイドサービス／ウェディングレポート
   ============================================================ */
.p-report {
  margin-top: 60px;
  padding: 32px 20px 30px;
  background: var(--color-olive);
}

.p-report__lead {
  font-size: 14px;
}

.p-report__lead::before,
.p-report__lead::after { height: 24px; }

/* 帯 + ポラロイドアイコン */
.p-report__band {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  margin-top: 11px;
  padding: 8px 20px;
  background: var(--color-olive);
}

.p-report__icon {
  position: absolute;
  top: -23px;
  left: 236px;
  width: 64px;
}

.p-report__band-text {
  color: var(--color-white);
  font-family: var(--font-round);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.3;
}

/* カード一覧 */
.p-report__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px 15px;
  margin-top: 19px;
}

.p-report__item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.p-report__caption {
  margin: 10px 0 0;
  color: var(--color-text);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

/* 他にもまだまだオーダー事例 */
.p-report__other {
  margin: 37px -20px 0;
  padding: 20px;
  background: var(--color-olive-light);
}

.p-report__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.p-report .c-btn-wrap { margin-top: 20px; }

/* ============================================================
   SP  (~767px)
   ============================================================ */
@media screen and (max-width: 767px) {

  .l-main { max-width: none; }

  .u-sp { display: inline; }

  /* --- 見出し --- */
  .c-heading { font-size: 20px; }

  /* SP 幅 375px では ＼見出し／ が 1 行に収まらないため詰める */
  .c-heading--brackets {
    gap: 8px;
    font-size: 17px;
  }

  .c-heading--sm { font-size: 13px; }

  /* --- Instagram --- */
  .p-instagram {
    padding-inline: 0;
  }

  .p-instagram__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 20px;
  }

  .p-instagram__item img { aspect-ratio: 124 / 155; }

  /* PC のみ表示する 7・8 枚目 */
  .p-instagram__item--pc { display: none; }

  .p-instagram .c-btn-wrap { margin-top: 20px; }
  .p-instagram .c-btn,
  .p-feature .c-btn { width: 296px; }

  /* --- 季節・テーマ特集 --- */
  .p-feature {
    margin-top: 43px;
    padding-inline: var(--sp-gutter);
  }

  .p-feature__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 11px;
  }

  .p-feature__tags {
    gap: 10px;
    margin-top: 20px;
  }

  .p-feature__tags > li { width: calc(50% - 5px); }
  .p-feature__tags .c-tag { width: 100%; }

  /* --- ウェディングレポート --- */
  .p-report {
    margin-top: 40px;
    padding: 32px 20px 40px;
  }

  .p-report__lead { font-size: 14px; }

  .p-report__band {
    margin-top: 15px;
    padding-inline: 46px;
  }

  .p-report__icon {
    top: -30px;
    left: -6px;
  }

  .p-report__band-text { font-size: 22px; }

  .p-report__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 21px 15px;
    margin-top: 20px;
  }

  .p-report__other {
    margin-top: 21px;
    padding: 18px 20px 22px;
  }

  .p-report__tags {
    justify-content: flex-start;
    gap: 8px;
    margin-top: 14px;
  }

  .p-report .c-btn-wrap { margin-top: 21px; }
  .p-report .c-btn { width: 299px; }
}
