@charset "UTF-8";

.top-container.bottom-container{
    overflow: hidden;
}

#_rcmdjp_display_2{
    display:none;
}

/* layout_tableをクリア */
.FS2_body_Goods_mothersday-gift .layout_table {
    width:inherit;
    margin: 0 auto;
}

/* パンくずの余白を調整 */
.FS2_body_Goods_mothersday-gift .FS2_bleadcrumbs {
    padding-left: 10px;
}

.br-sp{
    display:  none;
}

a{
    text-decoration: none;
}

.img-sp{
    display: none;
}

h2{
    font-weight: lighter;
}

h3{
    font-weight: lighter;
}


/* メインビジュアル */
.main-visual{
    background-image: url(../../images/feature/mothersday-gift/2025/mothers-day.jpg);
    background-size: cover;  /* �??��??��?っぱ?��?に */
    background-position: center center;
    height: 500px;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    color: #3f3a39;
}

.main-visual-wrapper{
    width:  1000px;
    height: 500px;
    margin: 0 auto;
    vertical-align: middle;
}

.main-visual-sub{
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.1em;
    margin: 30px 0 10px 0;
}

.main-visual-text{
    margin: 0 0 10px 0;
    width: 48%;
    text-align: center;
}

.main-visual-day{
    font-size: 24px;
    padding-top: 150px;
}

.main-visual-EN{
    font-size: 56px;
    letter-spacing: 0em;
    font-family: 'Cormorant Garamond', serif;
}

.main-visual h1{
   margin-top: 15px;
    font-size: 23px;
    letter-spacing: 0.1em;
    font-weight: lighter;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-visual h1:before, .main-visual h1:after {
    border-top: 1px solid #3f3a39;
    content: "";
    width: 30px;
}

.main-visual h1 span {
  padding:0 0.8em;
}

/* 母の日特集終了お知らせ */
.end-text-wrapper{
    margin-top:  60px;
}
.end-text{
    width: 1000px;
    background-color: #f8f7f3;
    border: #afa68b solid 1px;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    line-height: 30px;
}

.end-text-top{
    margin-bottom: 10px;
}

.end-text-link a{
    text-decoration: underline;   
    font-size: 14px; 
}

/* リードコンテンツ*/

/* ふわっと表示させるjqueryのための記述 */
.fadeIn {
opacity: 0;
    transition: 2s;
}
.fadeIn.is-show {
    opacity: 1;
}
.fadeIn_left {
    opacity: 0;
    transform: translate(-50%, 0);
    transition: 2s;
}
.fadeIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1;
}
.fadeIn_right {
    opacity: 0;
    transform: translate(50%, 0);
    transition: 2s;
}
.fadeIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1;
}


.section-lead-wrapper{
    width:  1000px;
    text-align: center;
    margin: 100px auto;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}


.section-lead{
    width:  1000px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
    background-size:contain;
    padding: 0 0 40px 0;
}

.section-lead-images {
    position: relative;
}

.section-lead h2{
    color: #ab9c78;
    font-size: 24px;
    letter-spacing: 2px;  
    display: inline-block;
    position: relative;
}

.section-lead h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -16px; /*下線�??��上下位置調整*/
    display: inline-block;
    width: 50px; /*下線�??��?��?*/
    height: 2px; /*下線�??��太?��?*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background-color: #ab9c78; /*下線�??��色*/
  }

.section-lead h3{
    color: #ab9c78;
    font-size: 46px;
    line-height: 1.5;
    letter-spacing: 4px;
    position: relative;
    display: inline-block;
    padding: 0 120px;
}


.section-lead h3:before, .section-lead h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 110px;
  height: 1px;
  background-color: #ab9c78;
}

.section-lead h3:before {
  left:0;
}
.section-lead h3:after {
  right: 0;
}


.section-lead-wrapper p{
    margin: 60px 0 120px;
    line-height: 44px;
    font-size: 15px;
}

.section-lead .title-sub{
       margin-top: 20px;
       position: absolute;
       left: 120px;
       width: 100%;
}

.category-group{
    position: absolute;
    bottom: 0;
    left: 120px;
    color: #ab9c78;
    width: 100%;
}


.category-group  a{
    color: #ab9c78 !important;
    text-decoration: none;
}

.category-group a:hover{
    opacity:0.5;
}

.section-lead-images-flex{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 100px;
}

.flex-text{
    margin: 0 20px;
    width: 30%;
    line-height: 24px;
    font-size: 13px;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    padding-bottom: 30px;
}

.first-introduction {
    position: relative;
    /*left: 100px;*/
    height: 450px;
}

.next-introduction {
    position: relative;
    bottom: 0;
    left: -100px;
    width: 30%;
    height: 450px;
}
.next-introduction h2 {
    margin-left: 230px;
}

.flex-text p {
    line-height: 40px;
    font-size: 16px;
}

.flex-image{
    padding: 0 20px;
    width: 680px;
}


.section-lead span{
    display:block;
}

.read-more{
 color: #ab9c78 !important;
}

.read-more::after {
    content: "";
    width: 7px;
    height: 13px;
    display: inline-block;
    background-image: url(../../images/feature/mothersday-gift/2023/arrow-right-solid.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 4px;
    transform: rotate(90deg);
}





/* スタイルから探す */
.section-search{
    width: 1000px;
    margin:0 auto;
    text-align: center;
    padding-bottom: 80px;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    border-top:none;
}

.section-search a{
    width: 1000px;
    margin:0 auto;
    text-align: center;
    padding-bottom: 80px;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

.section-search .google-fonts{
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
}

.section-search h2{
    font-size: 14px;
    margin:20px 0 60px;
    letter-spacing: 2px;
}

.flexbox-top ul{
    display: flex;
    justify-content: space-between;
}

.flexbox-top li{
    width: 100%;
    margin-right: 20px;
}

.flexbox-top li:nth-child(4){
    width: 100%;
    margin-right: 0;
}

.flexbox-top a{
    display: block;
    width: 100%;
    border: 2px solid #ae986e;
    margin: 0 0 20px 0;
    padding: 20px 0;
    color: #ae986e;
    font-size: 16px;
}

.flexbox-bottom ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexbox-bottom li{
    width: 34%;
}

.flexbox-bottom a{
    display: block;
    width: 100%;
    border: 2px solid #ae986e;
    padding: 24px 0 18px 0;
    color: #ae986e;
    font-size: 16px;
}

.flexbox-bottom li:nth-child(1){
    margin: 0 2% 0 0;
}

.arrow-r{
    width: 100%;
    position: relative;
    display: block;
}

.arrow-r:after{
    content: "";
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    right:  20px;
    width: 7px; 
    height: 7px;
    border-top: 2px solid #ae986e;
    border-right: 2px solid #ae986e;
    transform: rotate(135deg);
}

.section-search a{
    display: block;
}

.section-search a:hover {
    color: #fff;
    background: #ae986e;
    transition: 0.4s;
}

.arrow-r:hover:after{
    content: "";
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    right:  20px;
    width: 7px; 
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
}

/* カテゴリトップのスライダー */
.main-visual-rotation-rotation {
    position: relative;
    opacity: 0;
    width: 500px;
    height: auto;
    z-index: 1;
}


.main-visual-rotation-rotation img {
    width: 500px;
    height: auto;
    object-fit: cover;
}

/* スライダーjqueryのための記述 */
.slides{
   width:500px;
}

.flexslider {
    max-width: 540px;
}
.flexslider .slides li {
    margin-right:5px;
}
.flex-control-nav {
    bottom: -55px;
}


/* 商品紹介 */
.section-products{
    margin: 0 auto;
    border-top:none;
}

#section-products-flowerpot{
    background-color: #fef8f7;
    padding: 80px 0 80px 0;
}

#section-products-arrangement{
    padding: 80px 0 80px 0;
}

#section-products-bouquet{
    background-color: #fef8f7;
    padding: 80px 0 80px 0;
}

#section-products-funeral{
    padding: 80px 0 80px 0;
    background-color: #fef8f7;
}

#section-products-orchid{
    padding: 80px 0 80px 0;
}

#section-products-subscription {
    background-color: #f8f7f3;
    padding: 80px 0 80px 0;
}

.section-products-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    width: 1000px;
    margin: 0 auto;
    align-items: center;
}

.section-products-EN{
    font-size: 30px;
    color: #deb4ad;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.1em;
    line-height: 40px;
}

.section-products h2{
    font-size: 18px;
    margin: 20px 0 46px 0;
    border-left: 4px solid #deb4ad;
    padding: 4px 0  0 10px;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

/* 商品紹介 ※以下定期便訴求にのみ適用 */
#section-products-subscription .section-products-wrapper {
    margin-bottom: 40px;
}
#section-products-subscription .section-products-EN {
    color: #afa68b;
}
#section-products-subscription h2 {
    border-left: 4px solid #948c76;
}
#section-products-subscription .category-btn a {
    background: #ae986e;
    color: #fff;
}

.section-products-img {
    transform: translateY(0px); /* 下に30pxの位置から */
  }


.section-products-text{
    width:  40%;
}

.section-products-text p{
    line-height: 32px;
    font-family:sans-serif;
    font-size: 14px;
    text-align: justify;
}

.section-products-img p{
    line-height: 32px;
    font-family:sans-serif;
    font-size: 14px;   
    text-align: justify;
}

.section-products h3{
    text-align: center;
    display: flex;
    align-items: center;
    padding: 80px 0 40px 0;
    font-size: 14px;
    font-family: 'Cormorant Garamond', serif;
}

.section-products h3::before,
.section-products h3::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #3f3a39;
}

.section-products h3::before{
    margin-right: 30px;
}

.section-products h3::after{
    margin-left: 30px;
}

.item-title{
    width: 1000px;
    margin: 0 auto;
    font-size: 16px;
}

.item-wrapper{
    width:  900px;
    margin: 0 auto;
}

.item-wrapper ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px;
}

.section-products .item{
    width: 30%;
    box-sizing: border-box;
    margin-bottom: 30px;
    vertical-align: top;
    line-height: 1.4;
    box-sizing: border-box;
    font-family:sans-serif;
}

.item img{
    width: 100%;
}

.FS2_itemPrice_text{
    line-height: 30px;
}

.itemNumber{
    border: 2px solid #ce7683;
    color:  #ce7683;
    padding: 4px 4px;
    font-size: 13px;
}

.itemGroup{
    padding: 10px 0 2px 0;
}

.item a {
    font-size: 16px;
    text-decoration:underline;
    line-height: 20px;
}

.item a:hover {
    opacity:0.5;
}

.itemPrice{
    display: inline-block;
    font-size: 18px;
    margin: 10px 0 0 0;
    font-weight: lighter;
}

#FS2_GoodsSearchList .itemPrice, .FS2_body_CouponGoodsList .itemPrice, body[class^="FS2_body_Goods_GoodsGroupList_"] .itemPrice {
    font-size: 18px;
}

.mothersday-text{
    font-size: 13px;
}

.category-btn a{
    border: 2px solid;
    margin: 0 auto !important;
    text-align: center;
    background:   #fff;
    color: #ce7683;
    text-decoration: none;
    width: 420px;
    padding: 24px 0;
    letter-spacing: 0.1em;
    font-size:17px;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

.category-btn a:hover{
    opacity:0.5;
}

.section-products .arrow-r:after{
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right:  20px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg); 
}

/* 電話エリア */
.tel-wrap{
    text-align: center;
    margin-bottom: 100px;
    display: none;
}

.tel-wrap-box{
    width: 760px;
    background-color:#fef8f7;
    border: solid 3px #7d4e57;
    margin: 0 auto;
    padding: 24px 0;
    letter-spacing: 0.1em;
    font-family:sans-serif;
}

.tel-wrap-title{
    font-size: 22px;
    margin: 100px 0 20px 0;
}

.tel-wrap-time{
    width:440px;
    font-size: 16px;
    background-color: #7d4e57;
    color: #fff;
    padding: 16px 0;
    margin: 0 auto;
    letter-spacing: 0.05em;
}

.tel-wrap-number{
    font-size: 50px;
    margin-top: 20px;
}

.tel-wrap-number::before {
    content: url(../../images/feature/mothersday-gift/tel.png);
    vertical-align: middle;
    padding-right: 5px;
}

.tel-wrapl-note{
    margin-top: 10px;
    font-size: 15px;
}

/* ランキングエリア */
.section-ranking{
    margin:80px auto;
    width: 1000px;
}

.section-ranking .google-fonts{
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
    display:block;
    text-align: center;
}

.section-ranking h2{
    font-size: 14px;
    margin:20px 0 60px;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    letter-spacing: 2px;
    text-align: center;
}


/* よくある質問エリア */
.section-faq{
    width: 70%;
    margin:80px auto;
    text-align: center;
}

.section-faq .google-fonts{
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
}

.section-faq h2{
    font-size: 14px;
    margin:20px 0 60px;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    letter-spacing: 2px;
}

ul.mothersday-faq {
    width: 800px;
    margin:0 auto;
    text-align:left;
}
ul.mothersday-faq li {
    list-style:none;
    margin-top:30px;
}
ul.mothersday-faq li:first-child {
    margin-top: 0;
}
ul.mothersday-faq .question {
    position: relative;
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid;
    background-color: #efeeeb;
    border-color: #DDD;
}
ul.mothersday-faq .question:hover {
    text-decoration:underline;
}
ul.mothersday-faq .question::before {
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color:  #ae986e;
}
ul.mothersday-faq .question:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out; /* �??��?の動きを指?��? */  
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); /* �??��?の角度を指?��? */  
}

ul.mothersday-faq .question.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%; /* .openクラスがつ?��?た時の�??��?の角度を指?��? */
}
ul.mothersday-faq .answer {
    padding: 16px 16px 16px 50px;
    font-size: 15px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #DDD;
    position: relative;
    line-height: 24px;
}
ul.mothersday-faq .answer::before {
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color:  #ae986e;
    font-size: 14px;
    margin-top: 5px;
}
ul.mothersday-faq .answer a:link {
    text-decoration: underline !important;
}


 /* pickupエリア */
.section-pickup{
    width: 70%;
    margin:80px auto;
    text-align: center;
}

.section-pickup a{
    display: inline-block;
}

.pickup-flower-subscription{
    margin: 0 0 30px 0;
}

.section-pickup .google-fonts{
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
}

.section-pickup h2{
    font-size: 14px;
    margin:20px 0 60px;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    letter-spacing: 2px;
}

.section-pickup img{
    max-width: 100%;
    height: auto;
    display: block;
}

.section-pickup .arrow-r{
    position: static;
}

.pickup-flower-subscription{
    margin: 0 0 30px 0;
}

/* ブログエリア */
.section-blog{
    width: 780px;
    margin: 80px auto;
    text-align: center;
    border-top:none;
}

.section-blog .google-fonts{
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
}

.section-blog h2{
    font-size: 14px;
    margin:20px 0 60px;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    letter-spacing: 2px;
    text-align: center;
}

#new-entries li {
    width: 45%;
    display: inline-block;
    text-align: left;
    
    }
#new-entries li img {
      width: 110px;
      height: 110px; 
    }
  
#new-entries li:nth-child(odd) {
    margin-right: 5%;
    }
  
#new-entries li:nth-child(-n+2) {
      margin-bottom: 20px;
  }

#new-entries a {
    text-decoration: none; 
}
  
#new-entries .thumbnail {
    width: 110px;
    margin: 0 20px 30px 0;
    float: left;
 }
  
#new-entries .header {
    margin: 7px 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
 }
  
#new-entries .excerpt {
    width: 350px; 
}
  
#new-entries a {
    float: right; 
}

.brand__container {
    max-width: 1000px;
    margin: 0 auto;
}

.brand__list--blog{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 30px;
}


.brand__blog-thumbnail img{
    max-width: 100%;
    width: 100%;
}


.brand__blog-title {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.brand__link a {
    display: flex;
    margin: 40px auto;
    align-items: center;
    justify-content: center;
    width:  420px;
    padding: 24px 0;
    font-size: 17px;
    border: 1px solid #707070;
    text-decoration: none;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}


/* sp用 */
@media screen and (max-width:599px) { 


    .br-pc{
        display: none;
        }
    
    .br-sp{
        display: block;
        }
    .img-sp{
        display: block;
        }  

    .img-pc{
        display: none;
        }


    /* メインビジュアル */
    .main-visual{
        width: 100%;
        height: 300px;
        background-image: url(../../images/feature/mothersday-gift/2025/mothers-day_sp.jpg);
        background-position: left top;
	    background-repeat: no-repeat;
	    background-size: cover;
        }

    .main-visual-wrapper{
        width: 100%;
        height: 300px;
        margin: 0 auto;
        vertical-align: middle;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .main-visual-text{
        margin: 0px 10px 10px 10px;
        width: 50%;
        text-align: center;
    }
    
    .main-visual-day{
        font-size: 3.4vw;
        margin: 0 0 10px 0;
        padding-top:0;
    }
    
    .main-visual-EN {
        font-size: 9.5vw;
        letter-spacing: 0.05em;
        line-height: 9.8vw;
        margin-bottom: 15px;
    }
    

    .main-visual h1{
        font-size: 3vw;
        line-height: 36px;
        margin: -2px 0 0 0;
        font-weight: bold;
    }
    
    .main-visual h1:before, .main-visual h1:after {
    border-top: 1px solid #3f3a39;
    content: "";
    width: 12px;
    }

    .main-visual h1 span {
    padding: 0.3em 0.6em;
}
    

    /* 母の日特集終了お知らせ */
    .end-text-wrapper {
        margin-top: 40px;
    }

    .end-text {
        width: 90%;
        padding: 20px 20px;
        font-size: 15px;
        line-height: 26px;
    }

    /* リードコンテンツ */

    
    .section-lead-wrapper{
        width:  80%;
        margin: 60px auto;
    }
    
    .section-lead{
    width:auto;
    margin: 0 auto;
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
    background-size:contain;
    margin-bottom: 40px;
}

    .section-lead h2{
        font-size: 18px;
        margin-bottom: 50px;
    }
    
    .section-lead h3 {
        font-size: 9vw;
        font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
        letter-spacing: .85vw;
        margin:0;
        padding: 10px 0;
    }
    
        .section-lead h3:before, .section-lead h3:after {
        display:none;
    }
        
    .section-lead p{
        margin: 0 auto;
        line-height: 40px;
        font-size: 14px;
    }
    
    .section-lead .title-sub {
        margin:0; 
        position:initial;
    }
    
    .category-group{
        position: static;
        width: auto;
}
    
    .row {
    position: relative;
    display: block;
    padding-bottom: 6.5vw;
    margin-bottom: 0;
    margin-top: 40px;
}
    
     .row .title {
    position: absolute;
    top: 0;
    bottom: 0;
}
   
     .row.left .title {
    left: 10.5vw;    
}

.row.right .title {
    right: 6.5vw;
    text-align: right;
}
    
     .row .read-more {
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 3.7vw;
    display: block;
    margin-top: 7.5vw;
    text-decoration: none;
    }
    
    
    .row.left .read-more {
    text-align: right;
       }
    
    .row.right .read-more {
    text-align: left;
}
    
    
     .row .title-sub {
    text-orientation: upright;
    writing-mode: vertical-rl;
    font-size: 5vw;
    line-height: 1.6;
    text-shadow: 1.5vw 1.5vw 1.5vw #fff;
    letter-spacing: .5vw;
    display: flex;
    height: 81%;
    align-items: center;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}




.row .title .title-sub::before {
    content: '';
    display: inline-block;
    width: 0.25vw;
    height: auto;
    flex: 1 1 auto;
    background: #58595b;
    margin-bottom: 2.5vw;
}

.row.right .title .title-sub::before {
    position: relative;
    right: 10px;
}

.row .text {
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 3.1vw;
    line-height: 1.9;
    display: block;
    margin-top: 2.5vw;
}

.row.left .text {
    width:auto;
    text-align: right;
    margin-right: 5vw;
}

.row.right .text {
    text-align: left;
    margin-left: 5vw;
}

 .row.left .title-sub {
    justify-content: flex-start;
    text-align: left;
}


.row.right .title .title-sub {
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    text-align: left;
    }


     /* スタイルから探すエリア */
    .section-search{
        width: 80%;
    }

    .flexbox-top ul{
        display: block;
    }

    .flexbox-top li{
        width: 100%;
    }

    .flexbox-bottom ul{
        display: block;
    }

    .flexbox-bottom li{
        width: 100%;
    }

    .flexbox-top a{
        margin: 0 0 6px 0;
        font-size: 15px;
        text-decoration: none;
    }

    .flexbox-bottom a{
        margin: 0 0 6px 0;
        font-size: 15px;
        text-decoration: none;
    }

    .section-search .google-fonts{
        font-size: 22px;
    }
        
    .section-search h2{
        font-size: 13px;
        margin:16px 0 40px;
    }

/* カテゴリトップのスライダー */

.slides{
   width: 100%;
}

.flex-control-nav {
    position: relative !important;
}

.main-visual-rotation-rotation {
    width: 100%;
}

     /* ?��?品紹介エリア */
    .section-products-wrapper{
        display: block;
        width: 100%;
        background-image: url(../../images/feature/mothersday-gift/background.jpg);
        background-position: top 65vw right 5vw;
        background-repeat: no-repeat;
    }
    
    #section-products-subscription .section-products-wrapper {
        background-image:none;
    }        

    .section-products-text{
        width:  80%;
        margin: 0 auto;
        text-align: center;
    }

    .section-products-img{
        width:  80%;
        margin: 0 auto;
        text-align: center;
    }

    .section-products h2, #section-products-subscription h2{
        font-size: 16px;
        margin: 6px 0 40px 0;
        border-left: none;
        padding: 4px 0  0 10px;
        font-family: 'Cormorant Garamond', serif;
    }

    .section-products-text p{
        padding: 40px 0;
        font-size: 14px;
    }

    .section-products-img p{
        padding: 40px 0;
        font-size: 14px;
    }

    .section-products img{
        width:  100%;
    }

    #section-products-flowerpot {
        background-color: #fff;
       padding: 0 0 80px 0;
    }


#section-products-arrangement{
    padding: 0 0 80px 0;
}

    #section-products-bouquet {
        background-color: #fff;
        padding: 0 0 80px 0;
    }

    #section-products-orchid {
        background-color: #fff;
        padding: 0 0;
    }

    #section-products-funeral{
        background-color: #fff;
        padding: 80px 0 0 0;
    }

    #section-products-subscription {
        background-color: #f8f7f3;
       padding: 80px 0;
    }

    .item-wrapper{
        width: 80%;
        justify-content: center;
    }

    .item-title{
        width: 80%;
    }

    #FS2_GoodsSearchList .itemPrice, .FS2_body_CouponGoodsList .itemPrice, body[class^="FS2_body_Goods_GoodsGroupList_"] .itemPrice {
        font-size: 16px;
    }

    .item-wrapper ul{
        display: block;
        
    }
.section-products .item-wrapper li{
        width: 80%; 
        margin: 0 auto;
    }

    .section-products h3{
        padding: 50px 0 30px 0;
        font-size: 14px;
        font-family: 'Cormorant Garamond', serif;
    }

    .itemGroup p{
        padding: 10px 0 10px 0;
    }

    .mothersday-text{
        font-size: 14px;
        margin: 0 0 20px 0 ;
    }

    .section-products .itemPrice{
        margin: 0;
        font-size: 20px;
        font-weight: lighter;
    }
    
    .category-btn a{
        width: 80%;
        font-size: 16px;
    }

    .category-btn-funeral a{
        letter-spacing: -0.1em;
    }
    

    /* ランキングエリア */
    .section-ranking{
        margin:80px auto;
        width: auto;
    }


    /* よくある質問エリア */
    .section-faq{
        width: 80%;
        border-top:none;
    }

    .section-faq h2{
        margin:20px 0 40px;
    }

    .question p{
        width: 90%;
    }

    ul.mothersday-faq {
        width: 100%;
        margin:0 auto;
        text-align:left;
    }

    ul.mothersday-faq .question.open:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 45%;
    }

    ul.mothersday-faq .question:after {
        content: "";
        position: absolute;
        right: 25px;
        top: 38%;
        transition: all 0.2s ease-in-out;
        display: block;
        width: 8px;
        height: 8px;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        visibility: inherit;
    }

    /* pickupエリア */
    .section-pickup{
        width: 100%;
    }

    .section-pickup h2{
        margin:20px 0 40px;
    }
    
    .section-pickup img{
        width: 100%;
        margin-bottom: 10px;
        height:  auto;
    }

    .section-pickup{
        border-top:none;
    }

     /* ブログエリア */
    .section-blog{
        width: 100%;
    }

    .section-blog h2{
        margin:20px 0 25px;
    }
   
    #new-entries li {
        width: 100%;
        display: inline-block;
        text-align: left;
        }

    #new-entries li img {
      width: 100%;
    }

    #new-entries li:nth-child(odd) {
        margin-right: 0;
        }
      
    #new-entries li:nth-child(-n+2) {
          margin-bottom: 0;
      }

    #new-entries a {
        display: block;
        text-decoration: none;
        height: auto;
        padding: 15px 10px 5px 10px;
    }

    #new-entries .thumbnail {
        width: auto;
        float: left;
    }

    .brand__list--blog {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        justify-content: center;
        row-gap: 0;
        column-gap: 0;
    }

    .brand__list--blog{
        margin: 0 20px;
    }

    .brand__list--blog a {
        display: flex;
    }

    .brand__list-item--blog{
        width: 100%;
        padding: 20px 0;
    }

    .brand__blog-title {
        padding-left: 20px;
        font-size: 15px;
    }
    
    .brand__blog-thumbnail {
        flex-basis: 120px;
        flex-shrink: 0;
        line-height: 1;
    }

    .brand__list-item--blog:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .brand__list-item--blog:not(:last-child) {
        border-bottom: 1px dotted #ccc;
        padding-bottom: 20px;
    }

    .brand__link a {
        width:  80%;
    }
}

