@charset "utf-8";



.members-guide{
    max-width: 910px;
    color:#21A0BC!important;
    padding: 10px 0px;
    text-align: center;
    border: 2px solid #21A0BC;
}
.members-guide a{
    color:#21A0BC!important;
}





body img {
    width: auto;
}


.h1{
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    }
.h2{
    color:#21A0BC;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 1rem;
    }

.h3{
    color:#21A0BC;
    font-size: 2.3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    }
.h4{
    font-size: 1.9rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    }
.p{
    margin:0 10px;
    text-align: center;
    }




/*メイン画像*/
.member_main-v-pc{
    display: block;
    max-width: 890px;
    margin: 0 10px 60px;
    }
.member_main-v-sp{
    display: none;
    max-width: 100%;
    margin: 0 auto 30px;
    }
@media screen and (max-width:760px) {
    .member_main-v-pc{
    display: none;
    }
    .member_main-v-sp{
    display: block;
    }
    }


/*導入*/
.intro{
    margin-bottom: 140px!important;
    }
.intro_em{
    display: block;
    margin-top: 10px;
    font-size: 2.1rem;
    font-weight: 600;
    color:#dd4b4b;
    }
.intro-small{
    display: inline-block;
    text-align: left;
    font-weight: normal;
    font-size: 1.3rem;
    margin-bottom: 10px;
    line-height: 1.8rem;
    }
.intro a{
    text-decoration:underline
    }
@media screen and (max-width:760px) {
    .intro{
    margin-bottom: 90px!important;
    }
    }


/*会員特典*/
/*リボン*/
.benefit-rbn{
    position: absolute;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 10rem;
    background-color: #21A0BC;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-align: center;
    top:0;
    left: 50%;
    transform: translate(-50%, -50%);
    }
@media screen and (max-width:760px) {
    .benefit-rbn{
    width:240px;
    padding: 0 0rem;
    letter-spacing: 0rem;
    }
    }
.benefit-rbn::before,
.benefit-rbn::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #21A0BC transparent;
    border-style: solid;
    content: '';
    }
.benefit-rbn::before {
    left: -14px;
    border-width: 25px 0px 25px 15px;
    }
.benefit-rbn::after {
    right: -14px;
    border-width: 25px 15px 25px 0px;
    }

.benefit-con-pc{
    display: block;
    }
.benefit-con-sp{
    display: none;
    }
.benefit-con{
    background-color: #f1f0f0;
    position: relative;
    padding:30px 25px;
    margin: 0 10px 100px;
    text-align: center;
    }
.benefit{
    margin: 30px auto 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
.benefit li{
    background-color: #fff;
    width:32%;
    padding: 30px 15px 20px;
    text-align: center;
    /*
    border: 1px solid #ccc;*/
    }
.m-point{
    color:#21A0BC;
    margin:0 auto 20px;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    width:70px;
    height:70px;
    border-radius: 50%;
    border: 2px solid #21A0BC;
    display:flex;
    justify-content:center;
    align-items:center;
    letter-spacing: 0.2rem;
    }
.m-point-em{
    font-size: 2.3rem;
    }
.point-under{
    padding: 0 0.5rem;
    background: linear-gradient(transparent 50%, #f8ff9c 50%);
    }
.benefit li img{
    max-height:70px;
    margin-bottom: 35px;
    }
.cap{
    font-weight: 600;
    }
.cap p{
    letter-spacing: 0rem;
    font-size: 1.6rem;
    text-align: center;
    }
.small{
    display: block;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.5rem;
    }
@media screen and (max-width:760px) { 
    .h1{
    font-size: 2.4rem;
    margin-bottom: 20px;
    }
    .h2{
    font-size: 2.1rem;
    padding-bottom: 1rem;
    }
    .h3{
    font-size: 2rem;
    margin-bottom: 10px;
    }
    .h4{
    font-size: 1.9rem;
    margin-bottom: 10px;
    text-align: left;
    }
    p{
    font-size: 1.3rem;
    margin:0;
    }
    .benefit-con{
    padding:30px 10px;
    }
    .cap{
    font-size: 0.9rem;
    }
    }
@media screen and (max-width:680px) {
    .benefit-con-pc{
    display: none;
    }
    .benefit-con-sp{
    display: block;
    }
    .benefit-con{
    max-width: 890px;
    padding:30px 20px;
    margin: 0 10px 70px;
    }
    .benefit{
    display: block;
    }
    .benefit li{
    width:100%;
    margin: 0 auto 15px;
    padding: 20px 15px 20px;
    }
    .benefit li img{
    margin-bottom: 15px;
    }
    .cap p{
    font-size: 1.5rem;
    }
    }



.member-join{
    margin-bottom: 120px;
    text-align: center;
    }
@media screen and (max-width:680px) {
    .member-join{
    margin-bottom: 90px;
    }
    .h2{
    margin-bottom: 0;
    }
    }
.member-join img{
    max-width: 35px;
    }
.member-join .h2{
    margin-bottom: 15px;
    font-size: 2.6rem;
    }
.join-point{
    font-size: 3rem;
    font-weight: 600;
    }
.font_em{
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.1rem;
    }
.btn{
    background-color: #dd4b4b;
    display: block;
    width:250px;
    margin: 25px auto 0;
    padding: 20px 20px;
    text-align: center;
    color: #fff!important;
    font-weight: 600;
    font-size: 1.8rem;
    border-radius: 10px;
    }


.one-point{
    max-width: 45px;
    margin-bottom: 10px;
    }


.table-rank {
    border: solid 1px #ccc;
    font-size: 1.3rem;
    margin: 0 auto 30px;
    }
.table-rank-sp{
    display: none;
    }
.tr-top td{
    font-weight: 600;
    }
.tr-top th{
    text-align: center;
    font-weight: 600;
    }
.table-rank th {
    width:150px;
    border: solid 1px #ccc;
    padding: 10px;
    vertical-align: middle;
    }
.rank_img{
    width: 30px;
    margin-right: 7px;
    }
.table-rank td {
    border: solid 1px #ccc;
    width: 200px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    }
.table-rank .tr-top{
    background: #999;
    color: #fff;
    font-weight: 600;
    }
.table-rank .tr-top th{
    background: #999;
    }
.table-rank .tr-nonm{
    background: #bebebe;
    }
.table-rank .tr-nonm th{
    background: #bebebe;
    }
.par-em-slv{
    color:#db3719;
    font-size: 1.6rem;
    font-weight: 600;
    }
.par-em-gld{
    color:#db3719;
    font-size: 1.8rem;
    font-weight: 600;
    }
.rank_em_m{
    color:#fff;
    font-weight: 600;
    text-align: center;
    }
.rank_em_r{
    color:#333;
    font-weight: 600;
    display: flex;
    justify-content:center;
    align-items:center;
    border: none !important;
    }
.rank_em_b{
    color:#b36729;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    justify-content:center;
    align-items:center;
    border-right:none  !important;
    border-left:none  !important;
    }
.rank_em_s{
    background-color: #dce2e7;
    color:#db3719;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    justify-content:center;
    align-items:center;
    border-right:none  !important;
    border-left:none  !important;
    border-top:none  !important;
    }
.rank_em_g{
    background-color: #f5eead;
    color:#db3719;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    justify-content:center;
    align-items:center;
    border: none !important;
    }
@media screen and (max-width:680px) {
    .table-rank {
    letter-spacing: 0;
    font-size: 1.1rem;
    }
    .table-rank-pc{
    display: none;
    }
    .table-rank-sp{
    display: block;
    }
    .table-rank td {
    padding: 7px 5px;
    line-height: 1.5rem;
    }
    .table-rank th {
    width:75px;
    padding: 10px 6px;
    }
    .rank_em_r{
    flex-direction: column;
    }
    .rank_em_b{
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5rem;
    flex-direction: column;
    }
    .rank_em_s{
    background-color: #dce2e7;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5rem;
    flex-direction: column;
    }
    .rank_em_g{
    background-color: #f5eead;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5rem;
    flex-direction: column;
    }
    .rank_img{
    width: 25px;
    margin-right: 0px;
    margin-bottom: 6px;
    }
    }
@media screen and (max-width:510px) {
    .table-rank td {
    width:100px;
    }
    }

.point-link{
    text-align: center;
    margin-bottom: 160px;
    }
.point-link a{
    text-decoration: underline;
    }




.benefit-2{
    margin: 30px auto 10px;
    justify-content: center;
    gap: 25px;
    }
.benefit-2 .h2{
    margin-bottom: 30px;
    }
.benefit-strong{
    font-weight: 600;
    }
.benefit-2 li{
    width:35%;
    }
.benefit-2 li img{
    margin-bottom: 25px;
    }
@media screen and (max-width:680px) {
    .benefit-2 li{
    width:100%;
    }
    }


.rank-wrap{
    text-align: left;
    margin-left: 0;
    }
.rank-wrap .h3{
    text-align: left;
    }
.rank-wrap .h4{
    text-align: left;
    }
.rank-wrap p{
    font-size: 1.3rem;
    line-height: 2rem;
    }
.rank-cap p{
    text-align: left;
    }
.rank-wrap-line{
    display: block;
    background-color: #ccc;
    width:100%;
    height: 1px;
    margin-bottom: 15px;
    }



.rank-wrap-cap{
    margin-bottom: 10px;
    }
.p-strong{
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 8px;
    }

.member-note{
    text-align: center;
    font-size: 1.1rem;
    }


.return-top{
    display: block;
    margin: 0 auto;
    width:200px;
    padding:20px 0;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    border: 1px solid #333;
    border-radius: 10px;
    }





/*会員登録用*/
.sp-item{
    display:none;
    }
.member300pt-wrap{
    text-align:center;
    margin-bottom: 70px;
    }
img.member300pt {
    width: 60%;
    }
.membersguide-url{
    text-align: center;
    margin-bottom: 70px;
    }
.benefit-con-pc{
    margin: 0 auto 30px;
    }
.register-title{
    max-width: 600px;
    margin: 60px auto 30px;
    border: 1px solid #999;
    padding: 10px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color:#333;
    }
.register-caption{
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 2rem;
    }
@media screen and (max-width: 680px) {
    .benefit-con-pc {
    display: block;
    }
    .benefit-sp{
    margin: 0 auto 15px;
    }
    .member300pt-wrap{
    text-align:center;
    margin-bottom: 40px;
    margin-top: -15px;
    }
    img.member300pt {
    width: 100%;
    }
    .membersguide-url{
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.2rem;
    line-height: 1.7rem;
    }

    .benefit {
    margin: 20px auto 10px;
    }

    .register-title {
    margin: 20px auto 30px;
    }

    .fs-p-announcement{
    display:none;
    }
    .fs-l-main {
    padding: 0 15px;
    }
    
    .benefit-con {
    padding: 15px 10px;
    }
    .benefit-rbn {
    width: 200px;
    height: 35px;
    line-height: 35px;
    }
    .benefit-rbn::before {
    border-width: 17px 0px 18px 15px;
    }
    .benefit-rbn::after {
    border-width: 18px 15px 17px 0px;
    }
    .h2 {
    font-size: 1.6rem;
    }

    .benefit li {
    width: 47%;
    margin: 0 auto 10px;
    padding: 25px 8px 25px;
    }
    .benefit li:last-child,li:nth-last-child(2):nth-child(odd){
    margin: 0 auto 0px;
    }
    .benefit{
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    }

    .m-point {
    display: none;
    }
    .benefit li img {
    max-height: 45px;
    margin-bottom: 15px;
    }
    .cap p {
    font-size: 1.3rem;
    line-height: 1.7rem;
    }

    .sp-item{
    display:block;
    }
    .sp-item img{
    width:53px;
    }
    }