.sp {
    display: none !important;
}

.col1_,
#event-contents-wrapper,
.contents,
#event-contents {
    width: auto;
}

div#members {
    background: #f5f4f0;
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "YuGothic M", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
    color: #333;
    overflow: hidden;
    padding-bottom: 30px;
    min-width: 1200px;
}

div#members .mainvisual {
    background-color: #FFFFFF;
    padding: 50px;
    align-items: center;
    justify-content: center;
}

div#members .mainvisual h1 {
    padding: 0px;
    margin: 0px;
}

div#members .mainvisual img {
    height: 525px;
    margin: auto;
    margin-bottom: 30px;
}

div#members .mainvisual p {
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.012em;
}

.block_attention {
    margin: 30px auto 0;
    padding: 30px;
    border-radius: 20px;
    background: #f8edec;
    width: 600px;
}

div#members .block_attention h2 {
    color: #C9002B !important;
}

div#members .block_attention p b {
    font-weight: bold;
    font-size: 16px;
}

div#members .block_attention p {
    font-size: 14px;
}

div#members .block_attention .btn_check {
    width: 345px;
    margin: 0 auto;
}

div#members .block_attention .btn_check a {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    background-color: #3C3C3C;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #3C3C3C;
    transition: background-color 0.3s ease;
}

div#members .block_attention .btn_check a:hover {
    background-color: #004d3c;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
    padding: 20px 0;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    border-radius: 8px;
    transition: opacity 0.3s;
}

.btn:hover {
    opacity: 0.8;
}

.btn-register {
    background-color: #DEDACD;
    color: #006450;
    width: 345px;
}

.btn-login {
    background-color: #006450;
    color: #FFFFFF;
    width: 345px;
}


.socialgiftcampaign-bnr {
    margin: 0 0 75px;
    text-align: center;
}

.socialgiftcampaign-bnr:hover {
    opacity: 0.8;
}

div#members h1 {
    position: static;
    z-index: 1;
}

div#members .members-main-contents {
    margin: auto;
}

.inner-wrap {
    max-width: 1200px;
    margin: auto;
}

div#members h2 {
    font-family: 'Century Gothic', sans-serif;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    color: #006B50;
    letter-spacing: 0.05em;
    margin: 0;
    text-align: center;
}

div#members h2 img {
    display: block;
    margin: 0 auto 20px;
}

div#members ul {
    list-style: none;
    margin-top: 45px;
    padding: 0;
}

/*-- SPECIAL --*/
#special {
    padding: 100px 0;
}

#special .inner-wrap {
    max-width: 1012px;
    margin: 0 auto;
    padding: 0 15px;
}

#special .section-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #006B50;
    margin-bottom: 10px;
}

#special .section-subtitle {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: center;
}

#special .special-boxes {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

#special .box {
    width: 231px;
    height: 231px;
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#special .box img {
    max-height: 90px;
    height: auto;
    margin-bottom: 20px;
}

#special .box p {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

#special .box p span {
    color: #006B50;
}


/*-- ANCHOR NAVI --*/
.anchor-navi {
    width: 100%;
    background-color: #006450;
    padding: 20px 0
}

.anchor-navi .inner-wrap {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.anchor-navi .navi-menu {
    display: flex;
    width: 655px;
    justify-content: space-between;
}

.anchor-navi .navi-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
    padding-right: 30px;
}

.anchor-navi .navi-text {
    white-space: nowrap;
    color: #FFFFFF !important;
}

.anchor-navi .navi-item::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url('/img/usr/freepage/members/arrow_down.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 16px;
}


/*-- STAGE --*/
#stage {
    padding: 100px 0;
    background-color: #FFFFFF;
}

#stage .inner-wrap {
    max-width: 1012px;
    margin: 0 auto;
    padding: 0 15px;
}

#stage .section-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #006B50;
    margin-bottom: 10px;
}

#stage .section-subtitle {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: center;
}

#stage .member-table {
    width: 765px;
    border-collapse: collapse;
    margin: 40px auto 10px;
    font-size: 14px;
    color: #333;
    table-layout: fixed;
}

#stage .member-table th,
#stage .member-table td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
    /* height: 60px; */
}

#stage .member-table thead th {
    text-align: center;
    border-bottom: none;
}

#stage .member-table th:first-child {
    background-color: #FFFFFF;
    border-right: none;
}

#stage .stage-header {
    /* width: 118.333px; */
    padding-top: 20px !important;
    position: relative;
    border-right: none !important;
    border-left: none !important;
}

#stage .stage-icon {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 40px;
}

#stage .stage-icon img {
    height: 40px;
    width: auto;
    display: block;
    margin: 0 auto;
}

#stage .stage-info {
    line-height: 1.3;
}

#stage .stage-name {
    font-weight: bold;
    margin: 0 0 5px 0;
}

#stage .stage-condition {
    padding-top: 40px;
    font-size: 12px;
    margin: 0;
    color: #FFFFFF !important;
}

#stage .stage-condition span {
    color: #FFFFFF !important;
    font-size: 16px;
}

#stage .green-stage {
    background-color: #E6F3E5;
    color: #006450;
}

#stage th.green-stage {
    background-color: #63A27C;
}

#stage .silver-stage {
    background-color: #F0F0F0;
    color: #888888;
}

#stage th.silver-stage {
    background-color: #9B9B9B;
}

#stage .gold-stage {
    background-color: #FFF6E5;
    color: #C0A06D;
}

#stage th.gold-stage {
    background-color: #D6B657;
}

#stage .feature-header {
    width: 400px;
    padding: 0 !important;
    text-align: left;
    height: 100px;
}

#stage .feature-cell {
    width: 410px;
    text-align: left;
    background-color: #F6F6F6;
    border-left: none;
    border-right: none;
    padding: 12px 15px !important;
    line-height: 1.5;
}

#stage .feature-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#stage .feature-tags {
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

#stage .feature-tags .tag {
    vertical-align: middle;
}

#stage .benefit-cell {
    width: 118.333px;
    text-align: center;
    border-right: none;
    border-left: none;
}

#stage .green-stage-cell {
    background-color: #E4F0D6;
}

#stage .silver-stage-cell {
    background-color: #E8E8E8;
}

#stage .gold-stage-cell {
    background-color: #FCF4DB;
}

#stage .feature-name {}

#stage .feature-name span {
    display: block;
    font-size: 11px;
}

#stage .feature-tags {
    margin: 5px 0 0;
}

#stage .tag {
    display: inline-block;
    font-size: 10px;
    color: #FFFFFF;
    padding: 4px 6px;
    margin-right: 4px;
    border-radius: 2px;
}

#stage .living {
    background-color: #B29D6C;
}

#stage .tearoom {
    background-color: #97A868;
}

#stage .online {
    background-color: #4D877B;
}

#stage .circle-mark,
.circle-mark-light {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

#stage .circle-mark {
    border: 3px solid #63A27C;
}

#stage .circle-mark-light {
    border: 3px solid #9B9B9B;
}

#stage .gold-stage-cell .circle-mark-light {
    border: 3px solid #D6B657;
}

#stage .no-benefit {
    background-color: #FFFFFF !important;
}

#stage .note {
    width: 765px;
    margin: auto;
}
#stage .note li {
    width: 765px;
    font-size: 12px;
    text-align: left;
    line-height: 1.9;
}



/*-- POINT --*/
#point {
    padding: 100px 0;
    background-color: #FFFFFF;
}

#point .inner-wrap {
    max-width: 1012px;
    margin: 0 auto;
    padding: 0 15px;
}

#point .section-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #006B50;
    margin-bottom: 10px;
}

#point .section-subtitle {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: center;
}

#point {
    padding: 60px 0;
    text-align: center;
}

#point .inner-wrap {
    max-width: 1012px;
    margin: 0 auto;
    padding: 0 15px;
}

#point .point-header {
    font-size: 18px;
    font-weight: bold;
    color: #006450;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    margin-bottom: 50px;
    line-height: 1.5;
}

#point .point-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 23px;
    background-image: url('/img/usr/freepage/members/hgh_left.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

#point .point-header::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 23px;
    background-image: url('/img/usr/freepage/members/hgh_right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

#point .point-icons {
    display: flex;
    justify-content: space-between;
    width: 555px;
    margin: 0 auto;
}

#point .point-item {
    width: 180px;
    /* 540px / 3 = 180px */
    text-align: center;
}

#point .point-item img {
    height: 66px;
    width: auto;
    display: block;
    margin: 0 auto 15px;
}

#point .point-item p {
    font-size: 18px;
    margin: 0;
    color: inherit;
    font-weight: bold;
}

#point-detail {
    padding: 20px 0 60px;
    text-align: center;
}

#point-detail .inner-wrap {
    max-width: 1012px;
    margin: 0 auto;
    padding: 0 15px;
}

#point .point-box {
    width: 583px;
    margin: 20px auto;
    padding: 30px 40px;
    border: 3px solid #006450;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: white;
}

#point .point-info {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 40px 0;
    color: #333;
}

#point .point-info strong {
    font-weight: bold;
}

#point .point-image {
    width: auto;
    height: 130px;
    display: block;
    margin: 0px auto 0px;
}
#point .point-note {
    width: 583px;
    margin: 0 auto;
}
#point .point-note li {
    font-size: 12px;
    line-height: 2.0;
    color: #666;
    text-align: left;
}

/*-- REGISTER --*/
#register {
    padding: 100px 0;
    background-color: #F5F4F0;
}

#register .inner-wrap {
    max-width: 1012px;
    margin: 0 auto;
    padding: 0 15px;
}

#register .section-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #006B50;
    margin-bottom: 10px;
}

#register .section-subtitle {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: center;
}

#register {
    padding-bottom: 60px;
}

#register .header-wrap {
    width: 100%;
    background-color: #006B50;
    padding: 15px 0;
    margin-bottom: 50px;
}

#register .section-header {
    width: 1200px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 0 15px;
    box-sizing: border-box;
}

#register .inner-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

#register .slide-item {
    width: 390px;
    text-align: center;
}

#register .slide-item img {
    height: 420px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
    border-radius: 8px;
}

#register .slide-item.last {
    width: 308px;
}

#register .slide-item.last img {
    width: auto;
    height: 475px;
}

#register .step-info {
    text-align: left;
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#register .step-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-family: "Cochin LT Pro", Cochin, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #006450;
    border-radius: 50%;
    margin-right: 8px;
    padding-top: 6px;
    box-sizing: border-box;
}

#register .newmenber .step-number {
    margin-left: 0px;
}

#register .step-text {
    white-space: nowrap;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 3px 0 5px 0;
}

#register .step-detail {
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
    color: #666;
    margin: 0;
}

#register .step-detail-list {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

#register .step-detail-list li{
    width: calc((100% - 15px) / 2);
}

#register .step-detail-list li img{
    width: auto;
    height: 40px;
}

#register .step-detail span {
    padding-top: 5px;
    display: inline-block;
    font-size: 11px;
}

#register .step-detail .red {
    color:#F00;
    font-size: 14px;
}


#register .slick-list {
    margin: 0 -50px;
    padding: 0 !important;
    /*
	overflow-x: scroll;
	overflow-y: hidden;
	*/
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
}

#register .slick-list::-webkit-scrollbar {
    display: none;
}

#register .slick-slide {
    padding: 0 50px;
}

#register .slick-slide {
    float: left !important;
    display: block !important;
    height: auto !important;
    min-height: unset !important;
    padding: 0px 25px !important;
}

#register .slick-list {
    margin: 0px -50px;
    padding: 0 !important;
}

#register .slide-item {
    width: 300px;
    text-align: center;
}

.slider-container.updater,
.slider-container.newmenber {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding-bottom: 0px;
    cursor: grab;
    margin-bottom:20px;
    padding-bottom: 20px;
}
.slider-container.active {
    cursor: grabbing;
}
.slider-container .slide-item {
    flex: 0 0 auto !important;
    width: auto !important;
    display: block !important;
    margin: 0 !important;
}
.slider-container .slick-dots,
.slider-container .slick-arrow,
.slider-container .slick-list::after,
.slider-container .slick-list::before {
    display: none !important;
}
.slider-container::-webkit-scrollbar {
    height: 8px;
}
.slider-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.slider-container::-webkit-scrollbar-thumb {
    background: #006450;
    border-radius: 10px;
}
.slider-container::-webkit-scrollbar-thumb:hover {
    background: #004d3e;
}


/*-- FAQ --*/
#faq-navi-container {
    max-width: 1200px;
    margin: 40px auto 80px;
}

#faq-navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#faq-navi .navi-block {
    width: 285px;
    height: 50px;
    background-color: #006B50;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
    transition: opacity 0.3s;
}

#faq-navi .navi-block:hover {
    opacity: 0.8;
}

#faq-navi .navi-text {
    position: relative;
    padding-right: 25px;
    white-space: nowrap;
    color: #FFFFFF;
}

#faq-navi .navi-text::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url('/img/usr/freepage/members/arrow_down.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#faq {
    padding: 0;
    color: #3c3c3c;
    background: #fff;
    padding: 116px 0;
}

#faq .inner-wrap {
    text-align: center;
}

#faq .sec_ttl {
    text-align: left;
}

#faq .main_ttl {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
}

#faq .sec_ttl {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 7px;
    margin: 0;
}

#faq .faq_list {
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    font-size: 16px;
    margin: 0 0 60px;
    padding: 0;
}

#faq .faq_list li {
    border-bottom: 1px solid #C8C8C8;
    text-align: left;
}

#faq .faq_list li:last-child {
    border: none;
}

#faq .q_box {
    padding: 15px 20px;
    position: relative;
    background: url(/img/usr/event/members/img/icon_arrow_under.png)no-repeat 97% center;
}

#faq .q_box.active {
    background: url(/img/usr/event/members/img/icon_arrow_over.png)no-repeat 97% center;
}

#faq .q_box:hover {
    cursor: pointer;
    opacity: .7;
}

#faq .q_box p {
    position: relative;
    padding: 0 0 0 2em;
    margin: 0;
    line-height: 1.6;
    font-size: 16px !important;
}

#faq .q_box p:before {
    content: "Q.";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #777777;
}

#faq .a_box {
    display: none;
    padding: 15px 20px;
    padding-right: 50px;
    border-top: 1px solid #C8C8C8;
    color: #3c3c3c;
    position: relative;
    background: rgba(173, 173, 173, 0.2);
}

#faq .a_box p {
    position: relative;
    padding: 0 0 0 2em;
    line-height: 1.6;
    font-size: 16px !important;
    margin: 15px 0;
}

#faq .a_box p:before {
    content: "A.";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #006450;
}

#faq .a_box a {
    color: #006450;
    text-decoration: underline;
    font-size: 16px !important;
}

#faq .faq_link .txt {
    font-size: 17px;
    text-align: center;
    margin: 0 0 12px;
}

#faq .faq_link .btn {
    text-align: center;
}

#faq .faq_link .btn a {
    font-size: 20px;
    color: #fff;
    background: #002d5f;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px 80px 17px;
    display: inline-block;
    text-decoration: none;
}

#faq .faq_link .btn a:hover {
    opacity: .7;
}

#faq .btn_guide a {
    display: block;
    width: 300px;
    height: 56px;
    text-align: center;
    color: #fff;
    font-size: 15px !important;
    line-height: 56px;
    position: relative;
    margin: 0 auto;
    text-decoration: none;
    background-color: #006450;
}

#faq .btn_guide a::before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 23px;
    right: 23px;
}

#faq .btn_guide a:hover {
    opacity: 0.8;
}

#register .slider-container .slick-dots {
    position: static;
    display: block;
    width: auto;
    margin: 20px auto 0;
    text-align: center;
}

#register .slider-container .slick-dots li {
    display: inline-block;
    float: none;
    margin: 0 6px;
}

#register .slider-container .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    background: #ccc;
}

#register .slider-container .slick-dots li.slick-active button {
    background: #006450;
}

#register .slider-container .slick-dots li button {
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}

#register .slider-container .slick-dots li button:before {
    content: "";
}

#register .slider-container .slick-dots li {
    border: none;
}

div#members .btn_kiyaku {
    background-color:#FFFFFF;
    padding-top:30px;
}
div#members .btn_kiyaku a {
    width: 480px;
    margin:auto;
    height: 50px;
    background-color: #006B50;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
    transition: opacity 0.3s;
}
div#members .btn_kiyaku a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url('/img/usr/freepage/members/arrow_down.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right:15px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}
div#members .btn_kiyaku a:hover {
    opacity: 0.8;
}