@charset 'UTF-8';

/* ------------------------------------ */

/* メインビジュアル */

/* ------------------------------------ */

#main_visual {
    color: #fff;
    background: url(../img/wff_tmark_top.png) center bottom 85px no-repeat;
    background-size: 515px;
    background-color: #414042;
    position: relative;
    z-index: 1;
    height: 560px;
    padding: 0 50px;
}

.main_visual_inner {
    max-width: 1360px;
    height: 100%;
    margin: 0 auto;
    background: url(../img/wff_coffee_woman.png) center bottom no-repeat;
    background-size: 250px;
}

/*---------------- 左 ----------------*/

#main_visual .left {
    padding-top: 60px;
}

#main_visual .left>.flex {
    height: 100%;
}

#main_visual .ttl {
    max-width: 580px;
    margin-bottom: 30px;
}

#main_visual .catch_copy {
    font-size: 21px;
    line-height: 1.75;
    letter-spacing: 0.05em;
}

#main_visual .share_link {
    display: inline-block;
    padding-top: 40px;
}

#main_visual .medal {
    width: 130px;
    margin-bottom: 15px;
}

#main_visual .left .btm .p_link {
    font-size: 13px;
    color: #fff!important;
    line-height: 1.5;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease-out;
}

#main_visual .left .btm .p_link:after {
    content: '';
    width: 17px;
    height: 17px;
    background: url(../img/button_S_off.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin-left: 18px;
    margin-top: 5px;
}

#main_visual .left .btm .span_link {
    font-size: 10.5px;
    color: #fff!important;
    line-height: 1.5;
    transition: all 0.3s ease-out;
}

#main_visual .share_link:hover .p_link,
#main_visual .share_link:hover .span_link {
    color: #E50012!important;
}


/*---------------- 右 ----------------*/

#main_visual .right {
    padding-top: 60px;
}

#main_visual .right .p_line_up {
    font-size: 18px;
    margin-bottom: 30px;
}


#main_visual .card {
    max-width: 365.5px;
    display: block;
    transition: all 0.3s ease-out;
    transform: scale(1);
    /* 通常サイズ */
    animation: grow 0.5s ease-in-out 0.2s;
    /* アニメーションを開始するまで0.2秒遅らせる */
}

@keyframes grow {
    0% {
        transform: scale(1); /* 最初のサイズ */
    }
    50% {
        transform: scale(1.1); /* 拡大 (110%) */
    }
    100% {
        transform: scale(1); /* 元に戻る */
    }
 }

#main_visual .card:hover {
    transform: scale(1.2);
}

#main_visual .card:not(:last-of-type) {
    margin-bottom: 22px;
}

#main_visual .left .band {
    display: none;
}

@media screen and (max-width: 1023px) {
    #main_visual {
        height: auto;
        padding: 0;
        background-image: none;
        position: relative;
    }

    .main_visual_inner {
        background-image: none;
    }

    .main_visual_inner>.flex {
        flex-direction: column;
    }

    #main_visual .left {
        padding-top: 0;
        height: calc(100dvh - 60px);
    }

    #main_visual .left .top {
        padding: 22px 20px 0;
        height: 100%;
        background: url(../img/wff_tmark_top.png) center center no-repeat;
        /* background-size: 255px; */
        background-size: clamp(255px,68vw,510px);
    }

    #main_visual .left .top_inner {
        height: 100%;
        background: url(../img/wff_coffee_woman.png) center bottom no-repeat;
        /* background-size: 150px; */
        background-size: clamp(150px,40vw,300px);
    }

    #main_visual .left .band {
        text-align: center;
        font-size: 15px;
        background-color: #D71920;
        line-height: 1.5;
        min-height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #main_visual .ttl {
        margin-bottom: 22px;
    }

    #main_visual .catch_copy {
        font-size: 20px;
        /* max-width: 13em; */
        line-height: 1.25;
    }

    /*---------------- 右 ----------------*/

    #main_visual .right {
        padding: 46px 37px 340px;
    }

    #main_visual .right .p_line_up {
        font-size: 15px;
        margin-bottom: 20px;
        max-width: 365.5px;
        margin-right: auto;
        margin-left: auto;
    }

    #main_visual .right .card_wrapper {
        padding-bottom: 46px;
        border-bottom: 2px solid #fff;
    }

    #main_visual .card {
        margin: 0 auto;
    }

    /*---------------- 左下 ----------------*/

    #main_visual .left .btm {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    #main_visual .share_link {
        width: calc(100% - 74px);
        text-align: left;
        margin-bottom: 45px;
        max-width: 365.5px;
        margin-right: auto;
        margin-left: auto;
    }

    #main_visual .medal {
        width: 120px;
        margin: 0 auto 25px;
    }

    #main_visual .left .btm .span_link > span {
        padding-left: 4em;
    }

    
    
}


/* ------------------------------------ */

/* セクション01 */

/* ------------------------------------ */

#top_section01 {
    padding: 50px 0 120px;
}

#top_section01 h2 {
    font-size: 32px;
    line-height: 1.5625;
}

#top_section01 .p_section01 {
    font-size: 18px;
    line-height: 2;
    margin: 40px auto 70px;
    max-width: 1000px;
}

#top_section01 .img_section01 {
    max-width: 800px;
    margin: 0 auto;
}

#top_section01 .wfxdr_block {
    max-width: 810px;
    margin: 100px auto 0;
    border: 2px solid #E50012;
    border-radius: 10px;
    padding: 25px 30px;
}

#top_section01 .wfxdr_block p {
    font-size: 20px;
    line-height: 1.5;   
    margin-bottom: 15px;
}

#top_section01 .wfxdr_btn_block {
    display: flex;
    gap: 40px;
    width: 100%;
}

#top_section01 .wfxdr_btn_block > li {
    width: 100%;
}

#top_section01 .wfxdr_btn {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    background-color: #414042;
    transition: background-color 0.3s ease-out;
}

#top_section01 .wfxdr_btn:hover {
    background-color: #E50012;
}

@media screen and (max-width: 1023px) {
    #top_section01 {
        padding: 50px 20px;
    }

    #top_section01 h2 {
        font-size: 16px;
        margin-bottom: 35px;
    }

    #top_section01 .p_section01 {
        font-size: 15px;
        margin-bottom: 30px;
    }

    #top_section01 .wfxdr_block {
        margin-top: 50px;
    }

    #top_section01 .wfxdr_block p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #top_section01 .wfxdr_btn_block {
        flex-direction: column;
        gap: 15px;
        padding: 0;
    }

    #top_section01 .wfxdr_btn {
        height: 45px;
        font-size: 16px;
    }
}



/* ------------------------------------ */

/* セクション05 */

/* ------------------------------------ */

#top_section05 {
    padding: 120px 0 90px;
}

#top_section05 h2 {
    font-size: 36px;
    color: #414042;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 38px;
    /* border-bottom: 3px solid #231815; */
}

#top_section05 .content .item .left {
    width: 100%;
}

/*---------- 左サイド　中身 ----------*/

#top_section05 .content {
    max-width: 1000px;
    margin: 0 auto 120px;
}


@media screen and (max-width: 1023px) {
    #top_section05 {
        padding: 50px 0px 90px;
    }

    #top_section05 h2 {
        font-size: 19px;
        line-height: 1.5;
        padding-bottom: 25px;
        border-width: 1px;
    }

    #top_section05 .content {
        margin-bottom: 50px;
    }

    





}