﻿.club-lp {
    background-color: #fcfaf5;
    width: 1300px;
    margin: 0 auto;
}

.club-lp #contents {
    background-color: #fcfaf5;
}

.tri-btn {
    display: block;
    cursor: pointer;
    background-color: transparent;
    text-align: center;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 3;
    bottom: 30px;
    right: 0;
}

.tri-btn::before,
.tri-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 30px;
    background: #666;
}

.tri-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.tri-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.tri-btn.close-btn {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 30px solid #666;
    border-bottom: 50px solid transparent;
    bottom: 0;
}

.tri-btn.close-btn::before,
.tri-btn.close-btn::after {
    display: none;
}

#club-fixed-area {
    background-color: rgba(255, 255, 255, .7);
    position: fixed;
    z-index: 2;
    bottom: 0;
    right: 0;
    overflow-x: hidden;
    transition: .5s;
    width: 100%;
    height: 100px;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#club-fixed-area.close {
    width: 0;
    overflow-x: hidden;
    z-index: 2;
    position: fixed;
    bottom: 0;
    right: 0;
}

#club-fixed-area.active {
    opacity: 1;
}

.club-fixed-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.club-fixed-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.club-fixed-txt p {
    margin: 0;
    line-height: 1.4;
}

.club-fixed-btn {
    margin: 0 30px;
}

.club-fixed-btn a,
.club-signup-btn a {
    display: inline-block;
    position: relative;
    padding: 20px 40px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(to bottom, #d1a41d, #c59322);
    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: .1em;
}

.club-signup-btn a {
    padding: 30px 100px;
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
}

.club-fixed-btn a::after,
.club-signup-btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 7%;
    left: 1%;
    width: 98%;
    height: 86%;
    border: 2px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
}

.club-signup-btn a::after {
    left: 2%;
    width: 96%;
}

.club-fixed-btn a:hover,
.club-signup-btn a:hover {
    background: linear-gradient(to bottom, #c59322, #d1a41d);
    opacity: .8;
}

.club-signup-wrap {
    text-align: center;
}

.club-signup-wrap {
    margin: 0 0 60px;
}

.club-signup-btn {
    margin: 0 0 30px;
}

.club-lp-heading2 {
    border: 2px solid #000;
    border-image: linear-gradient(to right, #ffc34a, #ffe573, #ffc34a);
    border-image-slice: 1;
    border-right: none;
    border-left: none;
    margin-bottom: 40px;
}

.club-lp-heading2 span {
    background: linear-gradient(to right, #ffc34a, #ffe573, #ffc34a);
    font-size: 18px;
    letter-spacing: .3em;
    color: #000;
    text-align: center;
    padding: 5px;
    margin: 2px 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
}

.club-lp-heading3 {
    text-align: center;
    color: #000;
    font-size: 26px;
}

.club-lp-heading4 {
    color: #004ea2;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
}

p.center {
    text-align: center;
    line-height: 1.6;
    color: #000;
    margin: 0 0 40px;
}

section.club-lp-contents {
    margin: 40px 0 60px;
}

.club-lp-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
}

.club-lp-box1 {
    width: 38%;
}

.club-lp-box2 {
    width: 59%;
}

.club-lp-box3 {
    width: 48.5%;
}

#premium4 .club-lp-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#premium4 .club-lp-box3 {
    width: 58%;
}

.club-lp-wrap p {
    line-height: 1.6;
    font-size: 14px;
}

.club-lp-contents-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto 4%;
    padding: 0 0 4%;
    border-bottom: 1px solid #666;
}

.club-lp-contents-wrap:last-child {
    border-bottom: none;
}

.club-lp-contents-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 30%;
}

.club-lp-contents-txt,
.club-lp-contents-img {
    width: 100%;
}

.club-lp-contents-img {
    margin-top: auto;
}

.club-lp-contents-txt p {
    font-size: 14px;
    line-height: 1.6;
}

.club-lp-contents-txt h4 {
    text-align: center;
    height: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 640px) {
    .club-lp {
        width: 100%;
    }

    .club-cnt-wrap {
        padding: 0 10px;
    }

    .club-fixed-txt p br {
        display: none;
    }

    .club-fixed-btn a,
    .club-signup-btn a {
        padding: 15px 20px;
    }

    .club-fixed-btn a {
        padding: 15px 20px;
        font-size: 16px;
    }

    .club-signup-btn a {
        padding: 20px 30px;
        font-size: 22px;
    }

    section.club-lp-contents {
        margin: 20px 0 30px;
    }

    .club-lp-heading2 {
        margin: 0;
    }

    .club-lp-heading2 span {
        font-size: 14px;
    }

    .club-lp-heading3 {
        font-size: 20px;
    }

    .club-lp-box2 .club-lp-heading4 {
        margin: 20px 0 0;
        font-size: 16px;
    }

    .club-lp-contents-txt h4 {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: auto;
        font-size: 16px;
    }

    p.center {
        margin: 0 0 20px;
    }

    .club-lp-box1,
    .club-lp-box2,
    .club-lp-box3 {
        width: 100%;
    }

    .club-lp-contents-wrap {
        border: none;
        margin: 0 auto;
        padding: 0;
    }

    .club-lp-contents-box {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin: 0 0 20px;
    }

    .club-lp-contents-txt,
    .club-lp-contents-img {
        width: 49%;
    }

    .club-lp-contents-img {
        margin: 0;
    }
}


.club-lp-contents-wrap4box .club-lp-contents-box {
    width: 23%;
}

@media only screen and (max-width: 640px) {
    .club-lp-contents-wrap4box .club-lp-contents-box {
        width: 100%;
    }
}

span.new-icon {
    background-color: red;
    color: #fff;
    padding: 1px 20px;
    font-size: 14px;
}

.club-lp-contents-txt h4 {
    flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
    .club-lp-contents-box a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}