@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;500;700&display=swap');

.yuzuclub main{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    background: url(/wp-content/themes/yuzuan/img/legacy/yuzuclub/bg_img.png);
    margin: 0 auto;
    padding:15px 0 65px
}
.yuzuclub .full{
	width: 100%;
}
.yuzuclub .content_wrap{
    width: 90%;
    max-width: 340px;
    margin:0 auto;
}
/* .yuzuclub img{
    width: 100%;
} */
.yuzuclub .bold{
    font-weight: bold;
}
.yuzuclub .center{
    text-align: center;
}
.yuzuclub .sp_only{
    display: block;
}
.yuzuclub .pc_only{
    display: none;
}
/* .yuzuclub h1 img{
max-width: 680px;
} */
.yuzuclub h2{
    font-size: 17px;
    line-height: 1.26;
    letter-spacing: -0.02em;
    margin-bottom: 25px;
}
.yuzuclub .tag_area{
    background: #CA0700;
    border-radius: 60px;
    color: #fff;
    font-size: 17px;
    line-height: 1.26;
    margin: 0 auto 7px;
    padding: 5px 10px;
}
.yuzuclub main .flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.yuzuclub .red{
    width: 100%;
    border-radius: 60px;
}
.yuzuclub .yuzuclub_wrap{
    position: relative;
    width: 100%;
    margin-bottom: 84px;
    margin-top: 60px;
    background-color: #FFE033;
}
.yuzu_ribbon{
    position: relative;
}
.yuzuclub .yuzuclub_wrap .yuzu_ribbon{
    width: 90%;
    max-width: 340px;
    position:absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -18%;
    display: inline-block;
    text-align: left;
}
.yuzuclub .yuzuclub_wrap .flex{
    position: relative;
}
.yuzuclub .yuzuclub_wrap .yuzu_card{
    width: 34.5%;
    max-width: 129.5px;
    position:absolute;
    right: 50%;
    bottom: 3%;
}
.yuzuclub .yuzuclub_wrap .yuzu_bg{
    width: 50%;
    max-width: 189.5px;
    position:absolute;
    left: 50.5%;
    bottom: -4px;
}
.yuzuclub .yuzuclub_wrap p{
    font-size:16px;
    line-height:1.68;
    letter-spacing: -0.02em;
    margin-top: -4px;
    padding-top: 28px;
    padding-bottom: 127px;
}
.yuzuclub .benefits p{
    font-size: 20px;
    line-height: 1.87;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.yuzuclub .benefits p.red_band{
    padding-top: 0;
    margin-top: 10px;
    background-color: #CA0700;
    color: #fff;
    padding: 5px 10px 7px;
    line-height: 1.5;
}
.yuzuclub .benefits{
    position: relative;
    background-color: #fff;
    border: 3.5px solid #FFE033;
    border-radius: 30px;
    box-shadow:  3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 70px 5% 45px;
    margin-bottom: 82.5px;
}
.yuzuclub .benefits:first-of-type{
    padding: 70px 5% 25px;
}
.yuzuclub .benefits:last-of-type{
    margin-bottom: 40px;
}
.yuzuclub .benefits:before{
    content: "";
    display: inline-block;
    width: 100px;
    height: 122.5px;
    background: url(/wp-content/themes/yuzuan/img/legacy/yuzuclub/merit1.png) no-repeat;
    background-size: contain;
    margin: 20px auto;
    text-align: center;
    position:absolute;
    left: 0;
    right: 0;
    top: -32%;
}
.yuzuclub .benefits:nth-of-type(2n):before{

    background: url(/wp-content/themes/yuzuan/img/legacy/yuzuclub/merit2.png) no-repeat;
    background-size: contain;
    top: -39%;
}
.yuzuclub .benefits:last-of-type:before{
    background: url(/wp-content/themes/yuzuan/img/legacy/yuzuclub/merit3.png) no-repeat;
    background-size: contain;
    top: -48%;
}
.yuzuclub .benefits div{
    position: relative;
}
.yuzuclub .benefits div{
    position: absolute;
    max-width: 100px;
    height: 122.5px;
    left: 38%;
    top:-30%;
    margin: 0 auto;
}
.yuzuclub .benefits span{
    font-size: 25px;
    line-height: 1.5;
    color: #CA0700;
}
.yuzuclub .benefits .red_band span{
    color: #fff;
    font-size: 25px;
}
.yuzuclub .benefits .num{
    font-size: 30px;
    line-height: 1.25;
    color: #CA0700;
}
.yuzuclub .flow_wrap{
    background-color: rgba(255, 224, 51, 0.6);
    padding: 35px 0 40px;
    position: relative;
}
.yuzuclub .flow{
    background-color: #fff;
    box-shadow:  3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
    width: 100%; 
}
.yuzuclub .flow:last-of-type{
    margin-bottom: 0;
}
.yuzuclub .flow .flex{
    padding: 15px;
}
.yuzuclub main .flex div {
    width: 35.2%;
    padding: 0;
}
.yuzuclub .flow p{
    margin-left: 30px;
    font-size: 14.5px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    width: 53%;
}
.yuzuclub .flow_arrow{
    position: relative;
}
.yuzuclub .flow_arrow::after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(/wp-content/themes/yuzuan/img/legacy/yuzuclub/arrow.png) no-repeat;
    background-size: contain;
    margin: 9.5px auto;
    text-align: center;
    position:absolute;
    left: 0;
    right: 0;
}
.yuzuclub ul.yuzu_list{
    margin-top: 40px;
}
.yuzuclub ul.yuzu_list li{
    list-style: none;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing:-0.02em;
    margin-bottom: 16px;
    text-align: left;
    position: relative;
    padding-left: 20px;
}
.yuzuclub ul.yuzu_list li:last-of-type{
    margin-bottom: 0;
}
.yuzuclub ul.yuzu_list li:before{
    content:'●';
    color: #F4902D;
    position: absolute;
    left: 0;
}
@media(max-width:375px){
    .yuzuclub .yuzuclub_wrap .yuzu_ribbon{
    top: -20%;
    }
    .yuzuclub .yuzuclub_wrap .wrap{
        margin-top: 15px!important;
    }
    .yuzuclub .yuzuclub_wrap .yuzu_bg{
        max-width: 165.5px;
    }
    .yuzuclub .yuzuclub_wrap p{
        padding-bottom: 95px;
    }
    .yuzuclub .benefits:nth-of-type(2n):before{
        top: -30%;
    }
    .yuzuclub .benefits:last-of-type:before{
        top: -35%;
    }
}
@media(min-width:768px){
    .yuzuclub main{
        padding: 50px 0 81px;
    }
    .yuzuclub .content_wrap{
        width: 79.6%;
        max-width: 910px;
    }
    .yuzuclub .sp_only{
        display: none;
    }
    .yuzuclub .pc_only{
        display: block;
    }
    /* .yuzuclub h1 img{
        max-width: 860px;
    } */
    .yuzuclub h2{
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 41px;
    }
    .yuzuclub .red{
        width: 79%;
    }
    .yuzuclub .tag_area{
        font-size: 34px;
        margin-bottom: 24px;
        padding: 10px 20px;
    }
    /* .yuzuclub{
        padding-top: 50px;
    } */
    .yuzuclub .yuzuclub_wrap{
        margin-bottom: 145px;
        margin-top: 150px;
    }
    .yuzuclub .yuzuclub_wrap .wrap{
        margin-top: 0;
        }
    .yuzuclub .yuzuclub_wrap p{
        font-size:27px;
        line-height: 1.74;
        padding-bottom: 50px;
        padding-top: 102px;
        margin-top: 0;
    }
    .yuzuclub .yuzuclub_wrap .yuzu_ribbon{
        width: 100%;
        max-width: 680px;
        top: -29%;
    }
    .yuzuclub .yuzuclub_wrap .yuzu_card{
        width: 12.9%;
        max-width: 259px;
        position:absolute;
        left: 7%;
        bottom: 3%;
    }
    .yuzuclub .yuzuclub_wrap .yuzu_bg{
        width: 18.9%;
        max-width: 379px;
        position:absolute;
        left: 79%;
        bottom: -6px;
    }
    .yuzuclub .benefits{
        margin-top: 146px;
        margin-bottom: 80px;
        /* padding: 13% 4% 10%; */
        height: 320px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 7px solid #FFE033;
        border-radius: 60px;
    }

    .yuzuclub .benefits p{
        font-size: 36px;
        line-height: 1.94;
        padding-top: 50px;
    }
    .yuzuclub .benefits p.red_band{
        width: 90%;
    }

    .yuzuclub .benefits div{
        position: absolute;
        max-width: 200px;
        height: 245px;
        left: 38%;
        top:-50%;
        margin: 0 auto;
    }
    .yuzuclub .benefits:last-of-type{
        margin-bottom: 80px;
    }
    .yuzuclub .benefits:first-of-type{
        padding: 0;
    }
    .yuzuclub .benefits span{
        font-size: 46px;
        line-height: 1.52;
    }
    .yuzuclub .benefits .red_band span{
        font-size: 46px;
    }
    .yuzuclub .benefits .num{
        font-size: 60px;
        line-height: 1.16;
    }
    .yuzuclub .benefits:before,.yuzuclub .benefits:nth-of-type(2n):before,.yuzuclub .benefits:last-of-type:before{
        width: 180px;
        height: 215px;
    }
    .yuzuclub .benefits:before{
        top: -53%;
    }
    .yuzuclub .benefits:nth-of-type(2n):before{
        /* top: -40%; */
        top: -56%;
    }
    .yuzuclub .benefits:last-of-type:before{
        /* top: -40%; */
        top: -56%;
    }
    .yuzuclub .flow_wrap{
        padding: 50px 0 60px;
    }
    .yuzuclub .flow {
        margin-bottom: 50px;
    }
    .yuzuclub .flow p{
        margin-left: 14%;
        font-size: 26px;
        line-height: 1.6;
        width: inherit;
    }
    .yuzuclub .flow_arrow::after{
        width: 40px;
        height: 30px;
    }
    .yuzuclub .flow .flex{
        padding: 30px;
    }
    .yuzuclub .flow .flex div{
        width: 21.9%;
    }
    .yuzuclub .flow img{
        max-width: 200px;
        display: flex;
    }
    .yuzuclub ul.yuzu_list{
        margin-top: 60px;
    }
    .yuzuclub ul.yuzu_list li{
        font-size: 21px;
        line-height: 1.45;
        margin-bottom: 11px;
        padding-left: 30px;
    }
}
@media(min-width:950px){
    .yuzuclub .benefits{
        height: 290px;
    }
}
@media(min-width:1440px){
    .yuzuclub .yuzuclub_wrap .yuzu_ribbon{
        top: -34%;
    }
    .yuzuclub .yuzuclub_wrap .yuzu_card{
        left: 17%;
        bottom: 3%;
    }
    .yuzuclub .yuzuclub_wrap .yuzu_bg{
        left: 66.5%;
    }
}