@charset "utf-8";
/* CSS Document */
/* promotion */
.show-promotion {
    display: block
}

.hide-promotion {
    display: none
}

.point-source {
    margin-bottom: 15px;
}

.point-source, .point-source-wrapper {
    position: relative;
}

.point-source-main-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-title, .sub-title {
    color: #333;
}

.main-title {
    font-size: 32px;
}

.sub-title {
    font-size: 16px;
}

.listitem, .listitem2 {
    position: relative;
    border-color: rgb(254, 228, 222);
    background: rgb(254, 228, 222);
    min-height: 370px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.listitem:hover .register-mask {
    display: flex;
}

.listitem2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(235 201 201);
    display: none;
}

.listitem:hover .listitem2.on {
    display: flex;
}

.ponit-img img {
    max-width: 58px;
    margin-bottom: 14px;
}

.points-all {
    margin-bottom: 15px;
    position: relative;
}

.points-title {
    font-size: 20px;
}

.points-sub-title {
    font-size: 16px;
}

.register-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(235 201 201);
    display: none;
}

button.btn.btn-primary.btn-points {
    padding: 10px 50px;
    margin-bottom: 15px;
}

.completed {
    font-size: 18px;
}

.h2-title {
    color: rgb(68, 68, 68) !important;
    font-size: 40px !important;
    font-family: " gill sans nova", sans-serif;
    font-weight: 500 !important;
    font-style: normal;
    margin-bottom: 40px !important;
    margin-top: 15px !important;
}

/* pointinfo */
.form-group.points-des {
    width: 100%;
    min-height: 151px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    background: rgb(212 63 58 / 5%)
}

.points-des-left {
    display: flex;
    flex: 2 1 0%;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 6px;
    border-right: 1px rgba(0, 0, 0, 0.08) solid
}

.points-des-right {
    flex: 3 1 0%;
    box-sizing: border-box;
    padding: 24px;
    margin-left: 36px;
    display: flex;
    flex-direction: column
}

.points-des-right-header {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
    color: rgb(0, 0, 0)
}

.points-des-right-header::after {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    margin-top: 4px;
    background-color: rgb(209 77 72 / 10%)
}

.points-des-right-content {
    display: flex;
    gap: 100px
}

.right-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.right-item span:first-child {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 20px
}

.right-item span:nth-child(2), .total-point {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: rgb(0, 0, 0)
}

.point-main-rule {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer
}

.list_fy {
    margin: 0
}

.point-in-detail {
    color: #000;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 15px;
    line-height: 15px;
    margin-top: 30px;
}

.point-in-detail::before {
    content: "";
    display: block;
    width: 3px;
    height: 16px;
    margin-right: 6px;
    background-color: rgb(212 63 58 / 50%)
}

/* pointlist */
.listitem1 {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rule-img {
    max-width: 65px;
}

.points-title1 {
    margin-top: 5px;
    color: rgb(68, 68, 68);
    font-size: 26px;
    font-family: " gill sans nova", sans-serif;
    font-weight: 100;
    font-style: normal;
    margin-bottom: 5px;
}

.points-sub-title1 {
    color: rgb(68, 68, 68);
    font-size: 15px;
    font-family: gill sans nova, sans-serif;
    font-weight: 100;
    font-style: normal;
}

h2.title.title-p {
    color: rgb(68, 68, 68);
    font-size: 40px;
    font-family: " gill sans nova", sans-serif;
    font-weight: 100;
    font-style: normal;
    margin-bottom: 36px;
}

.container1 {
    max-width: 960px;
    margin-bottom: 15px;
    padding: 45px 0;
}

a.ordergetpoint-img1.ponit-img1 {
    margin-bottom: 15px;
}

/* pointperks */
.listitem1 {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rule-img {
    max-width: 65px;
}

.points-title1 {
    margin-top: 5px;
    color: rgb(68, 68, 68);
    font-size: 26px;
    font-family: " gill sans nova", sans-serif;
    font-weight: 100;
    font-style: normal;
    margin-bottom: 5px;
}

.points-sub-title1 {
    color: rgb(68, 68, 68);
    font-size: 15px;
    font-family: gill sans nova, sans-serif;
    font-weight: 100;
    font-style: normal;
}

h2.title.title-p {
    color: rgb(68, 68, 68);
    font-size: 40px;
    font-family: " gill sans nova", sans-serif;
    font-weight: 100;
    font-style: normal;
    margin-bottom: 36px;
}

.container1 {
    max-width: 960px;
    margin-bottom: 15px;
    padding: 45px 0;
}

a.ordergetpoint-img1.ponit-img1 {
    margin-bottom: 15px;
}


.point-header {
    width: 100%;
    text-align: center;
    padding: 33px;
    background: #f9f0f0;
    min-height: 172px;
}

.points-multitext {
    width: 100%;
    margin-top: 20px;
    padding: 0 33px 33px;
    min-height: 127px;
    color: rgb(68, 68, 68);
    font-size: 15px;
    font-family: "Gill Sans Nova", sans-serif;
    font-weight: 500;
}

.point-header-title {
    color: rgb(68, 68, 68);
    font-size: 22px;
    font-family: "Gill Sans Nova", sans-serif;
    font-weight: bold;
}

.point-header-content {
    color: rgb(68, 68, 68);
    font-size: 15px;
    font-family: "Gill Sans Nova", sans-serif;
    font-weight: 500;
    height: 22px;
}

.point-perks {
    border: 1px solid rgb(201, 205, 217);
}

/*pointuse*/
.listitem1 {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.points-title1 {
    margin-top: 5px;
    color: rgb(68, 68, 68);
    font-size: 26px;
    font-family: " gill sans nova", sans-serif;
    font-weight: 100;
    font-style: normal;
    margin-bottom: 5px;
}

.points-sub-title1 {
    color: rgb(68, 68, 68);
    font-size: 15px;
    font-family: gill sans nova, sans-serif;
    font-weight: 100;
    font-style: normal;
}

h2.title.title-p {
    color: rgb(68, 68, 68);
    font-size: 40px;
    font-family: " gill sans nova", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 36px;
}

h2.title.title-p.title-p2 {
    margin-bottom: 8px;
}

.container1 {
    max-width: 960px;
    margin-bottom: 15px;
    padding: 45px 0;
}

a.ordergetpoint-img1.ponit-img1 {
    margin-bottom: 15px;
}

p.title.title-sub {
    color: rgb(68, 68, 68);
    font-size: 16px;
    font-family: "Gill Sans Nova", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.strite-line {
    text-align: center
}

p.title.title-sub2 {
    color: rgb(68, 68, 68);
    font-size: 18px;
    font-family: "Gill Sans Nova", sans-serif;
    font-weight: 100;
    font-style: normal;
    border-top: 2px solid rgb(169, 169, 169);
    border-bottom: 2px solid rgb(169, 169, 169);
    padding: 14px 40px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

.point-use-title {
    font-weight: 500;
}

.point-poster-page {
    padding: 30px 0
}

.poster-page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .poster-page-title .main-title {
        color: rgb(68, 68, 68);
        font-size: 44px;
        font-family: "Gill Sans Nova", sans-serif;
        font-weight: 500;
        font-style: normal;
    }


    .poster-page-title .sub-title {
        color: rgb(68, 68, 68);
        font-size: 20px;
        font-family: "Gill Sans Nova", sans-serif;
        font-weight: 100;
        font-style: normal;
    }
.color-points {
    color: rgb(212 63 58 / 50%)
}
.point-svg {
    width: 20px;
    position: relative;
    top: 2px;
}
.complated-link {
    font-size: 16px;
}
.perk-wrapper {
	 margin-bottom: 15px;
    padding: 45px 0;
}

.completed.register-mask.listitem.com-key {
    text-align: center;
}


@media (max-width: 767px) {
    .main-title {
        font-size: 18px !important;
    }
    .sub-title {
        font-size: 14px !important;
    }
    h2.title.title-p, h2.h2-title {
        font-size: 20px !important;
    }
}

button.btn.btn-primary.btn-points{
background: #d45b61 !important;
}
button.btn.btn-primary.btn-points a,
button.btn.btn-primary.btn-points a:hover{
color:#fff !important;
}
button.btn.btn-primary.btn-points, button.btn.btn-primary.btn-points:hover {
    border-color: #d45b61 !important;
}
.completed{
text-align: center;
}
