@charset "utf-8";
/*------------------------------------------------------------
    お盆 css
------------------------------------------------------------*/

#feature-Wrap{
    width:100%;
    overflow:hidden;
}

#feature-Visual{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:100%;
    height:650px;
    padding-bottom: 60px;
    text-align: center;
    margin-bottom:70px;
    overflow:hidden;
    position:relative;
    box-sizing:border-box;
    background:url(/img/obon/bg-pc.webp) no-repeat 50% 50%;
    background-size:cover;
}

#feature-Visual img{
    width:438px;
    height: auto;
}

.section{ margin-top:100px;}

.sectionHd{
    color:#333;
    font-size:175%;
    letter-spacing:3px;
    font-weight:bold;
    text-align:center;
    position:relative;
}

.sectionHd:after{
    display:block;
    content:"";
    width:260px;
    height:1px;
    background:#333;
    margin:15px auto 0;
}

.sectionHd:before{
    display:block;
    content:"";
    width:12px;
    height:12px;
    background:#fff;
    border-right:1px solid #333;
    border-bottom:1px solid #333;
    position:absolute;
    left:50%;
    bottom:-7px;
    transform:rotate(45deg) translate3d(-50%, 5px, 0);
}

.sectionTxt{
    text-align:center;
    line-height:1.7;
    font-size:117%;
    color:#333;
    margin:20px 0 50px;
}

.feature-txt{
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.75;
}

/*------------------------------------------------------------
    商品カテゴリ
------------------------------------------------------------*/

.feature-cateList{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width:100%;
    gap:30px;
}

.feature-cateList li{
    width:calc(33.3333% - 20px);
}

.feature-cateList a{
    display: block;
    width: 100%;
}

.feature-cateList p{
    font-size: 18px;
    line-height: 1.5;
    margin-top: 16px;
    color:#000;
}



/*------------------------------------------------------------
    ギフトの紹介
------------------------------------------------------------*/

.feature-Gift + .feature-Gift{ margin-top:100px;}

.feature-GiftInfo{
    width:456px;
    padding-top:54px;
    position:relative;
    z-index:1;
}

.feature-GiftInfo::before{
    display:block;
    content:"";
    height:270px;
    background:url(/img/obon/bg-pickup02.png) no-repeat 0 0;
    background-size: cover;
    position:absolute;
    top:70px;
    z-index:-1;
}

.feature-GiftInfo__title{
    color:#333;
    font-size:234%;
    font-weight: bold;
    letter-spacing:0.1em;
}

.feature-GiftInfo__text{
    color:#333;
    font-size:134%;
    line-height:1.5;
    margin:30px 0 50px;
}

.feature-GiftInfo__price{
    color:#333;
    font-size:134%;
    line-height:1;
    margin-bottom:40px;
}

.feature-GiftInfo__price span{
    display: inline-block;
    vertical-align:middle;
    font-size:30px;
    font-weight:bold;
    line-height:1;
    vertical-align: sub;
    font-family: 'Poppins', sans-serif;
}

.feature-GiftInfo__number{
    font-family: 'Poppins', sans-serif;
    color:#bebbe2;
    font-size:70px;
    line-height:1;
    font-weight: 400;
    padding:38px 26px 0 0;
    background:url(/img/obon/icon-special.svg) no-repeat right top;
    background-size: 80px auto;
}

.feature-GiftInfo__button{
    width:180px;
    height:48px;
}

.feature-GiftInfo__button a{
    display:block;
    width:100%;
    height:100%;
    text-align:center;
    color:#fff;
    line-height:48px;
    padding-top:1px;
    font-size:134%;
    background:#6646ac;
    box-sizing:border-box;
    border-radius:24px;
}

.feature-GiftImage{
    width:541px;
    align-items: flex-start;
}

.is-rounted{ border-radius:6px;}

.feature-GiftImage__pickup{
    width:calc(318/541*100%);
    position:relative;
}

.feature-GiftImage__pickup::before{
    display:block;
    content:"";
    width:92px;
    aspect-ratio: 1;
    background:url(/img/obon/icon-pickup.svg) no-repeat 50%;
    background-size:cover;
    position:absolute;
    top:-46px;
    left:-46px;
    z-index:10;
}

.feature-GiftImage__list{ width:calc(213/541*100%);}
.feature-GiftImage__list li{ width:47.76119402985075%;}
.feature-GiftImage__list li:nth-child(n+3){ margin-top:4.477611940298507%;}


/*------------------------------------------------------------
    CATEGORY DETAIL
------------------------------------------------------------*/

.feature-cate{
    display: flex;
    gap:60px;
}

.feature-cate__main{
    width:410px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.feature-cate__txtfield{
    width:100%;
    padding:90px 74px 54px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.feature-cate__bg{
    width:calc(100% + (50vw - 570px));
    min-width: 672px;
    height: 100%;
    position: absolute;
    right:0;
    top:0;
    z-index: -1;
}

.feature-cate__bg img{
    width:100%;
    height: 100%;
    object-fit: cover;
}

.feature-cate__head{
    display: flex;
    flex-direction: column;
    gap:24px;
    color:#333;
}

.feature-cate__head-subttl{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: .9;
}

.feature-cate__head-ttl{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

.feature-cate__txt{
    color:#666;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 26px;
}

.feature-cate__btn{
    margin-top: 36px;
}

.feature-cate__btn a{
    display: inline-flex;
    align-items: center;
    padding:.15em 18px 0;
    height: 40px;
    color:#3e3a39;
    font-size: 16px;
    border-radius:20px;
    box-sizing: border-box;
    border:1px solid #231815;
    transition: background .2s ease-out, color .2s ease-out;
}

.feature-cate__btn a:hover{
    color:#fff;
    background-color: #231815;
}

.feature-cate__items{
    width:calc(100% - 470px);
    padding-top: 36px;
}

/*------------------------------------------------------------
    SWIPER
------------------------------------------------------------*/

.swiper-container{
    position: relative;
}

.swiper-prev{
    width:42px;
    aspect-ratio: 1;
}

.swiper-next,
.swiper-prev{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    aspect-ratio: 1;
    position: absolute;
    top:50%;
    translate: 0 -50%;
    cursor: pointer;
    border:1px solid #999;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 50%;
    transition: all .2s ease-out;
    z-index: 100;
}

.swiper-next{ right: -76px;}
.swiper-prev{ left: -76px;}

.swiper-next:hover,
.swiper-prev:hover{
    background-color: #333;
    border-color: #333;
}

.swiper-next .cls-1,
.swiper-prev .cls-1{
    fill:none;
    stroke:#333;
    stroke-miterlimit:10;
    stroke-width:2px;
}

.swiper-next:hover .cls-1,
.swiper-prev:hover .cls-1{ stroke: #fff;}

.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled{
    background-color: #F7F7F7;
    border-color:#ccc;
}

.swiper-prev.swiper-button-disabled .cls-1,
.swiper-next.swiper-button-disabled .cls-1{ stroke: #999;}

.swiper-pager.swiper-pagination-lock,
.swiper-prev.swiper-button-lock,
.swiper-next.swiper-button-lock{ display: none;}

.swiper-pager{
    width:100%;
    gap:20px;
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    font-weight: 500;
}

.swiper-pager span{
    font-size: 14px;
}



/*------------------------------------------------------------
    GIFT SERVICE
------------------------------------------------------------*/

.feature-srv{
    width:100%;
    position: relative;
    z-index: 1;
}

.feature-srv::before{
    content:"";
    width: 100%;
    height: calc(100% - 24px);
    background-color: rgba(178,148,68,.1);
    position: absolute;
    border-radius:10px;
    left: 0;
    bottom:0;
    z-index: -1;
}

.feature-srv__head{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100%;
    gap:24px;
    text-align: center;
    margin-bottom: 66px;
}

.feature-srv__head-subttl{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:16px;
    font-weight: 600;
    font-size: 48px;
    line-height: .9;
    color: #6646ac;;
    font-family: "Poppins", sans-serif;;
}

.feature-srv__head-subttl::after{
    transform: scaleX(-1);
}

.feature-srv__head-ttl{
    font-size: 21px;
    font-weight: bold;
    color:#3e3a39;
    letter-spacing: .01em;
}

.feature-srv__body{
    display: flex;
    align-items: center;
    gap:36px;
    padding:0 70px 94px 40px;
    box-sizing: border-box;
}

.feature-srv__img{
    width:calc(500 / 1030 * 100%);
}

.feature-srv__img img{
    border-radius:10px;
}

.feature-srv__txtfield{
    flex:1;
}

.feature-srv__lead{
    font-size: 20px;
    line-height: 1.3;
    color:#333;
    font-weight: bold;
}

.feature-srv__txt{
    color:#666;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 28px;
    letter-spacing: .1em;
}


/*------------------------------------------------------------
    FAQ
------------------------------------------------------------*/

.feature-faq{
    display: flex;
    flex-direction: column;
    gap:90px;
    margin-top: 70px;
}

.feature-faq__title{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    padding-left: 40px;
    margin-bottom:20px;
}

.p-cat-faq{
    width:100%;
    padding:40px;
    background-color: #F8F8F8;
    border-radius:8px;
    box-sizing: border-box;
}

.p-cat-faq__item + .p-cat-faq__item{
    margin-top:24px;
    padding-top: 24px;
    border-top:1px solid #eee;
}

.p-cat-faq__item dt a{
    display: block;
    width:100%;
    color:#333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    padding-inline: 60px;
    box-sizing: border-box;
    position: relative;
}

.p-cat-faq__item dt a::before{
    display:block;
    content:"";
    width:16px;
    height:2px;
    background:#333;
    position:absolute;
    right:0;
    top:13px;
}

.p-cat-faq__item dt a:not(.selected)::after{
    display:block;
    content:"";
    width:2px;
    height:16px;
    background:#333;
    position:absolute;
    right:7px;
    top:6px;
}

.p-cat-faq__item dt span{
    color:#333;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .2em;
    font-family: "Poppins", sans-serif;;
    line-height: .9;
    position: absolute;
    left: 0;
    top:0;
}

.p-cat-faq__item dd{
    display:none;
    width:auto;
    color:#666;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    padding:24px 40px 24px 76px;
    background:#fff;
    margin:16px 60px 0;
    position:relative;
    box-sizing: border-box;
}

.p-cat-faq__item dd span{
    color:#999;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .2em;
    font-family: "Poppins", sans-serif;;
    line-height: .9;
    position: absolute;
    left: 30px;
    top:16px;
}

.p-cat-faq__item dd p a{
    color:#666;
    text-decoration: underline;
}

.p-cat-faq__item dd p a[href^="tel:"] {
    text-decoration: none;
}

/*------------------------------------------------------------
    MediaQuery
------------------------------------------------------------*/


/* TABLET */

@media screen and (min-width: 789px){

    .section + .section{ margin-top:120px;}

    .feature-Gift:nth-child(odd) .feature-GiftInfo::before {
        width:calc(50vw - 170px);
        min-width:456px;
        left:60px;
    }
    .feature-Gift:nth-child(even) .feature-GiftInfo::before{
        width:calc(50vw - 170px);
        min-width:456px;
        right:90px;
        background: url(/img/obon/bg-pickup01.png) no-repeat right 0;
        background-size: cover;
    }

    .feature-cate__txtfield::before{
        content:"";
        width:calc(100% + 60px);
        height: 100%;
        position: absolute;
        top:0;
        right:0;
        background-color: #fff;
        z-index: -1;
    }

    .feature-cate:nth-child(even){
        flex-direction: row-reverse;
    }

    .feature-cate:nth-child(even) .feature-cate__bg{
        right:auto;
        left: 0;
    }

    .feature-cate:nth-child(even) .feature-cate__txtfield{
        padding:90px 26px 54px 48px;
    }

    .feature-cate:nth-child(even) .feature-cate__txtfield::before{
        right:auto;
        left: 0;
    }

}


@media screen and (max-width: 788px){

    .feature-txt{
        font-size: 16px;
    }

    #feature-Visual{
        height:492px;
        padding-bottom: 45px;
        margin-bottom:50px;
    }

    #feature-Visual img{
        width: calc(438px * .75);
    }

    .section,
    .feature-Gift + .feature-Gift{ margin-top:80px;}
    .sectionHd{ font-size:150%;}
    .sectionHd:after{ width:220px;}
    .sectionTxt{ margin-bottom:40px;}

    /* CATEGORY */
    .feature-cateList{
        gap:24px;
    }

    .feature-cateList li{
        width:calc(33.3333% - 16px);
    }

    .feature-cateList p{
        font-size: 14px;
        margin-top: 14px;
    }


    /* GIFT */
    .feature-Gift{
        -webkit-box-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .feature-GiftInfo{
        order:2;
        width:100%;
        padding-top:0;
        margin-top:40px;
    }

    .feature-GiftInfo::before {
        width:100vw;
        height: calc(100% - 72px);
        top: 12px;
        left:80px;
    }

    .feature-GiftInfo__title{ font-size:200%;}

    .feature-GiftInfo__text{
        font-size:117%;
        margin:20px 0 40px;
    }

    .feature-GiftInfo__price{
        font-size:117%;
        margin-bottom:30px;
    }

    .feature-GiftInfo__price span{ font-size:24px;}

    .feature-GiftInfo__number{
        font-size:56px;
        padding:27px 24px 0 0;
        background-size:63px auto;
    }

    .feature-GiftImage{
        order:1;
        width:100%;
    }

    .feature-GiftImage__pickup::before {
        width: calc( 100vw * ( 92 / 788));
        top:calc( -100vw * ( 24 / 788));
        left: 8px;
    }

    /* ATEGORY DETAIL */
    .feature-cate{
        align-items: flex-start;
        flex-direction: column;
        gap:40px;
    }

    .feature-cate__main{
        width:100%;
        padding:190px 5px 0;
        box-sizing: border-box;
    }

    .feature-cate__txtfield{
        width:100%;
        padding:28px 20px 0;
        background-color: #fff;
        box-sizing: border-box;
    }

    .feature-cate__bg{
        width:calc(100% + 30px);
        min-width: auto;
        height: calc(100% - 20px);
        right:-15px;
    }

    .feature-cate__items{
        width:100%;
        padding-top: 0;
    }

    .feature-cate__items .swiper{
        margin-inline:-15px;
        padding-inline: 20px;
        margin-right: -60px;
        padding-right: 60px;
    }

    .feature-cate__btn{
        width:100%;
        display: flex;
        justify-content: center;
        margin-top: 0;
    }

    .feature-cate__btn a{
        font-size: 14px;
        font-weight: bold;
        height: 36px;
    }



    /* SWIPER */
    .swiper-footer{
        width:100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap:24px;
    }

    .swiper-next,
    .swiper-prev{
        margin-top: 32px;
        position: static;
        translate:0;
    }

    .swiper-next svg,
    .swiper-prev svg{
        width:6px;
        height: auto;
    }

    .swiper-pager{
        width:auto;
        margin-top: 32px;
    }

    .swiper-pager.swiper-pagination-lock{
        display: none;
    }

    /* SERVICE */
    .feature-srv::before{
        height: calc(100% - 20px);
    }

    .feature-srv__head{
        gap:12px;
        margin-bottom: 40px;
    }

    .feature-srv__head-subttl{
        gap:16px;
        font-size: 38px;
    }

    .feature-srv__head-ttl{
        font-size: 18px;
    }

    .feature-srv__body{
        gap:30Px;
        padding:0 30px 60px;
    }

    .feature-srv__img{
        width:calc(500 / 1030 * 100%);
    }

    .feature-srv__lead{
        font-size: 18px;
    }

    .feature-srv__txt{
        font-size: 14px;
    }


    /* FAQ */
    .feature-faq{
        gap:60px;
        margin-top: 50px;
    }

    .feature-faq__title{
        font-size: 16px;
        line-height: 1.5;
        padding-left: 10px;
    }

    .p-cat-faq{
        width:auto;
        padding: 30px 15px;
        margin-inline:-15px;
        border-radius:0;
    }

    .p-cat-faq__item dt a,
    .p-cat-faq__item dd{
        font-size: 14px;
    }

    .p-cat-faq__item dt span{
        left: 10px;
    }

    .p-cat-faq__item dd{
        margin-inline:0;
        padding-left: 60px;
    }

    .p-cat-faq__item dd span{
        left: 10px;
    }

}


/* SP */
@media screen and (max-width: 560px){

    #feature-Visual{
        height:calc(100vw * (650 / 640));
        padding-bottom: 0;
        margin-bottom:40px;
        background-image: url(/img/obon/bg-sp.webp);
    }

    #feature-Visual img{
        width:calc(437/640*100vw);
    }

    .section{ margin-top:60px;}

    .sectionHd{
        font-size:134%;
        letter-spacing:.1em;
        line-height: 1.4;
    }

    .sectionHd:before{
        width:8px;
        height:8px;
        bottom:-4px;
    }

    .sectionHd:after{
        width:150px;
        margin-top:10px;
    }

    .sectionLead{
        font-size:117%;
        margin-top:20px;
    }

    .sectionTxt{
        font-size:100%;
        margin:12px 0 30px;
    }


    /* CATEGORY */
    .feature-cateList{
        gap:18px 9px;
    }

    .feature-cateList li{
        width:calc(33.3333% - 6px);
    }

    .feature-cateList p{
        font-size: 12px;
        margin-top: 10px;
        padding-inline: 5px;
    }


    /* GIFT */
    .feature-Gift,
    .feature-Gift + .feature-Gift{ margin-top:54px;}

    .feature-GiftInfo{
        margin-top:30px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .feature-GiftInfo::before {
        height: calc(100% - 50px);
        top: 8px;
        left:60px;
    }

    .feature-GiftInfo__title{ font-size:134%;}
    .feature-GiftInfo__text{
        font-size:100%;
        margin:16px 0 24px;
    }

    .feature-GiftInfo__price{
        font-size:92%;
        margin-bottom:24px;
    }

    .feature-GiftInfo__price span{ font-size:18px;}

    .feature-GiftInfo__button{
        width:136px;
        height:36px;
    }

    .feature-GiftInfo__button a{
        line-height:36px;
        padding-top:0;
        font-size:117%;
    }

    .feature-GiftInfo__number{
        font-size:calc( 100vw * ( 70 / 640));
        padding:calc( 100vw * ( 34 / 640)) calc( 100vw * ( 30 / 640)) 0 0;
        background-size:calc( 100vw * ( 79 / 640)) auto;
    }

    .feature-GiftImage__pickup::before {
        width: calc( 100vw * ( 56 / 375));
        top:calc( -100vw * ( 26 / 375));
    }

    /* CATEGORY DETAIL */
    .feature-cate__head{
        gap:14px;
    }

    .feature-cate__head-subttl{
        font-size: 28px;
    }

    .feature-cate__head-ttl{
        font-size: 16px;
    }

    .feature-cate__txt{
        font-size: 12px;
        line-height: 1.66;
        margin-top: 16px;
    }

    .feature-cateWrapper{
        padding-block:20px;
    }

    /* SERVICE */
    .feature-srv::before {
        height: calc(100% - 14px);
    }

    .feature-srv__head{
        gap:8px;
        margin-bottom: 30px;
    }

    .feature-srv__head-subttl{
        gap:8px;
        font-size: 27px;
    }

    .feature-srv__head-ttl{
        line-height: 1.75;
    }

    .feature-srv__body{
        align-items: flex-start;
        flex-direction: column;
        gap:18px;
        padding:0 20px 50px;
    }

    .feature-srv__img{
        width:100%;
    }

    .feature-srv__txt{
        font-size: 14px;
        margin-top: 16px;
        line-height: 1.28;
    }


    /* FAQ */
    .feature-faq{
        gap:40px;
        margin-top: 46px;
    }

    .feature-faq__title{
        padding-left: 5px;
        margin-bottom:16px;
    }

    .p-cat-faq{
        padding-block: 48px;
        margin-inline:-10px;
        padding-inline:10px;
    }

    .p-cat-faq__item + .p-cat-faq__item{
        margin-top: 20px;
    }

    .p-cat-faq__item dt a{
        padding-inline:40px;
    }

    .p-cat-faq__item dt a,
    .p-cat-faq__item dd p{
        font-size: 14px;
        line-height: 1.4;
    }

    .p-cat-faq__item dt span,
    .p-cat-faq__item dd span{
        left: 8px;
    }

    .p-cat-faq__item dd{
        padding: 16px 40px;
        margin-top: 20px;
    }

    .p-cat-faq__item dt a::before{
        right:5px;
    }

    .p-cat-faq__item dt a:not(.selected)::after{
        right:12px;
    }

    .p-cat-faq__item dd p a[href^="tel:"] {
        text-decoration: underline;
    }
}
