@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------
    共通
--------------------------------------------------------*/
.bl_drCont *{
    margin: 0;
    padding: 0;
}
.bl_drCont *,
.bl_drCont *::before, *::after{
    box-sizing: inherit;
}
.bl_drCont{
    background-color: #ffdde0;
}
.bl_drCont,
.modaal-wrapper{
    box-sizing: border-box;
    color: #000;
    font-family: "Noto Sans JP", sans-serif!important;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 1px;
    overflow-x: hidden!important;
    -webkit-text-size-adjust: 100%;
}
.bl_drCont p,
.modaal-wrapper p{
    font-size: 16px!important;
    font-weight: 600!important;
}
.bl_drCont img,
.modaal-wrapper img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.bl_drCont a,
.modaal-wrapper a{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
    word-wrap:break-word;
}
.bl_drCont *:focus,
.modaal-wrapper *:focus{
    outline: none;
}
@media (min-width:768px){
    .bl_drCont p,
    .modaal-wrapper p{
        font-size: 18px!important;
    }
}

/*========== コンテナ ==========*/
.bl_drCont .bl_cont{
    margin: 60px auto;
    padding: 0 15px;
    max-width: 900px;
}
@media (min-width:768px){
    .bl_drCont .bl_cont{
        margin: 80px auto;
        padding: 0 30px;
    }
}
@media (min-width:950px){
    .bl_drCont .bl_cont{
        padding: 0;
    }
}

/*========== 見出し ==========*/
.bl_drCont h2,
.bl_drCont h3,
.bl_drCont h4,
.bl_drCont h5,
.modaal-wrapper h2,
.modaal-wrapper h3,
.modaal-wrapper h4,
.modaal-wrapper h5{
    display: block;
    font-weight: bold!important;
    margin: 0 auto 35px;
}
.bl_drCont h2,
.modaal-wrapper h2{
    font-size: 24px!important;
}
.bl_drCont h2 br,
.modaal-wrapper h2 br{
    display: none;
}
.bl_drCont h3,
.modaal-wrapper h3{
    font-size: 24px!important;
}
.bl_drCont h3 small,
.modaal-wrapper h3 small{
    display: block;
    font-size: 14px!important;
}
.bl_drCont h4,
.modaal-wrapper h4{
    font-size: 18px!important;
}
.bl_drCont h5,
.modaal-wrapper h5{
    font-size: 22px!important;
}
.bl_drCont .pc,
.modaal-wrapper .pc{
    display: none;
}
@media (min-width:768px){
    .bl_drCont h2,
    .modaal-wrapper h2{
        font-size: 34px!important;
    }
    .bl_drCont h3,
    .modaal-wrapper h3{
        font-size: 34px!important;
    }
    .bl_drCont h3 small,
    .modaal-wrapper h3 small{
        font-size: 18px!important;
    }
    .bl_drCont h4,
    .modaal-wrapper h4{
        font-size: 28px!important;
    }
    .bl_drCont h5,
    .modaal-wrapper h5{
        font-size: 32px!important;
    }
    .bl_drCont .sp,
    .modaal-wrapper .sp{
        display: none;
    }
    .bl_drCont .pc,
    .modaal-wrapper .pc{
        display: block;
    }
}
@media (min-width:950px){
    .bl_drCont h2 br{
        display: block;
    }
}

/*========== テキスト ==========*/
.bl_drCont p+p,
.modaal-wrapper p+p{
    margin-top: 10px;
}
@media (min-width:768px){
    .bl_drCont .el_txtCenter,
    .modaal-container .el_txtCenter{
        text-align: center;
    }
}

/* ボタン */
.bl_drCont .el_btn{
    background-color: #ffc4ec;
    border-radius: 10px;
    box-shadow: 3px 3px 5px 0px #0000004D;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px!important;
    font-weight: bold!important;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    margin: 30px auto 0;
    padding: 10px 0;
    max-width: 320px;
    width: 100%;
}
.bl_drCont .el_btn:hover{
    opacity: 0.5;
}

/* リスト */
.bl_drCont ul,
.modaal-wrapper ul{
    list-style: none;
}
.bl_drCont ul li,
.modaal-wrapper ul li{
    padding-left: 18px;
    position: relative;
}
.bl_drCont ul li::before,
.modaal-wrapper ul li::before{
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
}
.bl_drCont ul li+li,
.modaal-wrapper ul li+li{
    margin-top: 10px;
}

/* flex */
.bl_drCont .bl_flexCont,
.modaal-wrapper .bl_flexCont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px auto;
}
.bl_drCont .bl_flexCol,
.modaal-wrapper .bl_flexCol{
    width: 100%;
}
.bl_drCont .bl_flexCol+.bl_flexCol,
.modaal-wrapper .bl_flexCol+.bl_flexCol{
    margin-top: 30px;
}
.bl_drCont .bl_flexCol img,
.modaal-wrapper .bl_flexCol img{
    margin: 0;
    width: 100%;
}
@media (min-width:768px){
    .bl_drCont .bl_flexCol+.bl_flexCol,
    .modaal-wrapper .bl_flexCol+.bl_flexCol{
        margin-top: 0;
    }
}


/*--------------------------------------------------------
    メイン画像　.bl_mv
--------------------------------------------------------*/
.bl_drCont .bl_mv{
    margin: 40px auto 60px;
    padding: 0 15px;
    max-width: 880px;
}
.bl_drCont .bl_mv .bl_catch{
    margin-top: 15px;
}
.bl_drCont .bl_mv .bl_catch figure img{
    max-width: 460px;
    width: 90%;
}
.bl_drCont .bl_mv .bl_catch p{
    font-size: 18px!important;
    font-weight: bold!important;
    text-align: center;
    margin-top: 20px;
}
.bl_drCont .bl_mv .bl_catch p br{
    display: none;
}
@media (min-width:768px){
    .bl_drCont .bl_mv{
        margin: 80px auto 140px;
        padding: 0 30px;
    }
    .bl_drCont .bl_mv .bl_catch figure{
        width: 100%;
    }
    .bl_drCont .bl_mv .bl_catch p{
        font-size: 24px!important;
    }
    .bl_drCont .bl_mv .bl_catch p br{
        display: block;
    }
}
@media (min-width:900px){
    .bl_drCont .bl_mv{
        padding: 0;
    }
}

/*--------------------------------------------------------
    これだけ見ればOK!デマンドレスポンス　.bl_movie　
--------------------------------------------------------*/
.bl_drCont .bl_movie{
    margin: 0 auto 100px;
    padding: 0 15px;
    position: relative;
    max-width: 1120px;
}
.bl_drCont .bl_movie h2{
    position: relative;
    max-width: 530px;
}
.bl_drCont .bl_movie h2::after{
    background-image: url("../img/img_movie-flower.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
}
.bl_drCont .bl_movie h2 img{
    max-width: 500px;
    width: 70%;
}
.bl_drCont .bl_movie h2 img.sp{
    max-width: 200px;
}
@media (min-width:540px){
    .bl_drCont .bl_movie{
        margin: 0 auto 140px;
    }
    .bl_drCont .bl_movie h2 img.sp{
        display: none;
    }
    .bl_drCont .bl_movie h2 img.pc{
        display: block;
    }
}
@media (min-width:768px){
    .bl_drCont .bl_movie{
        margin: 0 auto 160px;
    }
    .bl_drCont .bl_movie h2 img{
        margin: 0;
        width: 100%;
    }
    .bl_drCont .bl_movie h2::after{
        width: 60px;
        height: 60px;
        right: -50px;
    }
}
@media (min-width:1180px){
    .bl_drCont .bl_movie{
        padding: 0;
    }
}

/*========== 動画装飾 女の子 ==========*/
.bl_drCont .bl_movie::after{
    aspect-ratio: 39 / 32;
    background-image: url("../img/img_movie-girl.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    max-width: 390px;
    width: 50%;
    height: auto;
    position: absolute;
    bottom: -25%;
    left: -10%;
    z-index: 50;
}
@media (min-width:768px){
    .bl_drCont .bl_movie::after{
        width: 100%;
        bottom: -28%;
        left: -18%;
    }
}
@media (min-width:900px){
    .bl_drCont .bl_movie::after{
        bottom: -25%;
        left: -13%;
    }
}
@media (min-width:1000px){
    .bl_drCont .bl_movie::after{
        left: -5%;
    }
}
@media (min-width:1180px){
    .bl_drCont .bl_movie::after{
        left: 0;
    }
}

/*========== 動画埋め込み ==========*/
.bl_drCont .bl_movieCont{
    aspect-ratio: 16 / 9;
    position: relative;
    margin: 0 auto;
    max-width: 730px;
    width: 100%;
}
.bl_drCont .bl_movieCont .bl_inner{
    width: 100%;
    height: 100%;
}
.bl_drCont .bl_movieCont iframe{
    border: 0!important;
    width: 100%;
    height: 100%;
}
/* ↓動画公開後は不要 */
.bl_drCont .bl_movieCont .bl_iframe{
    background-color: #404040;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bl_drCont .bl_movieCont .bl_iframe p{
    color: #fff;
    display: block;
    font-size: 20px!important;
}
.bl_drCont .bl_movieCont .bl_iframe p::before{
    background-image: url("../img/img_movie-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    margin: 0 auto 5px;
    width: 50px;
    height: 50px;
}
@media (min-width:768px){
    .bl_drCont .bl_movieCont .bl_iframe p{
        font-size: 28px!important;
    }
    .bl_drCont .bl_movieCont .bl_iframe p::before{
        width: 90px;
        height: 90px;
    }
}
/* ↑動画公開後は不要 */

/*========== 動画装飾 カーテン ==========*/
.bl_drCont .bl_movieCont .bl_inner::before,
.bl_drCont .bl_movieCont .bl_inner::after{
    aspect-ratio: 12 / 49;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    max-width: 120px;
    max-height: 490px;
    width: auto;
    height: 120%;
    position: absolute;
    bottom: -13%;
    z-index: 5;
}
.bl_drCont .bl_movieCont .bl_inner::before{
    background-image: url("../img/img_movie-left.png");
    background-position: right;
    left: -13px;
}
.bl_drCont .bl_movieCont .bl_inner::after{
    background-image: url("../img/img_movie-right.png");
    background-position: left;
    right: -13px;
}
@media (min-width:900px){
    .bl_drCont .bl_movieCont .bl_inner::before{
        left: -40px;
    }
    .bl_drCont .bl_movieCont .bl_inner::after{
        right: -50px;
    }
}

/*--------------------------------------------------------
    DRの目的は？　.bl_purpose
--------------------------------------------------------*/
.bl_drCont .bl_purpose h2 img{
    max-width: 300px;
    width: 60%;
}

/*========== モーダルボタン ==========*/
.bl_drCont .bl_btnCont{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 60px auto;
    max-width: 760px;
}
.bl_drCont .bl_btnCont .el_modalBtn{
    border-radius: 20px;
    box-shadow: 10px 10px 15px -5px #0000004D;
    transition: 0.3s;
    margin: 0 auto;
    max-width: 320px;
    width: 80%;
    position: relative;
}
.bl_drCont .bl_btnCont .el_modalBtn:hover{
    opacity: 0.5;
}
.bl_drCont .bl_btnCont .el_modalBtn+.el_modalBtn{
    margin-top: 40px;
}
.bl_drCont .bl_btnCont .el_modalBtn01 img,
.bl_drCont .bl_btnCont .el_modalBtn02 img{
    display: block;
    width: 100%;
}
.bl_drCont .bl_btnCont .el_modalBtn01::before,
.bl_drCont .bl_btnCont .el_modalBtn02::after{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    height: auto;
    z-index: 10;
}
.bl_drCont .bl_btnCont .el_modalBtn01::before{
    aspect-ratio: 9 / 23;
    background-image: url("../img/img_modal-btn01-bf.png");
    max-width: 90px;
    bottom: -15px;
    left: -40px;
    width: 20%;
}
.bl_drCont .bl_btnCont .el_modalBtn02::after{
    aspect-ratio: 7 / 16;
    background-image: url("../img/img_modal-btn02-af.png");
    max-width: 70px;
    bottom: -10px;
    right: -40px;
    width: 20%;
}
@media (min-width:768px){
    .bl_drCont .bl_btnCont .el_modalBtn{
        width: 100%;
    }
    .bl_drCont .bl_btnCont .el_modalBtn+.el_modalBtn{
        margin-top: 0;
    }
    .bl_drCont .bl_btnCont .el_modalBtn01::before{
        left: -35px;
        width: 100%;
    }
    .bl_drCont .bl_btnCont .el_modalBtn02::after{
        right: -35px;
        width: 100%;
    }
}
@media (min-width:900px){
    .bl_drCont .bl_btnCont .el_modalBtn01::before{
        left: -75px;
        bottom: -20px;
    }
    .bl_drCont .bl_btnCont .el_modalBtn02::after{
        right: -60px;
    }
}

/*========== モーダルコンテナ ==========*/
.bl_drCont .bl_modalCont{
    display: none;
}
.modaal-container{
    background-color: #fff!important;
    border: 1px solid #000!important;
    box-shadow: none!important;
    max-width: 850px!important;
}
.modaal-content-container{
    padding: 60px 40px!important;
}
.modaal-content-container figure,
.modaal-content-container figure+*{
    margin: 30px auto 0!important;
}
.modaal-content-container ul{
    margin: 0 auto!important;
    max-width: 650px!important;
}
.modaal-content-container p,
.modaal-content-container ul li{
    font-weight: 500!important;
}
.modaal-content-container .bl_flexCont{
    display: flex!important;
    justify-content: space-between!important;
    align-items: stretch!important;
    flex-wrap: wrap!important;
    margin: 40px auto!important;
}
.modaal-content-container figure img{
    display: block!important;
    margin: 0 auto!important;
}
@media (min-width:768px){
    .modaal-content-container{
        padding: 80px!important;
    }
}

/* イラスト・グラフ横並び */
.modaal-content-container .col2 .bl_flexCol{
    margin: 0 auto!important;
}
.modaal-content-container .col2 .bl_flexCol:first-child{
    margin-bottom: 30px!important;
    width: 60%!important;
}
.modaal-content-container .col2 .bl_flexCol:first-child img{
    margin: 0!important;
    width: 100%!important;
}
@media (min-width:768px){
    .modaal-content-container .col2{
        align-items: center!important;
    }
    .modaal-content-container .col2 .bl_flexCol{
        margin: 0!important;
        width: 60%!important;
        max-width: 410px!important;
    }
    .modaal-content-container .col2 .bl_flexCol:first-child{
        margin-bottom: 0!important;
        width: 30%!important;
    }
}


/* アイコン4個横並び */
.modaal-content-container .col4:last-of-type{
    margin-bottom: 0!important;
}
.modaal-content-container .col4 .bl_flexCol{
    width: 48%!important;
}
.modaal-content-container .col4 .bl_flexCol+.bl_flexCol{
    margin-top: 0!important;
}
.modaal-content-container .col4 .bl_flexCol:nth-child(n+3){
    margin-top: 20px!important;
}
.modaal-content-container .col4 .bl_flexCol figure{
    margin: 0!important;
}
.modaal-content-container .col4 .bl_flexCol figure+p{
    margin-top: 10px!important;
    font-size: 14px!important;
}
@media (min-width:768px){
    .modaal-content-container .col4 .bl_flexCol{
        max-width: 140px!important;
        width: 22%!important;
    }
    .modaal-content-container .col4 .bl_flexCol:nth-child(n+3){
        margin-top: 0!important;
    }
}


/* モーダル閉じるボタン */
.modaal-wrapper .modaal-close{
    background: none!important;
    border: none!important;
    width: 40px!important;
    height: 40px!important;
    position: absolute!important;
    right: 5px!important;
    top: 5px!important;
}
.modaal-wrapper .modaal-close::before,
.modaal-wrapper .modaal-close::after{
    background-color: #000!important;
    top: 0!important;
    left: 50%!important;
    transform: translateX(-50%) rotate(45deg)!important;
    width: 2px!important;
    height: 40px!important;
}
.modaal-wrapper .modaal-close::after{
    transform: translateX(-50%) rotate(-45deg)!important;
}
.modaal-wrapper .modaal-close:hover{
    opacity: 0.5!important;
}
@media (min-width:768px){
    .modaal-wrapper .modaal-close{
        right: 20px!important;
        top: 20px!important;
    }
    .modaal-wrapper .modaal-close::before,
    .modaal-wrapper .modaal-close::after{
        background-color: #000!important;
    }
}

/*========== やさしい未来をつくります。 ==========*/
.bl_drCont .bl_yasasii .bl_flexCol h4{
    margin: 0 auto 10px;
}
.bl_drCont .bl_yasasii .bl_flexCol p{
    font-size: 14px!important;
    margin: 0 auto;
    padding: 0 10px;
}
@media (max-width:767px){
    .bl_drCont .bl_yasasii figure.bl_flexCol{
        order: 4;
        margin: 30px auto 0;
        width: 70%;
    }
}
@media (min-width:768px){
    .bl_drCont .bl_yasasii .bl_flexCont{
        justify-content: center;
    }
    .bl_drCont .bl_yasasii .bl_flexCol{
        max-width: 320px;
        width: 35%;
    }
    .bl_drCont .bl_yasasii .bl_flexCol+.bl_flexCol{
        margin-top: 0;
    }
    .bl_drCont .bl_yasasii .bl_flexCol:nth-child(2){
        margin: 0 auto;
        max-width: 250px;
        width: 30%;
    }
    .bl_drCont .bl_yasasii .bl_flexCol:nth-child(1),
    .bl_drCont .bl_yasasii .bl_flexCol:nth-child(3){
        padding-top: 30px;
    }
    .bl_drCont .bl_yasasii .bl_flexCol:nth-child(1) p,
    .bl_drCont .bl_yasasii .bl_flexCol:nth-child(3) p{
        padding: 0;
        max-width: 230px;
    }
    .bl_drCont .bl_yasasii .bl_flexCol:nth-child(4){
        margin-top: 20px;
    }
}
@media (min-width:950px){
    .bl_drCont .bl_yasasii .bl_flexCol,
    .bl_drCont .bl_yasasii .bl_flexCol:nth-child(2){
        width: 100%;
    }
}

/*--------------------------------------------------------
    DRにはどうやって参加するの？　.bl_participation
--------------------------------------------------------*/
.bl_drCont .bl_participation h2{
    text-align: center;
    margin-bottom: 50px;
}
.bl_drCont .bl_participation h3.el_border{
    border-bottom: 3px solid #e996c6;
    font-size: 24px!important;
    text-align: center;
    margin-bottom: 20px;
    max-width: 800px;
}
.bl_drCont .bl_participation h3.el_border::before{
    content: '【';
    display: inline-block;
    margin-right: 5px;
}
.bl_drCont .bl_participation h3.el_border::after{
    content: '】';
    display: inline-block;
    margin-left: 5px;
}
.bl_drCont .bl_participation p+h3.el_border{
    margin-top: 20px;
}
@media (min-width:768px){
    .bl_drCont .bl_participation h3.el_border{
        font-size: 30px!important;
    }
    .bl_drCont .bl_participation .el_txtCenter,
    .bl_drCont .bl_participation .bl_toggleCont .el_txtCenter{
        font-size: 20px!important;
    }
}

/*　bl_toggle　*/
.bl_drCont .bl_toggle{
    margin-top: 80px;
}
.bl_drCont .bl_toggle h3{
    border: 3px solid #e996c6;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    text-align: center;
    margin: 50px auto 0;
    padding: 15px 0;
    line-height: 1.4;
}
.bl_drCont .bl_toggle h3::before,
.bl_drCont .bl_toggle h3::after{
    display: none;
}
.bl_drCont .bl_toggle h3.el_noneBorder{
    border: 0;
    border-radius: 0;
    margin: 50px auto 30px;
    padding: 0;
}
.bl_drCont .bl_toggle .bl_toggleCont+h3{
    margin-top: 60px;
}
.bl_drCont .bl_toggle h4{
    text-align: center;
}

/*========== 表示切替 ==========*/
/* ボタン */
.bl_drCont .el_toggleBtn{
    background-color: #e996c6;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    margin: 15px auto 0;
    line-height: 1.3;
    position: relative;
    width: 100%;
    height: 80px;
}
.bl_drCont .bl_toggleCont+.el_toggleBtn{
    margin-top: 40px;
}
.bl_drCont .el_toggleBtn::before{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    z-index: 50;
}
.bl_drCont .el_toggleBtn.ecocute::before{
    aspect-ratio: 12 / 13;
    background-image: url("../img/img_ecocute.png");
    max-width: 120px;
    left: 25px;
    width: 60px;
}
.bl_drCont .el_toggleBtn.easysmartlife::before,
.bl_drCont .el_toggleBtn.ecoshiftchange::before,
.bl_drCont .el_toggleBtn.hokulink::before{
    aspect-ratio: 21 / 5;
    max-width: 210px;
    left: 15px;
    width: 80px;
}
.bl_drCont .el_toggleBtn.easysmartlife::before{
    background-image: url("../img/img_easy-smart-life.png");
}
.bl_drCont .el_toggleBtn.ecoshiftchange::before{
    background-image: url("../img/img_eco-shift-change.png");
}
.bl_drCont .el_toggleBtn.hokulink::before{
    background-image: url("../img/img_hokulink.png");
}
.bl_drCont .el_toggleBtn::after{
    background-image: url("../img/img_open.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    width: 35px;
    height: 48px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.bl_drCont .el_toggleBtn:hover{
    background-color: #e6e6e6;
    color: #000;
}
.bl_drCont .el_toggleBtn.active{
    background-color: #e6e6e6;
    border-radius: 15px 15px 0 0;
    color: #000;
}
.bl_drCont .el_toggleBtn.active::after{
    background-image: url("../img/img_close.png")!important;
}
@media (min-width:768px){
    .bl_drCont .el_toggleBtn{
        height: 90px;
    }
    .bl_drCont .el_toggleBtn br{
        display: none;
    }
    .bl_drCont .el_toggleBtn::after{
        right: 30px;
    }
    .bl_drCont .el_toggleBtn.ecocute::before{
        left: 20px;
        width: 100%;
    }
    .bl_drCont .el_toggleBtn.easysmartlife::before,
    .bl_drCont .el_toggleBtn.ecoshiftchange::before,
    .bl_drCont .el_toggleBtn.hokulink::before{
        left: 20px;
        width: 150px;
    }
}
@media (min-width:950px){
    .bl_drCont .el_toggleBtn::before{
        left: 30px;
    }
    .bl_drCont .el_toggleBtn.ecocute::before{
        left: 70px;
    }
    .bl_drCont .el_toggleBtn.easysmartlife::before,
    .bl_drCont .el_toggleBtn.ecoshiftchange::before,
    .bl_drCont .el_toggleBtn.hokulink::before{
        width: 100%;
    }
}

/* 内容 */
.bl_drCont .bl_toggleCont{
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    display: none;
    padding: 30px;
}
.bl_drCont .bl_toggleCont h5{
    border-bottom: 2px solid #e996c6;
    display: block;
    font-size: 24px!important;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
}
.bl_drCont .bl_toggleCont h5 .el_fsS{
    font-size: 16px!important;
}
.bl_drCont .bl_toggleCont *+h5{
    margin-top: 50px;
}
.bl_drCont .bl_toggleCont p{
    font-weight: bold!important;
}
.bl_drCont .bl_toggleCont figure{
    margin-bottom: 20px;
}
.bl_drCont .bl_toggleCont .el_btn+p{
    margin-top: 40px;
}
.bl_drCont .bl_toggleCont .el_note{
    font-size: 14px!important;
    margin-top: 20px;
}
.bl_drCont .bl_toggleCont .el_note02{
    font-size: 12px!important;
    font-weight: normal!important;
    text-align: left;
    padding-left: 15px;
    position: relative;
    margin: 10px auto 0;
    max-width: 720px;
}
.bl_drCont .bl_toggleCont .el_note02::before{
    content: '※';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.bl_drCont .bl_toggleCont .el_border{
    background: linear-gradient(transparent 50%, #ffff00 50%);
}
.bl_drCont .bl_toggleCont .el_fsXL{
    font-size: 24px!important;
}
.bl_drCont .bl_toggleCont .el_fwNormal{
    font-weight: normal!important;
}
@media (min-width:768px){
    .bl_drCont .bl_toggleCont{
        text-align: center;
        padding: 60px 40px;
    }
    .bl_drCont .bl_toggleCont h5{
        display: inline-block;
        font-size: 30px!important;
        padding-bottom: 5px;
        min-width: 550px;
    }
    .bl_drCont .bl_toggleCont h5 .el_fsS{
        font-size: 18px!important;
    }
    .bl_drCont .bl_toggleCont p{
        font-size: 20px!important;
    }
    .bl_drCont .bl_toggleCont .el_fsXL{
        font-size: 32px!important;
    }
    .bl_drCont .bl_toggleCont .el_btn{
        padding: 0;
        height: 40px;
    }
    .bl_drCont .bl_toggleCont .el_btn br{
        display: none;
    }
}

/* 上げ下げアイコン 右上固定 */
.bl_drCont .bl_toggleCont figure.up,
.bl_drCont .bl_toggleCont figure.down{
    margin: 0 auto 20px;
}
.bl_drCont .bl_toggleCont figure.up img,
.bl_drCont .bl_toggleCont figure.down img{
    margin: 0 0 0 auto;
}
@media (min-width:768px){
    .bl_drCont .bl_inner.el_drCat{
        position: relative;
    }
    .bl_drCont .bl_toggleCont figure.up,
    .bl_drCont .bl_toggleCont figure.down{
        margin: 0;
        position: absolute;
        top: -40px;
        right: -20px;
    }
}

/* 上げ下げアイコン 見出し横 */
.bl_drCont .bl_toggleCont h5 .up,
.bl_drCont .bl_toggleCont h5 .down{
    display: inline-block;
    margin-left: 10px;
    vertical-align: -5px;
}
.bl_drCont .bl_toggleCont h5 .up-down{
    display: block;
    margin: 10px auto;
}
@media (min-width:540px){
    .bl_drCont .bl_toggleCont h5 .up-down{
        display: inline-block;
        margin: 0 0 0 10px;
        vertical-align: -5px;
    }
}
@media (min-width:768px){
    .bl_drCont .bl_toggleCont h5 .el_inner{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bl_drCont .bl_toggleCont h5 .el_inner span:first-of-type{
        width: calc( 100% - 110px );
    }
    .bl_drCont .bl_toggleCont h5 .up,
    .bl_drCont .bl_toggleCont h5 .down,
    .bl_drCont .bl_toggleCont h5 .up-down{
        display: block;
        margin: 0;
        width: 95px;
    }
}
@media (min-width:950px){
    .bl_drCont .bl_toggleCont h5 .el_inner{
        justify-content: center;
    }
    .bl_drCont .bl_toggleCont h5 .el_inner span:first-of-type{
        width: auto;
    }
    .bl_drCont .bl_toggleCont h5 .up,
    .bl_drCont .bl_toggleCont h5 .down,
    .bl_drCont .bl_toggleCont h5 .up-down{
        margin-left: 20px;
    }
}

/* アプリダウンロード */
.bl_drCont .bl_toggleCont .bl_appCont{
    border: 2px solid #e996c6;
    border-radius: 10px;
    position: relative;
    margin: 40px auto 0;
    padding: 40px 20px 20px;
    max-width: 550px;
}
.bl_drCont .bl_toggleCont .bl_appCont .el_title{
    font-size: 18px!important;
    margin: 0;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
}
.bl_drCont .bl_toggleCont .bl_appCont .el_title span{
    background-color: #fff;
    display: block;
    font-size: 16px!important;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px;
    width: 220px;
}
.bl_drCont .bl_toggleCont .bl_appCol{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bl_drCont .bl_toggleCont .bl_appCol .bl_qr-btn{
    width: calc( 100% - 100px );
}
.bl_drCont .bl_toggleCont .bl_appCol .el_icon{
    margin: 0;
    width: 90px;
}
.bl_drCont .bl_toggleCont .bl_appCol .el_android{
    margin-top: 20px;
}
.bl_drCont .bl_toggleCont .bl_appCol .el_iphone img,
.bl_drCont .bl_toggleCont .bl_appCol .el_android img{
    display: none;
}
.bl_drCont .bl_toggleCont .bl_appCol .el_btn{
    border-radius: 60px;
    font-size: 12px!important;
    margin: 0 auto;
    width: 100%;
}
@media (min-width:540px){
    .bl_drCont .bl_toggleCont .bl_appCont .el_title{
        top: -15px;
    }
    .bl_drCont .bl_toggleCont .bl_appCont .el_title span{
        display: inline-block;
        font-size: 18px!important;
        width: auto;
    }
    .bl_drCont .bl_toggleCont .bl_appCont .el_title br{
        display: none;
    }
    .bl_drCont .bl_toggleCont .bl_appCol{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bl_drCont .bl_toggleCont .bl_appCol .el_icon{
        margin: 0;
        width: 120px;
    }
    .bl_drCont .bl_toggleCont .bl_appCol .bl_qr-btn{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc( 100% - 130px );
    }
    .bl_drCont .bl_toggleCont .bl_appCol .el_iphone,
    .bl_drCont .bl_toggleCont .bl_appCol .el_android{
        display: block;
        max-width: 180px;
        width: 48%;
    }
    .bl_drCont .bl_toggleCont .bl_appCol .el_android{
        margin: 0;
    }
    .bl_drCont .bl_toggleCont .bl_appCol .el_iphone img,
    .bl_drCont .bl_toggleCont .bl_appCol .el_android img{
        display: block;
        width: 100px;
    }
}

/* 開閉無し白背景 */
.bl_drCont .bl_toggleCont.bl_block{
    border-radius: 15px;
    display: block!important;
    margin-top: 30px;
}
.bl_drCont .bl_toggleCont.bl_block h4{
    margin-bottom: 10px;
}
.bl_drCont .bl_toggleCont.bl_block h4::before{
    content: '【';
    display: inline-block;
}
.bl_drCont .bl_toggleCont.bl_block h4::after{
    content: '】';
    display: inline-block;
}
.bl_drCont .bl_toggleCont.bl_block .el_title{
    margin-top: 20px;
    position: relative;
    top: auto;
}
.bl_drCont .bl_toggleCont.bl_block .el_title span{
    background-color: #fff;
    display: block;
    font-size: 16px!important;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    width: 160px;
    z-index: 10;
}
.bl_drCont .bl_toggleCont.bl_block .el_title::before{
    background-color: #ffc4ff;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.bl_drCont .bl_toggleCont.bl_block .bl_flexCont{
    align-items: stretch;
    margin: 20px auto 0;
    max-width: none;
}
.bl_drCont .bl_toggleCont.bl_block .bl_flexCol{
    width: 46%;
}
.bl_drCont .bl_toggleCont.bl_block .bl_flexCol+.bl_flexCol{
    margin: 0;
}
.bl_drCont .bl_toggleCont.bl_block .bl_flexCol:nth-child(n+3){
    margin-top: 20px;
}
.bl_drCont .bl_toggleCont.bl_block .bl_flexCol .el_btn{
    cursor: pointer;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    height: 60px;
}
.bl_drCont .bl_toggleCont.bl_block .bl_flexCol:last-of-type .el_btn{
    line-height: 1.2;
}
.bl_drCont .bl_toggleCont.bl_block .bl_flexCol .el_btn span{
    display: block;
    font-size: 12px!important;
    width: 100%;
}
@media (min-width:768px){
    .bl_drCont .bl_toggleCont.bl_block .el_title span{
        font-size: 18px!important;
        display: inline-block;
        width: auto;
    }
    .bl_drCont .bl_toggleCont.bl_block .el_title br{
        display: none;
    }
    .bl_drCont .bl_toggleCont.bl_block .bl_flexCont{
        justify-content: center;
    }
    .bl_drCont .bl_toggleCont.bl_block .bl_flexCol{
        width: 31%;
    }
    .bl_drCont .bl_toggleCont.bl_block .bl_flexCol:nth-child(n+3){
        margin-top: 0;
    }
    .bl_drCont .bl_toggleCont.bl_block .bl_flexCol:nth-child(n+4){
        margin-top: 20px;
    }
    .bl_drCont .bl_toggleCont.bl_block .bl_flexCol:nth-child(2){
        margin: 0 calc( (100% - 93%) / 2 );
    }
    .bl_drCont .bl_toggleCont.bl_block .bl_flexCol:nth-child(5){
        margin-left: calc( (100% - 93%) / 2 );
    }
    .bl_drCont .bl_toggleCont.bl_block .bl_flexCol .el_btn{
        font-size: 18px!important;
    }
}
@media (min-width:900px){
    .bl_drCont .bl_toggleCont.bl_block .bl_flexCont{
        justify-content: space-between;
    }
    .bl_drCont .bl_toggleCont.bl_block .bl_flexCol{
        width: 18%;
    }
    .bl_drCont .bl_toggleCont.bl_block .bl_flexCol:nth-child(n+4){
        margin-top: 0;
    }
    .bl_drCont .bl_toggleCont.bl_block .bl_flexCol:nth-child(2),
    .bl_drCont .bl_toggleCont.bl_block .bl_flexCol:nth-child(5){
        margin: 0;
    }
}

