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

.members {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.members_inner {
    max-width: 1180px;
    width: 92%;
    margin: 0 auto;
}

.kv {
    max-width: 1240px;
    width: 96%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_title {
    max-width: 690px;
    width: 56.77%;
    padding-top: 30px
}

.main_img {
    max-width: 490px;
    width: 40.32%;
}

.bg_be {
    background: #F6F3F0;
    padding: 82px 0;
}

.read {
    font-size: 20px;
    line-height: 2.1;
    letter-spacing: .1em;
    margin-bottom: 60px;
    text-align: center;
}

.box_red {

    margin: 0 auto 40px;
    background: #fb0d75;
    color: #fff;
    text-align: center;
    padding: 40px 30px 45px;
}

.box_red__txt1 {
    position: relative;
    font-size: 25px;
    display: inline-block;
    letter-spacing: .2em;
    margin-bottom: 1em;
}

.box_red__txt1:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    top: 49%;
    left: -60px;
    background: #fff;
}

.box_red__txt1:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    top: 49%;
    right: -60px;
    background: #fff;
}

.box_red__txt2 {
    font-size: 31px;
    letter-spacing: .1em;
    font-weight: bold;
}

.txt_re {
    margin-bottom: 40px
}

.txt_re p {
    color: #FB0D1B;
    font-size: 34px;
    letter-spacing: .08em;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
}

.txt_re span {
    font-weight: bold;
    background: linear-gradient(transparent 40%, #F2CB32 40%);
}

.table_wrap {
    background: #fff;
    border: 1px solid #FB0D1B;
    padding: 30px 100px
}

.bg_golf {
    background: url(https://jp.loudmouth.com/w/wp-content/themes/loudmouth/img/members_day/bg_benefits.jpg)no-repeat;
    background-size: cover!important;
    padding: 80px 0;
}

.bg_golf.fw_ver {
    background: url(https://jp.loudmouth.com/w/wp-content/themes/loudmouth/img/members_day/bg_benefits_fw.jpg)no-repeat;
  background-size: cover;
}

.benefit_title {
    background: url(https://jp.loudmouth.com/w/wp-content/themes/loudmouth/img/members_day/ico-ribbon.svg)no-repeat;
    color: #fb0d75;
    text-align: center;
    font-size: 24px;
    letter-spacing: .1em;
    font-weight: bold;
    padding: 20px;
    display: table;
    min-width: 650px;
    margin: 0 auto 40px;
}

.benefit_4list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.benefit_4list li {
    width: calc(100% / 4 - 20px);
}

.benefit_contents {
    padding: 80px 0;
}

.benefit_contents_box {
    border-right: 3px solid #fb0d75;
    border-left: 3px solid #fb0d75;
    border-bottom: 3px solid #fb0d75;
    position: relative;
    padding: 95px 100px;
    margin-bottom: 50px
}

.benefit_contents_box:before {
    content: '';
    background: #fb0d75;
    top: 0;
    left: 0;
    width: calc(50% - 70px);
    height: 3px;
    position: absolute;
}

.benefit_contents_box:after {
    content: '';
    background: #fb0d75;
    top: 0;
    right: 0;
    width: calc(50% - 70px);
    height: 3px;
    position: absolute;
}

.ico-benefits {
    width: 90px;
    position: absolute;
    top: -43px;
    left: calc(50% - 45px);
}

.benefit_contents_title {
    font-weight: bold;
    font-size: 42px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: .1em;
    margin-bottom: 40px
}

.benefit_contents_title span {
    font-weight: bold;
    font-size: 57%;
    letter-spacing: .05em;
    display: block;
}

.benefit__1_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.benefit__1_list li {
    border: 1px solid #929292;
    padding-bottom: 1em;
    margin-bottom: 3em
}

.benefit__1_list li.col-2 {
    width: calc(50% - 25px);
}

.benefit__1_list li.col-3 {
    width: calc(33.333% - 25px);
}

.benefit__1_list li ._title {
    background: #fb0d75;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    padding: 1em;
    font-weight: bold;
}

.benefit__1_list li ._title.fw_ver {
    background: #006837;
}

.benefit__1_list li ._num {
    text-align: center;
    margin-bottom: 1em;
}

.benefit__1_list li ._img {
    max-width: 270px;
    height: 270px;
    width: 90%;
    margin: 10px auto;
    position: relative;
}

.benefit__1_list li ._img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.benefit__1_list li ._num span {
    border: 1px solid #FB0D1B;
    border-radius: 3em;
    font-size: 14px;
    text-align: center;
    color: #FB0D1B;
    padding: .3em 1em;
    line-height: 1;
    display: inline-block;
    margin: 0 auto;
}

.benefit__1_list li ._note {
    position: relative;
    padding-left: 4em;
    padding-right: 1em;
}

.benefit__1_list li ._note:before {
    position: absolute;
    content: '対象：';
    left: 1em;
    top: 0;
}

.note_box {
    background: #fdebeb;
    padding: 40px 45px;
    font-size: 14px;
}

.note_box ._note {
    position: relative;
    padding-left: 3em;
    padding-right: 1em;
    padding-bottom: .5em;
    border-bottom: 2px dotted #FB0D1B;
    margin-bottom: 1em;
}

.note_box ._note._date {
    padding-left: 6em;
}

.note_box ._note:before {
    position: absolute;
    content: '対象：';
    left: 0;
    top: 0;
    font-weight: bold;
}

.note_box ._note._date:before {
    position: absolute;
    content: 'ご利用期間：';
    left: 0;
    top: 0;
}

.note_box ._notelist li {
    position: relative;
    padding-left: 1em;
}

.note_box ._notelist li:before {
    position: absolute;
    content: '※';
    left: 0;
    top: 0;
}

.members_list_box {
    margin-top: -50px
}

.members_list_box > ._title {
    color: #fff;
    background: #ff81d1;
    font-size: 20px;
    text-align: center;
    padding: 1em;
    position: relative;
    height: 70px;
    width: calc(100% - 134px);
    margin: 0 auto;
    bottom: -30px;
}

.members_list_box > ._title.fw_ver {
    background: #006837;
}

.members_list_box > ._title:before {
    content: '';
    position: absolute;
    left: -17px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 70px 0;
    border-color: transparent #ff81d1 transparent transparent;
}

.members_list_box > ._title.fw_ver:before {
    content: '';
    position: absolute;
    left: -17px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 70px 0;
    border-color: transparent #006837 transparent transparent;
}

.members_list_box > ._title:after {
    content: '';
    position: absolute;
    right: -17px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 17px 0 0;
    border-color: #ff81d1 transparent transparent transparent;
}

.members_list_box > ._title.fw_ver:after {
    content: '';
    position: absolute;
    right: -17px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 17px 0 0;
    border-color: #006837 transparent transparent transparent;
}

.members_list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #929292;
    padding: 45px 30px;
    margin-bottom: 30px
}

.members_list li {
    display: flex;
    flex-direction: column;
    border-right: 2px dotted #929292;
    margin: 30px 0 0;
    padding: 0 20px;
    width: calc(100% / 5);
}

.members_list li:last-child {
    border-right: none;
}

.members_list li ._rank {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 67px;
    margin-bottom: 10px
}

.benefit__4_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefit__4_img img {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.benefit__4_img ._normal {
    width: 290px
}

.benefit__4_img ._ico-arrow {
    width: 54px;
    margin-right: 10px
}

.benefit__4_img ._free {
    width: 290px
}

.cta_area {
    background: url(https://jp.loudmouth.com/w/wp-content/themes/loudmouth/img/members_day/bg_cta.jpg)no-repeat;
    background-size: cover!important;
    padding: 120px 0;
    text-align: center;
}

.cta_area.fw_ver {
    background: url(https://jp.loudmouth.com/w/wp-content/themes/loudmouth/img/members_day/bg_cta_fw.jpg)no-repeat;
  background-size: cover;
}

.lm_logo {
    text-align: center;
    margin: 0px auto 40px;
    width: 206px;
}

.cta_area .btn {
    text-align: center;
    position: relative;
    border: none;
    display: block;
    line-height: 1;
    padding: 0;
}

.cta_area .btn a {
    font-size: 26px;
    padding: 1em;
    max-width: 680px;
    margin: 0 auto 40px;
    display: block;
    border-radius: 3em;
}

.cta_area .btn:hover {
    background: none;
    color: inherit
}

.cta_area .btn.btn_or a {
    background: #FF8000;
    color: #fff;
}

.cta_area .btn.btn_or.fw_ver a {
    background: #da1c24;
    color: #fff;
}

.cta_area .btn.btn_wh a {
    background: #fff;
    color: #FF8000;
}

.cta_area .btn.btn_wh.fw_ver  a {
    background: #fff;
    color: #da1c24;
}

@media (max-width: 959px) {
    .members {
        font-size: 14px;
    }

    .kv {
        flex-wrap: wrap;
    }

    .main_title,
    .main_img,
    .benefit__1_list li.col-3,
    .benefit__1_list li.col-2 {
        width: 100%;
    }

    .main_title,
    .main_img {
        max-width: 100%;
    }

    .benefit_title {
        min-width: 300px;
    }

    .main_title,
    .read {
        margin-bottom: 20px;
    }

    .benefit_contents_title {
        font-size: 24px;
    }

    .benefit_contents_title span {
        font-size: 14px;
        line-height: 1.46;
        display: block;
    }

    .txt_re p {
        font-size: 20px;
    }

    .box_red__txt1,
    .box_red__txt2,
    .benefit__1_list li ._title {
        font-size: 18px;
    }

    .read {
        font-size: 16px;
    }


    .read {
        text-align: left;
    }

    .bg_be {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .box_red {
        padding: 40px 10px 45px;
    }

    .table_wrap {
        padding: 20px;
        width: 100%;
    }

    .benefit_title {
        font-size: 20px;
        padding: 3px;
    }

    .benefit_4list li {
        width: calc(100% / 2 - 20px);
        margin: 0 auto;
    }

    .benefit_contents_box {
        padding: 95px 4% 30px;
    }

    .note_box {
        padding: 40px 8%;
    }

    .members_list_box > ._title {
        font-size: 16px;
        padding: 0.7em;
        height: 70px;
        width: calc(100% - 34px);
        margin: 0 auto;
        bottom: -30px;
        font-weight: bold;
    }

    .members_list {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #929292;
        padding: 45px 30px;
        margin-bottom: 30px;
    }

    .members_list li {
        width: 100%;
        border-right: none;
        border-bottom: 2px dotted #929292;
        flex-direction: inherit;
        padding: 0 0 10px 0;
        margin: 10px 0 0;
    }

    .members_list li ._rank {
        width: 200px;
        margin-right: 10px;
        margin-bottom: 0;
        border-right: 1px dotted #b4b4b4;
    }

    .benefit__4_img {
        flex-direction: column;
    }

    .benefit__4_img ._ico-arrow {
        transform: rotate(90deg);
        margin: 0 auto 20px;
        padding: 0;
    }

    .benefit__4_img img {
        margin-bottom: 0;
    }

    .benefit__4_img ._free {
        margin-bottom: 20px
    }

    .benefit_contents {
        padding: 80px 0 0px;
    }

    .cta_area {
        background-position: center;
    }

    .cta_area .btn a {
        max-width: 330px
    }

    .benefit__1_list li {
        margin-bottom: 1em;
    }

    .scroll_area {
        overflow-x: auto;
    }

    .scroll_area img {
        max-width: 100%;
        min-width: 800px;
        vertical-align: top;
    }

}
