@charset "utf-8";
/* 共通 */
.AllIndex2026 p{
    font-size: 16px;
}
.AllIndex2026 .new_style_h2{
    margin-bottom: 56px;
}
.AllIndex2026 .pink_text{
    color: #d34376;
    font-weight: bold;
}

/* fadeIn */
.fadein {
    opacity: 0;
    /* bottom: -30px; */
    position: relative;
    transition-duration: 1s;
}
.fadein.active {
    opacity: 1;
    bottom: 0;
}

/* 共通ボタン pink */
.AllIndex2026 .pink_button{
    display: block;
    position: relative;
    width: 240px;
    padding: 8px;
    background-color: #f58b9f;
    border: 2px solid #f58b9f;
    color: #fff;  
    text-align: center;
    border-radius: 5px;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}
.AllIndex2026 .pink_button::after{
    position: absolute;
    content: "";
    top: 14px;
	right: 16px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}
.AllIndex2026 .pink_button:hover{
    opacity: 1;
    background-color: #fff;
    color: #f58b9f;
}
.AllIndex2026 .pink_button:hover::after{
    opacity: 1;
    border-top: 2px solid #f58b9f;
	border-right: 2px solid #f58b9f;
}

/*  共通ボタン  テキストリンク */
.AllIndex2026 .text_link{
    text-decoration: underline;
    position: relative;
    display: block;
    font-size: 16px!important;
}
.AllIndex2026 .text_link::after{
    position: absolute;
    content: "";
    top: 7px;
	right: -9px;
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
}
/* 右寄せ */
.AllIndex2026 .faq .text_link,
.AllIndex2026 .info .text_link{
    margin: 0px 16px 0px auto;
}

/*  共通ボタン white */
.AllIndex2026 .white_button{
    display: block;
    position: relative;
    width: 240px;
    padding: 8px;
    background-color: #fff;
    border: 2px solid #d34376;
    color: #d34376;  
    text-align: center;
    border-radius: 5px;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}
.AllIndex2026 .white_button::after{
    position: absolute;
    content: "";
    top: 14px;
	right: 16px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #d34376;
	border-right: 2px solid #d34376;
	transform: rotate(45deg);
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}
.AllIndex2026 .white_button:hover{
    opacity: 1;
    background-color: #d34376;
    color: #fff;
}
.AllIndex2026 .white_button:hover::after{
    opacity: 1;
    border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

/* メインビジュアル */
.mv{
    background-image: url(../index/img_2026/pc_fv_back.jpg);
    background-size: cover;
    background-position: center;
    width: auto;
    height: 540px;
    overflow: hidden;
    position: relative;
}
.mv_container{
    position: absolute;
    inset: 0;
}
.mv_container img{
    width:auto;
    height: 540px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* .mv_container{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 32 / 9 ;
}
.mv_container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 70%;
} */
.mv::after{
    position: absolute;
    content: "";
    bottom: -2px;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 73px;
    background-image: url(../index/img_2026/pc_fv_top.png);
    background-size: 100% 73px;
}

/* 家族葬のファミーユとは */
.AllIndex2026 .about{
    margin: 48px 0;
}
.AllIndex2026 .about_container{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 48px;
}
.AllIndex2026 .about_container_image,
.AllIndex2026 .about_container_text{
    flex:1;
}
.AllIndex2026 .about_container_image img{
    width: 100%;
    height: auto;
}
.AllIndex2026 .about_container_text .about_container_text_title{
    color: #d34376;
    font-size: 21px;
    font-weight: 650;
    margin-bottom: 16px;
}
.AllIndex2026 .about_container_text p{
    margin-bottom: 16px;
    line-height: 2;
}

/* NPS導線 */
.AllIndex2026 .NPS_container{
    width: 80%;
    margin: 32px auto; 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.AllIndex2026 .NPS_container p{
    font-size: 14px;
    text-align: center;
    margin-top: 4px;
}
.AllIndex2026 .NPS_contaier_right img{
    width: 100%;
    height: auto;
}
.AllIndex2026 .NPS .slider_bg{
    margin: 48px 0;
}

/* 代表者からのメッセージ */
.AllIndex2026 .message {
    display: block;
    width: 70%;
    margin: 64px auto;
}
.AllIndex2026 .message img{
    width: 100%;
    height: auto;
    box-shadow: 9px 9px 6px -6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

/* 葬儀プラン */
.AllIndex2026 .plan{
    margin: 64px 0;
}
.AllIndex2026 .plan_container{
    display: block;
    width: 90%;
    margin: 0 auto;
}
.AllIndex2026 .plan_container img{
    width: 100%;
    height: auto;
    box-shadow: 9px 9px 6px -6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}
.AllIndex2026 .plan_fukidashi{
    display: block;
    width: 90%;
    margin: 16px auto;
    text-align: center;
}

/* オリプラ */
.AllIndex2026 .originalplan{
    margin: 64px 0;
}
.AllIndex2026 .originalplan_disc{
    text-align: center;
    margin-bottom: 32px;
}

/* 近くの葬儀場を探す */
.AllIndex2026 .search{
    margin: 64px 0 96px;
}
.AllIndex2026 .search_intro{
    text-align: center;
}
.AllIndex2026 .search_intro p{
    display: inline;
}

/* 資料請求 */
.AllIndex2026 .request{
    display: block;
    width: 90%;
    margin: 64px auto 0;
}
.AllIndex2026 .request img{
    width: 100%;
    height: auto;
}
.AllIndex2026 .request_container_inner_btn{
    padding: 20px;
}
.AllIndex2026 .request_container_inner_btn p{
    font-weight: bold;
    text-align: center;
}

/* 会員登録 */ 
.AllIndex2026 .members{
    display: block;
    width: 90%;
    margin: 32px auto 64px;
}
.AllIndex2026 .members img{
    width: 100%;
    height: auto;
}

/* よくあるご質問 */
.AllIndex2026 .faq{
    display: block;
    width: 90%;
    margin: 64px auto;
}
.AllIndex2026 .faq_container .faq_item {
    max-width: 960px;
    display: block;
    margin: 0 auto;
    margin-bottom: 7px;
    border-bottom: 2px solid #ccc;
}
.AllIndex2026 .faq_container .faq_item summary {
    display: flex;
    justify-content: left;
    gap: 16px;
    align-items: center;
    position: relative;
    padding: 1em 4em 1em 2em;
    color: #333333;
    cursor: pointer;
    font-size: 16px;
}
.AllIndex2026 .faq_container .faq_item summary::-webkit-details-marker {
    display: none;
}
.AllIndex2026 .faq_container .faq_item img,
.AllIndex2026 .faq_container .faq_item p img{
    width: 16px;
    height: 16px;
}
.AllIndex2026 .faq_container .faq_item summary::before,
.AllIndex2026 .faq_container .faq_item summary::after {
    width: 3px;
    height: .9em;
    background-color: #f58b9f;
    content: '';
    position: absolute;
    right: 2em;
}
.AllIndex2026 .faq_container .faq_item summary::before {
    position: absolute;
    rotate: 90deg;
}
.AllIndex2026 .faq_container .faq_item summary::after {
    transition: rotate .3s;
}
.AllIndex2026 .faq_container .faq_item[open] summary::after {
    rotate: 90deg;
}
.AllIndex2026 .faq_container .faq_item_content {
    transform: translateY(-10px);
    overflow: hidden;
    opacity: 0;
    margin: 0;
    padding: 1.5em 2em 1.5em;
    color: #333333;
    transition: cubic-bezier(0.55, 0, 0.55, 0.2);
}
.AllIndex2026 .faq_container .faq_item_content p{
    display: flex;
    gap: 16px;
    align-items: top;
    font-size: 16px;
}
.AllIndex2026 .faq_container .faq_item p img{
    margin-top: 4px;
}
.AllIndex2026 .faq_container .faq_item[open] .faq_item_content {
    transform: none;
    opacity: 1;
}
.AllIndex2026 .faq .text_link{
    margin-top: 16px;
    text-align: right;
}

/* メディアで紹介 */
.AllIndex2026 .media{
    background-color: #fff8f9;
    margin: 64px 0;
}
.AllIndex2026 .media .media_inner{
    display: block;
    width: 960px;
    margin: 0 auto;
    padding: 48px;
}
.AllIndex2026 .media .media_container_top{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 32px;
}
.AllIndex2026 .media .media_container_top_left{
    flex: 2;
}
.AllIndex2026 .media .media_container_top_right{
    flex: 1;
}
.AllIndex2026 .media .media_container_top_right img{
    width: 100%;
    height: auto;
    padding-right: 32px;
}
.AllIndex2026 .media .media_container_top_left_title,
.AllIndex2026 .media .media_container_bottom_title{
    color: #cc3366;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 28px;
}
.AllIndex2026 .media .media_container_top_left_title::before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../index/img_2026/newspaper_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    left: 0;
}
.AllIndex2026 .media .media_container_bottom_title::before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../index/img_2026/tv_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 0;
}
.AllIndex2026 .media .media_container_top_left p:nth-of-type(2),
.AllIndex2026 .media .media_container_bottom p:nth-of-type(2){
    font-weight: bold;
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 8px;
}
.AllIndex2026 .media .media_container_top_left p,
.AllIndex2026 .media .media_container_bottom p{
    letter-spacing: 0.8px;
}

/*  地域密着・社会貢献 */
.AllIndex2026 .csr{
    margin: 64px 0;
}
.AllIndex2026 .csr p{
    text-align: center;
}
.AllIndex2026 .csr .csr_container{
    margin: 24px 0 32px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
}
.AllIndex2026 .csr .csr_container img{
    width: 100%;
    height: auto;
}
.AllIndex2026 .csr .csr_container_box p{
    font-size: 14px;
    text-align: left;
}
.AllIndex2026 .csr .white_button{
    margin: 0 auto; 
}

/* 日々摘花 */
.AllIndex2026 .hibitekika{
    margin: 64px 0;
}

/*  新着情報 */
.AllIndex2026 .info{
    display: block;
    width: 90%;
    margin: 64px auto;
}
.AllIndex2026 .info_container li{
    max-width: 960px;
    display: block;
    margin: 0 auto;
    margin-bottom: 7px;
    border-bottom: 2px solid #ccc;
    padding: 1em 2em;
    position: relative;
}
.AllIndex2026 .info_container .detail_box{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.AllIndex2026 .info_container .detail_box img{
    height: 20px;
    width: auto;
}
.AllIndex2026 .info_container li::after{
    position: absolute;
    content: "";
    top: 60%;
	right: 12px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #d34376;
	border-right: 2px solid #d34376;
	transform: rotate(45deg);
}

/* 家族葬について */
.AllIndex2026 .tips{
    margin: 64px 0;
}
.AllIndex2026 .tips .tips_container_box{
    display: flex;
    gap: 48px;
    justify-content: center;
    align-items: center;
    margin-bottom: 88px;
}
.AllIndex2026 .tips .tips_container_box:nth-of-type(even){
    flex-direction: row-reverse;
}
.AllIndex2026 .tips .tips_container_box_text,
.AllIndex2026 .tips .tips_container_box_image{
    flex: 1;
}
.AllIndex2026 .tips .tips_container_box_image img{
    width: 100%;
    height: auto;
}
.AllIndex2026 .tips .tips_container_box_text_title{
    font-size: 20px;
    font-weight: bold;
    color: #d34376;
    margin-bottom: 16px;
}
.AllIndex2026 .tips .pink_button{
    margin-top: 24px;
}

/* お葬式の知識と流れ */
.AllIndex2026 .flow{
    margin: 64px 0;
}
.AllIndex2026 .flow .flow_container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
}
.AllIndex2026 .flow .flow_container img{
    width: 100%;
    height: auto;
    box-shadow: 9px 9px 6px -6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

/* お葬式の準備・お葬式のお役立ち情報 */
.AllIndex2026 .preparation,
.AllIndex2026 .note{
    margin: 64px 0;
}
.AllIndex2026 .preparation_title,
.AllIndex2026 .note_title{
    color: #cc3366;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

/*  クリアンバナー */
.AllIndex2026 .coeurlien{
    display: block;
    width: 90%;
    margin: 64px auto 120px;
}
.AllIndex2026 .coeurlien img{
    width: 100%;
    height: auto;
    box-shadow: 9px 9px 6px -6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

/*================================
    ここからSP版 
================================*/
@media screen and (max-width: 767px){
    /*  ページ共通 */
    .AllIndex2026 p{
    font-size: 4.27vw;
    }
    .AllIndex2026 .about{
        margin: 40px 16px;
    }
    .AllIndex2026 .new_style_h2{
        margin-bottom: 40px;
    }




    /* mv */
    .mv{
        height: auto;
    }
    .mv::after {
    display: none;
    }
    .mv_container{
        display: none;
    }

    /* 家族葬のファミーユとは */
    .AllIndex2026 .about{
        margin: 0 16px;  
    }
    .AllIndex2026 .about .about_container{
        flex-direction: column;
        gap: 1em;
    }
    .AllIndex2026 .about .pink_button {
        margin: 0 auto;
    }

    /* NPS導線 */
    .AllIndex2026 .NPS{
        margin: 56px 16px 32px;
    }
    .AllIndex2026 .NPS_container{
        width: 100%;
    }
    .AllIndex2026 .NPS_container p{
        font-size: 3.73vw;
        color: #999;
    }

    /*  代表者からのメッセージ */
    .AllIndex2026 .message{
        width: 100%;
        padding: 0px 16px;
        margin: 0;
    }
    .AllIndex2026 .message img{
        width: 100%;
    }

    /* 葬儀プラン */
    .AllIndex2026 .plan{
        margin: 56px 0;
    }

    /* 葬儀場を探す */
    .AllIndex2026 .search{
        margin: 56px 16px;
    }
    .AllIndex2026 .search_intro{
        text-align: left;
        margin-top: 1rem;
        line-height: 2;
    }
    .AllIndex2026 .search_intro p{
        display: block;
    }
    .AllIndex2026 .search_intro p:first-child{
        white-space: nowrap;
    }
    /* 資料請求 */
    .AllIndex2026 .request{
        width: 100%;
    }
    .AllIndex2026 .request_container{
        background-color: #bde1fa;
        padding: 16px;
    }
    .AllIndex2026 .request_container_inner{
        border-radius: 16px;
        background-color: #fff;
    }
    .AllIndex2026 .request_container_inner .request_container_inner_image{
        padding: 24px 16px 0;
    }
    .AllIndex2026 .request_container_inner .cta_common_box{
        margin: 0 auto;
    }

    /*  会員登録 */
    .AllIndex2026 .members{
        margin: 24px 16px;
    }
    .AllIndex2026 .members img{
        border: 1px solid #ccc;
        box-shadow: 9px 9px 6px -6px rgba(0, 0, 0, 0.3);
        border-radius: 20px;
    }


    /*  よくあるご質問 */
    .AllIndex2026 .faq_container .faq_item summary{
        padding: 0.8em 2em 0.8em 0;
    }
    .AllIndex2026 .faq_container .faq_item summary::before,
    .AllIndex2026 .faq_container .faq_item summary::after{
        right: 1em;
    }
    .AllIndex2026 .faq_container .faq_item summary{
        gap: 8px;
    }
    .AllIndex2026 .faq_container .faq_item_content{
        padding: 1em 0;
    }

    /*  メディアで紹介 */
    .AllIndex2026 .media{
        padding: 24px 16px; 
        margin: 0;
    }
    .AllIndex2026 .media .media_inner{
        width: 100%;
        padding: 0;
    }
    .AllIndex2026 .media .media_container_top{
        flex-direction: column-reverse;
        gap: 32px;
        align-items: flex-start;
    }
    .AllIndex2026 .media .media_container_top_right img{
        padding-right: 0;
        width: 85%;
        display: block;
        margin: 0 auto;
    }

    /* 地域密着・社会貢献 */
    .AllIndex2026 .csr{
        margin: 56px 16px;
    }
    .AllIndex2026 .csr .csr_container{
        grid-template-columns: repeat(2,1fr);
    }
    
    /* 日々摘花 */
    .AllIndex2026 .hibitekika_intro{
        margin: 0 16px;
    }

    /* 新着情報 */
    .AllIndex2026 .info_container li{
        padding: 1em 2em 1em 0;
    }
    .AllIndex2026 .info .info_container p{
        font-size: 3.73vw;
    }

    /* 家族葬について */
    .AllIndex2026 .tips{
        margin: 56px 16px;
    }
    .AllIndex2026 .tips .tips_container_box{
        flex-direction: column-reverse;
        gap: 10px;
        margin-bottom: 48px;
    }
    .AllIndex2026 .tips .tips_container_box:nth-of-type(even){
    flex-direction: column-reverse;
    }
    .AllIndex2026 .tips .tips_container_box_text_title{
        margin-bottom: 10px;
        text-align: center;
    }
    .AllIndex2026 .tips .pink_button{
        margin: 16px auto 0;
    }

    /* お葬式の知識と流れ */
    .AllIndex2026 .flow{
        margin: 56px 16px;
    }
    .AllIndex2026 .flow .flow_container{
        flex-direction: column;
        gap: 24px;
    }
    .AllIndex2026 .preparation_title,
    .AllIndex2026 .note_title{
        font-size: 5.33vw;
    }

    /* クリアンバナー */
    .AllIndex2026 .coeurlien{
        margin: 64px auto 0px;
    }
}