.fs-c-checkout-delivery__button > .fs-c-button--standard {
    font-size: 0px;
}
.fs-c-checkout-delivery__button > .fs-c-button--standard:after {
    content: 'お届け日時を指定する';
    font-size: 14px;
}
  
/* お問い合わせ専用商品　スマートフォン追従エリア */
.fs-body-product .cart_sp_fixed .cart.item-contact:after{
    content: unset;
}
.fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--2 .item-contact .fs-c-inquiryAboutProduct {
    margin: 0;
}
.fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--2 .item-contact .fs-c-inquiryAboutProduct button {
    height: 54px;
}
.fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--2 .item-contact .fs-c-inquiryAboutProduct button {
    border: none;
}
.fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--2 .item-contact .fs-c-inquiryAboutProduct button:before {
    content: none;
}
.fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--2 .item-contact .fs-c-inquiryAboutProduct button.fs-c-button__label {
    color: #FFFFFF;
}
.fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--2 .item-contact .fs-c-inquiryAboutProduct button .fs-c-button__label {
    font-size: 0;
}
.item-contact span.fs-c-button__label:before {
    font-size: 1.4rem;
    content: "商品についてお問い合わせ";
    color: #FFFFFF;
    margin-left: 5%;
}

/* お問い合わせ専用商品　お気に入りボタンの表示 */
.sp_migration .cartbtn_none {
    display: block!important;
}
.sp_migration .cartbtn_none .fs-c-variationAndActions,
.sp_migration .cartbtn_none span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget,
.sp_migration .cartbtn_none .fs-c-productActionButton.fs-c-buttonContainer{
    display: none;
}
.fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-inquiryAboutProduct {
    margin: 10px 0 0!important;
    padding: 0;
}

/* 20241015 共通フッター ご利用ガイド追加 */
.footer_guide .guide_list {
    margin: 25px auto;
    display: flex;
    justify-content: space-between;
}
.footer_guide .guide_list dl {
    width: calc(100% / 3 - 5%);
}
.footer_guide .guide_list dt {
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 2.3rem;
}
.footer_guide .guide_list dt::after {
    content: "";
    display: block;
    margin: 25px auto 0;
    width: 70%;
    height: 2px;
    background-color: #DE503F;
}
.footer_guide .guide_list dd {
    font-size: 1.5rem;
}
.footer_guide .guide_list dd a {
    color: #DE503F;
}
@media only screen and (max-width: 767px) {
    .footer_guide {
        width: 90%;
        margin: 0 auto;
    }
    .footer_guide .guide_list {
        display: block;
    }
    .footer_guide .guide_list dl {
        width: 100%;
        margin-bottom: 25px;
    }
    .footer_guide .guide_list dd {
        font-size: 1.3rem;
    }
}
  
/* 20241128 バラ商品ページ紹介文追加 */
.fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--1 .cart_originalcomment01 .the_number p.c-ttl {
    font-weight: bold;
    border-bottom: 1px solid #DE503F;
    margin-bottom: 10px;
}
.fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item--1 .cart_originalcomment01 .the_number p.c-txt {
    margin-bottom: 20px;
}

/* 20250115 /c/de_s01/rose108 リンクフローリストのバラのこだわり */
.quality_area .inner .flex.strengths .txtarea {
    padding-right: 60px;
    padding-left: 0;
}
.r-l-area .flex.strengths .img img {
    object-fit: cover;
    aspect-ratio: 5 / 3;
}
@media only screen and (max-width: 768px) {
    .quality_area .inner .flex.strengths .txtarea {
        padding-right: 0;
    }
}
.h2_ttl.strengths-h2-ttl {
    font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
    .h2_ttl.strengths-h2-ttl {
        font-size: 2.0rem;
    }
}

/* 20250227 バラの本数情報の加筆 */
.rose-list{
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}
.rose-list + .rose-list{
    margin-top: 0;
}
.rose-list >li{
    width: 48%;
    margin-bottom: 40px;
}
.rose-list >li:nth-child(even){
    margin-left: 4%;
}
.rose-list-ttl{
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: solid 2px #de503f;
}
.rose-table tr{
    width: 100%;
}
.rose-table td {
    width: 50%;
    height: 25px;
    vertical-align: top;
}
.rose-table td .rose-list-txt{
    margin-left: 20px;
}
.rose-detail{
    padding: 10px;
}
.rose-name{
    display: block;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
}
.rose-num{
    display: block;
    margin-bottom: 5px;
}
.rose-price{
    display: block;
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: bold;
}
.rose-price-in{
    font-size: 1.2rem;
    font-weight: normal;
}
.rose-point{
    font-size: 1rem;
}
.rose-table td .c-btn{
    width: auto;
}
.rose-btn{
    padding-left: 20px;
    vertical-align: middle !important;
}
.rose-table td .c-btn {
    margin: 0;
}
@media only screen and (max-width: 768px){
    .rose-list{
        display: flex;
        flex-wrap: wrap;
    }
    .rose-list >li{
        width: 100%;
        margin-bottom: 40px;
    }
    .rose-list >li:nth-child(even) {
        margin-left: 0;
    }
    .rose-table td .c-btn {
        width: auto !important;
    }
    .rose-detail{
        padding: 10px 0;
    }
    .rose-table td .c-btn span{
        font-size: 13px;
        text-align: left;
        padding-left: 20px;
    }
}

/* 20250326 */
.cmn-c-txt-line {
    border-bottom: solid 2px #de503f;
}
.cmn-rose-list-ttl-normal {
    font-weight: normal;
}
.cmn-rose-list-txt {
    margin: 15px 0px;
}
.cmn-rose-list-ttl {
    color: #de503f;
    font-weight: bold;
}
.loverose .h3_box.point h3.cmn-point05:before {
    background: url('https://linkflorist.itembox.design/item/cmn_point05.svg') no-repeat center;
}

/* 20250529 */
/* ギフトのサービスについて */
.gift_service {
    margin: 120px 0 0;
}
.gift_service-img {
    box-shadow: rgb(222, 80, 63) -10px 10px 0px 0px;
    border-radius: 0px 40px;
    overflow: hidden;
}
.gift_service_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10%;
    row-gap: 40px;
    margin-left: 10px;
}
.gift_service_listItem {
    width: 45%;
}
.gift_service_txtBox {
    margin-top: 30px;
}
.gift_service_txtBox-ttl {
    font-weight: bold;
    text-align: center;
    font-size: 1.7rem;
}
.gift_service_txtBox-ttl::after {
    content: "";
    display: block;
    background-color: rgb(222, 80, 63);
    height: 2px;
    width: 80%;
    margin: 10px auto 15px;
}
.gift_service_txtBox-txt {
    font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
    .gift_service .ttlarea {
        text-align: left;
    }
    .gift_service .ttlarea h2 {
        font-size: 2.0rem;
    }
    .gift_service-img {
        border-radius: 0 30px 0 30px;
        box-shadow: #de503f -7px 7px 0px 0px;
    }
    .gift_service_list {
        margin-left: unset;
    }
    .gift_service_listItem {
        width: 100%;
    }
    .gift_service_txtBox-ttl {
        font-size: 1.45rem;
    }
    .gift_service_txtBox-txt {
        font-size: 1.3rem;
    }
}
/* バラの花言葉と贈るシーンページ 目次修正*/
.loverose .checkarea .index_point_list li {
    position: relative;
    padding-left: 65px;
}
.loverose .checkarea .index_point_list li:before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(https://linkflorist.itembox.design/item/img/freepage/loverose/point01.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.loverose .checkarea .index_point_list li:nth-child(2)::before {
    background: url(https://linkflorist.itembox.design/item/img/freepage/loverose/point02.svg) no-repeat center;
}
.loverose .checkarea .index_point_list li:nth-child(3)::before {
    background: url(https://linkflorist.itembox.design/item/img/freepage/loverose/point03.svg) no-repeat center;
}
.loverose .checkarea .index_point_list li:nth-child(4)::before {
    background: url(https://linkflorist.itembox.design/item/img/freepage/loverose/point04.svg) no-repeat center;
}
.loverose .checkarea .index_point_list li:nth-child(5)::before {
    background: url(https://linkflorist.itembox.design/item/cmn_point05.svg) no-repeat center;
}

/* 20250617 新規【青いバラ 花束】特集ページ作成 */
.pagetitle.loverose.bluerose {
    background: url(https://linkflorist.itembox.design/item/blue_ttl_bg.jpg) no-repeat center;
    background-size: cover;
}
.bluerose .rose-table img{
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}