@charset "utf-8";

/* SMBCライン
--------------------------------------------------------- */
/* ------ smbcLine  ----- */
#smbcLine{
    background-color: #1a4832;
    border-bottom: 5px solid #b6ca3f;
}
#smbcLine .smbcGroupWrap {
    width: 1000px;
    margin: 0 auto;
    padding: 13px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#smbcLine .smbcGroupWrap .logoSmbc{

}
#smbcLine .smbcGroupWrap .logoSmbcGroup{
    display: flex;
    align-items: center;
}
@media screen and (max-width:640px) {
    #smbcLine .smbcGroupWrap {
        width: 100%;
        padding: 2.67vw;
    }
}
/*---------------------------------*/
/*共通*/
/*---------------------------------*/
a{
    transition: .5s;
}
a:hover{
    color: #0A8664;
}
img{
    max-width: 100%;
}

.btn{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3aae89+0,347c65+100 */
    background: #fff;
    color: #0A8664;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 5px 30px;
    transition: 0.2s;
    position: relative;
    z-index: 10;
}
.btn::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    display: block;
    z-index: -1;
    transition: .5s;
    background: #0A8664;
}
.btn:hover::before{
    width: 100%;
    background: #246852;
}

.btn + .btn{
    margin-left: 35px;
}

.btn_box{
    display: flex;
    justify-content: center;
}

.btn_box .btn{
    width: 320px;
    height: 64px;
    font-size: 18px;
    border-radius: 2px;
    transition: .5s;
    z-index: 10;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_box .btn.green:before{
    background: #246852;
}
.btn_box .btn.white:before{
    background: #0A8664;
}
.btn_box .btn.green{
    background: #0A8664;
    color: #fff;
}
.btn_box .btn.white{
    background: #fff;
    color: #0A8664;
}
.btn_box .btn.transparent{
    color: #0A8664;
    background: rgba(0,0,0,0);
    border: 2px solid #0A8664;
}
.btn_box .btn:hover{
    background: #0A8664;
    color: #fff;
}
.btn_box .btn.transparent{
    border: 2px solid #246852;
}
.btn_box .btn.transparent:hover{
    color: #fff;
}
.btn_box .btn+.btn{
    margin-left: 64px;
}

@media screen and (max-width:640px) {
    .btn{
        padding: 1.6vw 8.0vw;
    }
    .btn_box .btn{
        width: 66.4vw;
        height: 12.8vw;
        font-size: 4.3vw;
    }
}

* + .note-lists{
    margin-top: 15px;
}
.note-lists li{
    position: relative;
    color: #666666;
    font-size: 12px;
    padding-left: 1em;
    line-height: 1.2;
}
.note-lists li::before{
    content: "※";
    position: absolute;
    left: 0;
}
@media screen and (max-width:640px) {
    * + .note-lists{
        margin-top: 4.3vw;
    }
    .note-lists li{
        font-size: 3.2vw;
    }
}
.forPcBlock{
    display: block;
}
.choices_contents_title_pc{
    display: block;
    margin: 0 auto;
}
.forSpBlock{
    display: none;
}
.choices_contents_title_sp{
    display: none;
    margin: 0 auto;
}
@media screen and (max-width:640px) {
    .forPcBlock{
        display: none;
    }
    .choices_contents_title_pc{
        display: none;
        margin: 0 auto;
    }
    .forSpBlock{
        display: block;
    }
    .choices_contents_title_sp{
        display: block;
        margin: 0 auto;
    }
}


/*---------------------------------*/
/*main*/
/*---------------------------------*/
.main_section.section_recomend-card{
    overflow: hidden;
}
.main_section.section_choices{
    overflow: hidden;
}

.main_section h2{
    position: relative;
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin: 0 auto 64px;
    font-weight: bold;
    line-height: 1.625;
}
.main_section.section_for_members h2{
    margin: 0 auto 54px;
}
.main_section.section_recomend-card h2{
    margin: 0 auto 12px;
}
.main_section.section_choices h2{
    margin: 0 auto 48px;
}
.main_section.section_information h2{
    margin: 0 auto 29px;
}
.main_section.section_business h2{
    margin: 0 auto 54px;
}
@media screen and (max-width:640px) {
    .main_section h2{
        line-height: 1.2;
        font-size: 7.5vw;
        margin: 0 auto 10.667vw;
    }
    .main_section.section_recomend-card h2{
        width: 49.6vw;
        margin: 0 auto 10.667vw;
    }
    .main_section.section_choose-card h2{
        width: 58.107vw;
    }
    .main_section.section_choices h2{
        width: 71.435vw;
        margin: 0 auto 10.667vw;
    }
    .main_section.section_for_members h2{
        width: 57.792vw;
        margin: 0 auto 10.667vw;
    }
    .main_section.section_business h2{
        width: 65.176vw;
        margin: 0 auto 10.667vw;
    }
    .main_section.section_information h2{
        width: 62.923vw;
        margin: 0 auto 10.667vw;
    }
}

.lead__text{
    text-align: center;
    font-size: 16px;
    line-height: 2.5;
    margin-bottom: 72px;
}
@media screen and (max-width:640px) {
    .lead__text{
        font-size: 3.7vw;
        margin-bottom: 8.0vw;
    }
}

a:hover{
    text-decoration: none;
    color: #0A8664;
}
a:visited{
    color: #1A4832;
}
a[class*="blank_link"]{
    position: relative;
    padding-right: calc(8px + 1em);
}
span.blank_link_b:after,
span.blank_link_w:after,
span.blank_link_g:after{
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}
span.blank_link_b:after{
    background: url(/top_assets/img/ico_blank01.png) no-repeat;
    background-size: 100% auto;
}
span.blank_link_w:after{
    background: url(/top_assets/img/ico_blank02.png) no-repeat;
    background-size: 100% auto;
}
span.blank_link_g:after{
    background: url(/top_assets/img/icon_link_blank_g.png) no-repeat;
    background-size: 100% auto;
}
.fadein,.fade_item01,.fade_item02,.fade_item03 {
    opacity : 0;
    transition : all 500ms;
    transform : translate(0, 100px);
}
.fadein.fadein-right,.fade_item01.fadein-right,.fade_item02.fadein-right,.fade_item03.fadein-right{
    transform : translate(-100px,0);
}
.fadein.fadein-left,.fade_item01.fadein-left,.fade_item02.fadein-left,.fade_item03.fadein-left{
    transform : translate(100px,0);
}

@media screen and (max-width:640px) {
    .fadein.fadein-left,.fade_item02.fadein-left,.fade_item03.fadein-left{
        transform : translate(100px,0);
    }
    .fadein.fadein-right_sp{
        transform : translate(-100px,0);
    }

}
/* 画面内に入った状態 */
.fadein.scrollin,.fade_item01.scrollin,.fade_item02.scrollin,.fade_item03.scrollin{
    opacity : 1;
    transform : translate(0, 0);
    width: 100%;
    transition: 1s;
}

.choose-card_contents :hover{
    opacity : 1;
    transform : translate(0, -30px);
    transition: 0.5s;
}

.hover-up :hover{
    opacity : 1;
    transform : translate(0, 0px);
    transition: 1s;
}

@media all and (-ms-high-contrast:none){
    .fadein.scrollin,.fade_item01.scrollin,.fade_item02.scrollin,.fade_item03.scrollin{
        transition: .4s;
    }
}

/*------------------------------------------------------------------*/
/*header*/
/*------------------------------------------------------------------*/
.header{
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #cecece;
    min-width: 1000px;
}
.header_inner{
    background: rgba(255,255,255,0.9);
    width: 1000px;
    margin: 0 auto;
    padding: 12px 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 2px;
}
/*---------------------------------*/
.header_logo{
    margin-right: 30px;
    font-size: 0;
}
.header_logo img{
    display: inline-block;
    vertical-align: middle;
    width: 133px;
}
.header_logo:before{
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: middle;
    margin-left: -1px;
}
@media screen and (max-width:640px) {
    .header_logo{
        margin-right: 14.667vw;
        width: 34.933vw;
    }
    .header{
        min-width: auto;
    }
    .header_inner{
        width: 100%;
        margin: 0;
        border-radius: 0;
        position: relative;
        height: 12.8vw;
        padding: 2.133vw 5.333vw;
    }
}
/*---------------------------------*/
.gnavi{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    flex:1 1 auto;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.gnavi .serch_navi{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.gnavi_left_item,.gnavi_right_item{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

.gnavi_item_name{
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    white-space: nowrap;
    color: #000000;
}
.gnavi_item_name.jsActive{
    color: #0A8664;
}

.gnavi_left_item .gnavi_item + .gnavi_item .gnavi_item_name{
    margin-left: 0;
}

.gnavi_left_item .gnavi_item + .gnavi_item.gnavi_join .gnavi_item_name{
    margin-right: 15px;
}
.gnavi_left_item .gnavi_item + .gnavi_item.gnavi_join .gnavi_item_name.corporation_mstore{
    margin-left: 0;
}



.gnavi_item_name:before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
    margin-left: -1px;
}

.gnavi_item_name a{
    text-decoration: none;
    color: #000000;
    transition: .5s;
}
.gnavi_item_name a:hover,.gnavi_item_name a:active{
    color: #0A8664;
}
/*---------------------------------*/

.gnavi_item.gnavi_support{
    margin-left: 24px;
}

/*---------------------------------*/
.gnavi_item.gnavi_vpass{
    margin-left: 12px;
}
.gnavi_vpass .btn{
    height: 32px;
    font-size: 18px;
    width: 136px;
    padding: 0;
    background: #0A8664;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    transition: .5s;
    border: 1px solid #0A8664;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.gnavi_vpass .btn:hover{
    border: 1px solid #246852;
}
.gnavi_vpass .btn:hover::before{
    background: #246852;
}

@media screen and (max-width:640px) {
    .gnavi_vpass .btn{
        width: 27.733vw;
        height: 8.533vw;
        font-size: 3.2vw;
        padding: 0;
    }

    .gnavi_title{
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-top: 10px;
    }

    .pcvisible{
        display: none;
    }
}

@media screen and (min-width:641px) {
    .gnavi_title{
        display: none;
    }

    .spvisible{
        display: none;
    }

    .login{
        border-right: 1px solid #DDDDDD;
        padding-right: 30px;
    }

    .daikin{
        margin-top: 61px;
    }

    .omclink{
        margin-top: 49px;
    }

    .gnavi_item.gnavi_join .gnavi_item_name {
        margin-right: 15px;
        padding-bottom: 16.5px;
        margin-bottom: -16.5px;
        box-sizing: content-box;
    }

    .gnavi_item.gnavi_search .gnavi_item_name {
        margin-right: 15px;
        padding-bottom: 16.5px;
        margin-bottom: -16.5px;
        box-sizing: content-box;
    }
}


/*---------------------------------*/
.gnavi_item.gnavi_search{
    flex: 1 1 auto;
    text-align: right;
    cursor: pointer;
}
.gnavi_search_name.jsActive{
    color: #e59700;
}
.gnavi_search_name{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
}
.gnavi_search_name:hover{
    color: #0A8664;
}

.gnavi_search_name:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/top_assets/img/icon_search.png);
    background-size: cover;
    vertical-align: middle;
    margin-left: 10px;
}
/*---------------------------------*/
.gnavi_bottom-menu{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.05) inset;
    max-height: 0;
    transition: .5s;
    z-index: 3;
    margin-top: 1px;
    border-radius: 0 0 2px 2px;
    max-width: 1000px;
    margin: 0 auto;
}
/*---------------------------------*/
.gnavi-sp_navi{
    display: flex;
    justify-content: flex-start;
}
.gnavi_join .gnavi_item_name{
    transition: 1s;
}
.gnavi_join span{
    position: relative;
    padding-right: calc(8px + 12px);
    transition: .5s;
}
.gnavi_join span::after{
    position: absolute;
    content: "";
    background: url(/top_assets/img/ico_arrow_02.png) no-repeat center/cover;
    width: 12px;
    height: 13px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: rotate(90deg);
}
.gnavi_join .gnavi_item_name.jsActive span::after{
    transform: rotate(-90deg);
}

.gnavi_join .gnavi_item_name,
.gnavi_store .gnavi_item_name,
.gnavi_support .gnavi_item_name{
    position: relative;
    margin-right: 14px;
}

.gnavi_support .gnavi_item_name{
    height: 32px;
    width: 136px;
    margin: 0;
    display: flex;
}
.gnavi_support .gnavi_item_name a{
    color: #0A8664;
    font-weight: bold;
    padding: 6px;
    font-size: 14px;
    border: 1px solid #0A8664;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    transition: .5s;
    position: relative;
    z-index: 10;
    white-space: nowrap;
}
.gnavi_support .gnavi_item_name a::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    display: block;
    z-index: -1;
    transition: .5s;
    background: #0A8664;
}
.gnavi_support .gnavi_item_name a:hover::before{
    width: 100%;
}
.gnavi_support .gnavi_item_name a:hover{
    color: #fff;
    background: #0A8664;
    border: 1px solid #0A8664;
}

.gnavi_join .gnavi_item_name:after,
.gnavi_store .gnavi_item_name:after,
.gnavi_support .gnavi_item_name:after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #0A8664;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    transition: 0.3s;
}
.gnavi_item_name.jsActive{
    color:#246852;
}
/*---------------------------------*/
.gnavi_item_name.jsActive + .gnavi_bottom-menu{
    max-height: 10000px;
    transition: 4s;
    border-radius: 0 0 2px 2px;
    max-width: 1000px;
    margin: 0 auto;
}
.gnavi_item .gnavi_bottom-menu_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    padding: 0;
    padding: 45px 80px;
}
.gnavi_item.gnavi_search .gnavi_bottom-menu_inner{
    margin: 16px;
    padding: 0;
}

/*---------------------------------*/
.gnavi_link-item_wrap{
    width: 248px;
}
.gnavi_link-item_wrap.individual{
    
}
.gnavi_link-item_wrap.designated{

}
.gnavi_link-item_wrap.corporation{

}
.gnavi_link-item_wrap .gnavi_link-title{
    padding-bottom: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    padding-left: 28px;
    position: relative;
}
.gnavi_link-item_wrap .gnavi_link-title::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 4px;
    width: 20px;
    height: 20px;
}
.gnavi_link-item_wrap.individual .gnavi_link-title::before{
    background: url(/top_assets/img/icon_individual.png) no-repeat center/cover;
}
.gnavi_link-item_wrap.designated .gnavi_link-title::before{
    background: url(/top_assets/img/icon_designated.png) no-repeat center/cover;
}
.gnavi_link-item_wrap.corporation .gnavi_link-title::before{
    background: url(/top_assets/img/icon_beginner.png) no-repeat center/cover;
}
.gnavi_link-item_wrap.store .gnavi_link-title::before{
    background: url(/top_assets/img/icon_store.png) no-repeat center/cover;
}
.gnavi_link-item_wrap.lock .gnavi_link-title::before{
    background: url(/top_assets/img/icon_lock.png) no-repeat center/cover;
}
.gnavi_link-items{
    width: 100%;
    margin: 0 auto;
}

.gnavi_link-items li + li{
    margin-top: 29px;
}
.gnavi_link-items a{
    display: block;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    position: relative;
}
.gnavi_link-items a:hover{
    color: #0A8664;
}
.gnavi_link-items a:before{
    content: "";
    width: 12px;
    height: 13px;
    background: url(/top_assets/img/ico_arrow_02.png) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0px;
}
.gnavi_link-items a.link_blank:before{
    width: 12px;
    height: 12px;
    background: url(/top_assets/img/icon_link_blank_g.png) no-repeat center/cover;
}

/*---------------------------------*/


.gnavi_search input[type="text"]{
    flex: 1 1 auto;
    border-radius: 2px;
    border: 1px solid #DDDDDD;
    background: #F5F5F5;
    font-size: 18px;
    padding: 0 12px;
    margin-right: 12px;
}
.gnavi_search input[type="text"]::placeholder{
    color: rgba(0,0,0,0.3);
}
.gnavi_search input[type="text"]:focus{
    outline: none;
    border: 1px solid #e59700;
    background: #fff;
    color: #000;
}

.gnavi_search button[type="submit"].btn{
    height: 40px;
    width: 80px;
    background: #0A8664;
    border-radius: 2px;
    color: #fff;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    transition: .5s;
    border: none;
}
.gnavi .gloval_nav_btn{
    display: none;
}
.gnavi .serch_navi form{
    display: none;
}


.gnavi .toggle{
    display: none;
}
.gnavi_join span.toggle_btn::after{
    display: none;
}




@media screen and (max-width:640px) {
    .gnavi{
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .gnavi .gnavi_right_item{
        /* display: none; */
    }
    .gnavi .gnavi_item.gnavi_search{
        display: none;
    }
    .gnavi .gnavi_item.gnavi_support{
        display: none;
    }
    .gnavi .gnavi_item.gnavi_vpass{
        margin-left: 0;
        margin-right: 3.2vw;
    }
    .gnavi .gloval_nav_btn{
        cursor: pointer;
        height: 6.933vw;
        display: flex;
        align-items: center;
    }
    .gnavi .gloval_nav_btn .btn_Menu{
        position: relative;
        text-align: center;
        top: -1.867vw;
    }
    .gnavi .gloval_nav_btn .btn_Menu .itemMenu{
        position: relative;
        top: 0px;
        left: 0;
        float: right;
        width: 7.467vw;
        height: 2px;
        background: #0A8664;
    }
    .gnavi .gloval_nav_btn .btn_Menu .itemMenu::before,.gnavi .gloval_nav_btn .btn_Menu .itemMenu::after{
        content: '';
        position: absolute;
        float: right;
        width: 7.467vw;
        height: 2px;
        background: #0A8664;
    }
    .gnavi .gloval_nav_btn .btn_Menu .itemMenu::before{
        top: 1.867vw;
        left: 0;
    }
    .gnavi .gloval_nav_btn .btn_Menu .itemMenu::after{
        top: 3.733vw;
        left: 0;
    }
    
    .gnavi .serch_navi{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background-color: #ffffff;
        position: fixed;
        overflow-y: scroll;
        flex-direction: column;
        top: 0;
        left: 0;
        z-index: 999;
        display: none;
    }
    .gnavi #search{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 5.333vw;
        padding: 3.2vw 0;
        position: relative;
    }
    .gnavi #search li:first-child{
        text-align: left;
        position: relative;
        width: 100%;
    }
    .gnavi #search li{
        background: none;
        padding: 0;
        margin: 0;
        height: auto;
    }
    .gnavi #search input[type=text]{
        height: 10.667vw;
        width: 100%;
        border: solid 1px #DDDDDD;
        -webkit-appearance: none;
        border-radius: 5px;
        padding: 2.933vw 11.733vw 2.933vw 3.2vw;
        background: #F5F5F5;
        font-size: 3.733vw;
    }
    .gnavi #search button{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 8.533vw;
        color: #cecece;
        border: none;
        font-size: 20px;
        padding: 0;
        background: transparent;
    }
    .gnavi_search input[type="text"]:hover{
        border: 1px solid #e59700;
    }
    .gnavi #search button:after{
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto auto;
        width: 5.333vw;
        height: 5.333vw;
        background: url(/top_assets/img/icon_search.png) no-repeat center/cover;
    }
    .gnavi #search li .sub_close{
        display: inline-block;
        width: 8.533vw;
        height: 8.533vw;
        cursor: pointer;
        vertical-align: bottom;
        margin-left: 2.933vw;
    }
    .gnavi #search li .sub_close::before, .gnavi #search li .sub_close::after{
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 0;
        width: 6.933vw;
        height: 2px;
        background: #0A8664;
    }
    .gnavi #search li .sub_close::before{
        transform: rotate(-45deg);
    }
    .gnavi #search li .sub_close::after{
        transform: rotate(45deg);
    }

    .gnavi .serch_navi form{
        display: block;
    }
    .gnavi .gnavi-sp_navi{
        flex-direction: column;
        padding: 8px 5.33vw 6.4vw;
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.05) inset;
    }
    .gnavi .gnavi-sp_navi .gnavi_item_name{
        display: none;
    }
    .gnavi .gnavi-sp_navi .gnavi_kamei .gnavi_item_name{
        display: flex;
        margin-left: 0;
        position: relative;
    }
    .gnavi .gnavi-sp_navi .gnavi_kamei .gnavi_item_name a{
        display: block;
        width: 100%;
        padding: 4.8vw 0 4.8vw 11.733vw;
        margin: 0;
        font-size: 4.267vw;
        color: #333333;
        border-bottom: 1px solid #F5F5F5;
        position: relative;
    }
    .gnavi_link-item_wrap .gnavi_link-title::before{
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        top: 5vw;
        width: 20px;
        height: 20px;
    }
    .gnavi .gnavi-sp_navi .gnavi_kamei .gnavi_item_name a::before{
        content: "";
        background: url(/top_assets/img/icon_store.png) no-repeat center/cover;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 0;
        width: 8.533vw;
        height: 8.533vw;
    }
    .gnavi .gnavi-sp_navi .gnavi_kamei .gnavi_item_name a:after{
        content: "";
        background: url(/top_assets/img/ico_arrow_02.png) no-repeat center/cover;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 0px;
        width: 4.267vw;
        height: 4.267vw;
    }
    .gnavi .gnavi-sp_navi .gnavi_vpass_member{
        margin-top: 6.4vw;
    }
    .gnavi .gnavi-sp_navi .gnavi_vpass_member .gnavi_item_name{
        display: flex;
        margin-left: 0;
        position: relative;
    }
    .gnavi .gnavi-sp_navi .gnavi_vpass_member .gnavi_item_name::before{
        content: "";
        background: url(/top_assets/img/icon_member_sp.png) no-repeat center/cover;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 3.2vw;
        width: 12.8vw;
        height: 12.8vw;
        z-index: 11;
    }
    .gnavi .gnavi-sp_navi .gnavi_vpass_member .gnavi_item_name a{
        display: block;
        width: 100%;
        padding: 3.2vw 3.2vw 3.2vw 19.2vw;
        background: #0A8664;
        margin: 0;
        font-size: 4.267vw;
        color: #fff;
        border-bottom: 1px solid #F5F5F5;
        position: relative;
        border-radius: 2px;
        z-index: 10;
    }
    .gnavi .gnavi-sp_navi .gnavi_vpass_member .gnavi_item_name a span{
        font-size: 3.2vw;
        display: block;
        font-weight: normal;
        margin-top: 1.6vw;
        line-height: 1.3;
    }
    .gnavi .gnavi-sp_navi .gnavi_vpass_member .gnavi_item_name a:before{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0;
        display: block;
        z-index: -1;
        transition: .5s;
        background: #246852;
    }
    .gnavi .gnavi-sp_navi .gnavi_vpass_member .gnavi_item_name a:hover:before{
        width: 100%;
    }
    .gnavi .gnavi-sp_navi .gnavi_vpass_member .gnavi_item_name a:after{
        content: "";
        background: url(/top_assets/img/ico_arrow_02_white.png) no-repeat center/cover;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 4.267vw;
        width: 4.267vw;
        height: 4.267vw;
    }
    .gnavi .gnavi-sp_navi .gnavi_bottom-menu{
        position: static;
        overflow: visible;
        max-height: none;
        margin-top: 0;
        box-shadow: none;
    }
    .gnavi .gnavi-sp_navi .gnavi_item.gnavi_support{
        display: block;
        margin-left: 0;
    }
    .gnavi .gnavi-sp_navi .gnavi_item.gnavi_support .gnavi_item_name{
        display: flex;
        height: auto;
        width: 100%;
        border: none;
        position: relative;
        padding: 0;
        border-bottom: 1px solid #DDDDDD;
    }
    .gnavi .gnavi-sp_navi .gnavi_item.gnavi_support .gnavi_item_name::before{
        width: 8.533vw;
        height: 8.533vw;
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        background: url(/top_assets/img/icon_suport.png) no-repeat center/cover;
    }
    .gnavi .gnavi-sp_navi .gnavi_item.gnavi_support .gnavi_item_name a{
        padding: 4.8vw 0 4.8vw 11.733vw;
        margin: 0;
        font-size: 4.267vw;
        color: #333333;
        border-bottom: 1px solid #DDDDDD;
        width: 100%;
        position: relative;
        border: none;
        justify-content: flex-start;
        transition: .5s;
    }
    .gnavi .gnavi-sp_navi .gnavi_item.gnavi_support .gnavi_item_name a::before{
        content: "";
        width: 4.267vw;
        height: 4.267vw;
        background: url(/top_assets/img/ico_arrow_02.png) no-repeat center/cover;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 0px;
        left: auto;
    }
    .gnavi .gnavi-sp_navi .gnavi_item.gnavi_support .gnavi_item_name a:hover{
        background: none;
        color: #0A8664;
    }
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner{
        padding: 0;
        flex-direction: column;
    }
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-item_wrap{
        width: 100%;
    }

    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-item_wrap .gnavi_link-title{
        width: 100%;
        padding: 4.8vw 0 4.8vw 11.733vw;
        margin: 0;
        color: #333333;
        font-size: 4.267vw;
        border-bottom: 1px solid #DDDDDD;
    }
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-item_wrap .gnavi_link-title::before{
        width: 8.533vw;
        height: 7.433vw;
    }
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-item_wrap .gnavi_link-items li a{
        padding: 4.8vw 0 4.8vw 11.733vw;
        margin: 0;
        font-size: 4.267vw;
        color: #333333;
        border-bottom: 1px solid #DDDDDD;
        transition: .5s;
    }
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-item_wrap .gnavi_link-items li a:hover{
        color: #0A8664;
    }
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-item_wrap .gnavi_link-items a:before{
        width: 4.267vw;
        height: 4.267vw;
    }
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-item_wrap .gnavi_link-items li + li{
        margin-top: 0;
    }

    .gnavi #search input[type=text]:focus{
        border:solid 2px #e59700;
        padding-left: 10.5px;
    }

    .gnavi #search input[type=text]:focus-visible{
        border:solid 2px #e59700 !important;
    }

    :focus-visible {
        outline: none;
    }



    /**/
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-title_menu{
        width: 100%;
        padding: 4.8vw 0 4.8vw 11.733vw;
        margin: 0;
        font-size: 4.267vw;
        border-bottom: 1px solid #DDDDDD;
        font-weight: bold;
        color: #000;
        position: relative;
    }
    .gnavi_bottom-menu_inner .gnavi_link-title_menu::before {
        background: url(/top_assets/img/icon_individual.png) no-repeat center/cover;
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 8.533vw;
        height: 8.533vw;
    }

    .gnavi_item .individual ,
    .gnavi_item .designated ,
    .gnavi_item .gift {
        height: 0;
        overflow: hidden;
    }
    .gnavi_link-items {
        width: auto;
        background-color: #EDF8F5;
        margin: 0;
    }


    /*開閉時*/
    .gnavi_item .toggle:checked + .Label + .individual ,
    .gnavi_item .toggle:checked + .Label + .individual + .designated ,
    .gnavi_item .toggle:checked + .Label + .individual + .designated + .gift {
        height: auto;
        transition: all 0;
        margin: 0 -5.33vw 0 -5.33vw;
        width: auto;
        background-color: #EDF8F5;
    }
    .gnavi_link-items a:before {
        right: 20px;
    }
    .gnavi_bottom-menu_inner .toggle:checked + .Label > .gnavi_link-title_menu > .toggle_btn::before {
        display:none;
    }

    .gnavi_bottom-menu_inner span.toggle_btn {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: #EDF8F5;
        display: block;
        width: 28px;
        height: 28px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        border-radius: 50%;
    }
    .gnavi_bottom-menu_inner span.toggle_btn:before,
    .gnavi_bottom-menu_inner span.toggle_btn:after {
        display: block;
        content: '';
        background-color: #0A8664;
        position: absolute;
        width: 12px;
        height: 2px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .gnavi_bottom-menu_inner span.toggle_btn:before {
        width: 2px;
        height: 12px;
    }
    .gnavi_bottom-menu_inner span.toggle_btn:after {
        bottom: auto;
    }
    .gnavi_item .corporation .gnavi_link-items ,
    .gnavi_item .store .gnavi_link-items {
        height: 0;
        overflow: hidden;
    }

    .gnavi_item .lock .gnavi_link-items ,
    .gnavi_item .store .gnavi_link-items {
        height: 0;
        overflow: hidden;
    }

    /*開閉時*/
    .gnavi_item .toggle:checked + .Label + .gnavi_link-items {
        height: auto;
        transition: all 0;
        margin: 0 -5.33vw 0 -5.33vw;
    }
    .gnavi_item .toggle:checked + .Label + .gnavi_link-items a:before {
        right: 20px;
    }
    .gnavi_item .toggle:checked + .Label > .gnavi_link-title > .toggle_btn::before {
        display:none;
    }

    .gnavi_item .gnavi_link-items li a{
        position: relative;
    }
    .gnavi_item .gnavi_link-items li a::after{
        position: absolute;
        content: '';
        display: block;
        left: 5%;
        bottom: 0;
        border-bottom: 1px solid #fff;
        width: 90%;
    }
    .gnavi .gnavi-sp_navi .gnavi_item .gnavi_bottom-menu_inner .gnavi_link-item_wrap .gnavi_link-items li a{
        border-bottom: none;
    }

    .gnavi .gnavi-sp_navi .gnavi_item_name.card_loan {
        display: block;
    }
    .gnavi .gnavi-sp_navi .gnavi_item_name.card_loan {
        display: block;
        position: relative;
        padding-left: 11.733vw;
        font-size: 4.267vw;
        padding:4.8vw 0 4.8vw 11.733vw;
        border-bottom: 1px solid #DDDDDD;
    }
    .gnavi .gnavi-sp_navi .gnavi_item_name.card_loan::before {
        background: url(/top_assets/img/icon_loan.png) no-repeat center/cover;
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 8.533vw;
        height: 8.533vw;
    }
    .gnavi .gnavi-sp_navi .gnavi_item_name.card_loan a::before{
        content: "";
        background: url(/top_assets/img/ico_arrow_02.png) no-repeat center/cover;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 0;
        width: 4.267vw;
        height: 4.267vw;
    }

}

/*---------------------------------*/

.fix_header{
    position: fixed;
    top: -100vw;
    left: 0;
    right: 0;
    transition: 0.5s;
    background: #ffffff;
    z-index: 11;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.fix_header.act{
    display: none;
}
@media screen and (max-width:640px) {
    .fix_header.act{
        display: block;
        position: fixed;
        top: 0;
        z-index: 999;
    }
}

/*------------------------------------------------------------------*/
/*section*/
/*------------------------------------------------------------------*/
main{
    min-width: 1000px;
}
@media screen and (max-width:640px) {
    main{
        min-width: auto;
    }
}

.section_wrap_gray{
    background: #efefef;
}
.section_wrap_white{
    background: #ffffff;
}
.section_wrap_gray{
    background: #e8e7e7;
}
.section_wrap_blue-gradation{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,dde5ff+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(221,229,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(221,229,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(221,229,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section_wrap_blue-gradation_2{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,dde5ff+100 */
    background: rgb(221,229,255,1); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(221,229,255,1) 0%, rgba(245,251,254,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(221,229,255,1) 0%,rgba(245,251,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(221,229,255,1) 0%,rgba(245,251,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}



.main_section{
    margin: 0 auto;
}

.main_section.section_kv,
.main_section.section_recomend-card{
    width: 1400px;
}

.main_section_inner{
    width: 100%;
    margin: 0 auto;
    padding: 109px 0 140px;
}
@media screen and (max-width:640px) {
    .main_section_inner{
        max-width: none;
        padding: 18.32vw 5.3vw 17.1vw;
    }
}


/*------------------------------------------------------------------*/
/*kv_slider*/
/*------------------------------------------------------------------*/
*{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.imagewrap{
    position: relative;
    overflow: hidden;
    width: 1400px;
    height: 50vw;
    margin: 0 auto;
}





.imagewrap .swipe{
    z-index: 0;
    position: absolute;
    transform-origin: left top;
    -webkit-font-smoothing: antialiased;
    filter: blur(0);
    transform: rotateZ(15deg);
    top: 0%;
    left: 0%;
}
.imagewrap .swipe .slidecontainer{
    width: 100%;
}
.imagewrap .swipe .slidebox{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
}
.imagewrap .swipe .slidebox.view{
    visibility: visible;
    overflow: hidden;
    z-index: 3;
}
.imagewrap .swipe .slidebox.next{
    visibility: visible;
    z-index: 2;
}
.imagewrap .swipe .slidebox .inner{
    position: absolute;
    width: 100%;
    transform-origin: left top;
    -webkit-font-smoothing: antialiased;
    filter: blur(0);
    transform: rotateZ(-15deg);
}
.slidebox .inner .imgbox{
    display: block;
    width: 100%;
}
.slidebox .inner .imgbox .kv_note{
    user-select: none;
    color: white;
    font-size: 12px;
    line-height: 22px;
    font-weight: 450;
    position: absolute;
    top: 56%;
    left: 13.5%;
    padding-left:1em;
    text-indent:-1em;
}
.slidebox .inner .imgbox .kv_note::before{
    content: "※";
}
.slidebox .inner .imgbox .svgimage{
    z-index: 10;
    height: auto;
}
.slidebox .inner .imgbox .kv_image{
    transform-origin: bottom center;
}
.expansionPlay {
    animation-name: Expansion;
    animation-duration: 5s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
}
@keyframes Expansion{
    0% {
        offset: 0;
        transform: scale3d(1,1,1);
    }
    100% {
        offset: 1;
        transform: scale3d(1.04,1.04,1);
    }
}
.animationPlay {
    animation-name: maskSlideUp;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
}
@keyframes maskSlideUp {
    0% {
        offset: 0;
    }
    100% {
        height: 0;
        offset: 1;
    }
}
.statePause{
    animation-play-state: paused;
}
.stateRunning{
    animation-play-state: running;
}
.is_hidden{
    visibility: hidden;
}
.slide_controller{
    position: absolute;
    display: flex;
    width: 120px;
    left: 13.5%;
    right: 0;
    bottom: 33.8%;
}
.slide_controller .control_btn{
    background-color: rgba(255, 255, 255, .9);
    border-radius: 50%;
    display: block;
    margin-right: 14px;
    width: 12px;
    height: 12px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    transition: .4s;
}
.slide_controller .control_btn:last-child{
    margin-right: 0;
}
.slide_controller .control_btn:hover{
    opacity: .7;
}
.slide_controller .control_btn.is_active{
    background-color: #0a8664;
}
/*svg*/
.vplogo{
    position: absolute;
    width: 25%;
    top: 15%;
    left: 13.5%;
}
.applepay_logo{
    position: absolute;
    width: 25%;
    top: 15%;
    left: 13.5%;
}
.vpoint_svgimage{
    position: absolute;
    width: 72%;
    margin-top: 11.5%;
    margin-left: 13.5%;
}
.applepay_svgimage{
    position: absolute;
    width: 30%;
    margin-top: 15%;
    margin-left: 13.5%;
}
.card_svgimage{
    position: absolute;
    width: 39.75%;
    margin-top: 8.5%;
    margin-left: 4.5%;
}
@media screen and (max-width:640px) {
    .imagewrap{
        width: 100%;
        height: auto;
    }
    .imagewrap .swipe{
        top: -12.8vw;
    }
    .imagewrap .swipe .slidebox,.imagewrap .swipe .next_img{
        top: -12.8vw;
    }
    .slidebox .inner .imgbox .kv_note{
        left: 5%;
        font-size: 11px;
        line-height: 16px;
        top: 74%;
    }
    .slide_controller{
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 10vw;
    }
    .slide_controller .control_btn{
        background-color: rgba(200, 200, 200, .9);
        margin-right: 2.5vw;
        width: 2.5vw;
        height: 2.5vw;
    }
    .vplogo{
        width: 45%;
        top: 25%;
        left: 5%;
    }
    .vpoint_svgimage{
        width: 91%;
        top: 31.5%;
        margin-left: 5%;
    }
    .applepay_logo{
        width: 45%;
        top: 20%;
        left: 5%;
    }
    .applepay_svgimage{
        width: 50%;
        margin-top: 38%;
        margin-left: 5%;
    }
    .card_svgimage{
        width: 74.75%;
        margin-top: 25%;
        margin-left: -11.5%;
    }
}
/*------------------------------------------------------------------*/
/*kv*/
/*------------------------------------------------------------------*/
.section_kv{

}
.section_kv .main_section_inner{
    position: relative;
    padding: 0;
}
.section_kv .main_section_inner .slider{
    position: relative;
    overflow: hidden;
    max-width:1400px;
    min-width: 1000px;
}

.section_kv .main_section_inner .slider .slick-list{
    height: 100%;
}
.section_kv .main_section_inner .slider .slick-track{
    width: 100% !important;
    height: 100%;
    transform: none !important;
}
.section_kv .main_section_inner .slider .slick-track .slick-slide{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.section_kv .main_section_inner .slider .slick-track .slick-slide.first{
    background: url(/top_assets/img/img_kv_01_pc.jpg) no-repeat center/ cover;
}
.section_kv .main_section_inner .slider .slick-track .slick-slide.second{
    background: url(/top_assets/img/img_kv_02_pc.jpg) no-repeat center/ cover;
}
.section_kv .main_section_inner .slider .slick-track .slick-slide.third{
    background: url(/top_assets/img/img_kv_03_pc.jpg) no-repeat center/ cover;
}
.section_kv .main_section_inner .slider .slick-track .slick-slide.fourth{
    background: url(/top_assets/img/img_kv_04_pc.jpg) no-repeat center/ cover;
}
.section_kv .main_section_inner .slider .slick-track .slick-slide.slick-active{
    z-index: 9;
    animation-name: sliderWidth;
    animation-duration: 2s;
}
.section_kv .main_section_inner .slider .slick-track .slick-slide.slick-active.animation{
}
.section_kv .main_section_inner .slider .slick-dots{
    bottom: 0;
}



@media screen and (max-width:640px) {
    .section_kv .kv_items{
        margin-top: -12.8vw;
    }
    .section_kv .main_section_inner .slider{
        height: auto;
        min-width: auto;
    }
}

@keyframes sliderWidth {
    0% {
        width:0;
    }
    100% {
        width:100%;
    }
}

/* 重要なお知らせエリア */
#infomationArea{
    position: absolute;
    top: 70%;
    left: 189px;
}

.gtop_importantAreaWrap .main_section_inner{
    max-width: none;
    padding: 0;
    height: auto;
    background: transparent;
}
.section_important_information .important_information_inner{
    padding: 10px 16px;
    background: rgba(245,245,245,0.8);
    width: 616px;
    border-radius: 2px;
}
.section_important_information li{
    padding-left: 28px;
    line-height: 1.3;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}
.section_important_information li p{
    color: #333333;
}
.section_important_information li a{
    color: #333333;
    text-decoration: none;
}

.section_important_information.top li{
    position:relative;
}

.section_important_information.bottom li{
    background: url(/top_assets/img/ico_info_important_02.png) 0 0 no-repeat;
    background-size: 20px 20px;
    background-position: left center;
}

.section_important_information li + li{
    margin-top: 12px;
    padding-top: 12px;
    border-top: solid 1px #c7c7c7;
}

.section_important_information.top li::after {
    content: "";
    position: absolute;
    background-image: url(/top_assets/img/ico_info_important_01.png);
    top: 50%;
    width: 20px;
    height: 20px;
    left: -5px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.section_important_information.top li+li::after {
    top: calc(50% + 6px);
}


@media screen and (max-width: 1400px){
    .imagewrap,
    .section_kv .main_section_inner,
    .gtop_importantAreaWrap .main_section,
    .main_section.section_kv,
    .main_section.section_recomend-card{
        width: 100%;
    }
    
    #infomationArea{
        left: 13.5%;
    }

}


/* シス開お知らせエリア */
.gtop_importantAreaWrap + #systemInfoArea{
    margin-top: 1px;
    background: none;
}
@media (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape), (min-resolution: 2dppx) and (orientation:landscape) {
    #infomationArea{
        width: 70%;
    }
}
@media screen and (min-width:640px) and (max-width:1200px){
    .section_important_information .important_information_inner{
        width: 72.15%;
    }
}

@media screen and (max-width:640px) {
    #infomationArea{
        position: relative;
        bottom: 0;
        left: 0;
        padding: 0 5.333vw 12.72vw;
        background: #fff;
    }
    .gtop_importantAreaWrap{
        width: 100%;
    }
    .section_important_information .important_information_inner{
        background: #fff;
        padding: 0 0 3.2vw 0;
        border-bottom: 1px solid #DDDDDD;
        width: auto;
    }
    .section_important_information.top li{
        padding-left: 8.533vw;
        background-size: 5.333vw 5.333vw;
        font-size: 3.467vw;
    }
    .section_important_information.top li p{
        color: #333333;
    }
    .section_important_information li{
        font-weight: normal;
        line-height: 1.625;
    }
    .section_important_information li a{
        color: #333333;
    }
    .gtop_importantAreaWrap + #systemInfoArea{
        margin-top: 4.267vw;
    }
}
/*------------------------------------------------------------------*/
/*Vpass ログイン*/
/*------------------------------------------------------------------*/

.Vpass_login{
    padding-top: 40px
}

.Vpass_login_inner{
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    padding: 40px 109px;
    position: relative;
}

.Vpass_login h2{
    text-align: center;
    margin-bottom: 20px;
}
.Vpass_login .btn{
    width: 360px;
    margin-bottom: 20px;
    height: 50px;
}

.Vlass_banner_area{
    margin-top: 20px;
}

.Vpass_login .banner{
    transition: 0.2s;
    display: block;
}

.Vpass_login .banner:hover{
    opacity: 0.7;
    filter: brightness(105%);
}

.Vpass_login .banner img{
    width: 100%;
    display: block;
}


/*------------------------------------------------------------------*/
/*キービジュアル*/
/*------------------------------------------------------------------*/



/*------------------------------------------------------------------*/
/*おすすめカード*/
/*------------------------------------------------------------------*/

.section_recomend-card .main_section_inner{
    padding-top: 1px;
    padding-bottom: 0;
}
@media screen and (max-width:640px) {
    .section_recomend-card .main_section_inner{
        padding-bottom: 0;
    }
}
.recomend-card_item{
    position: relative;
}
.recomend-card_item.platinum_preferred{
    top: -64px;
}

.recomend-card_item .recomend-card_item-inner .item_bg{
    position: absolute;
    width: 0;
    height: 320px;
    top: 59px;
}
.recomend-card_item.classic .recomend-card_item-inner .item_bg{
    background: url(/top_assets/img/bg_classic.png) 0 0 no-repeat;
    background-size: cover;
    left: 460px;
}
.recomend-card_item.classic .recomend-card_item-inner .item_bg.scrollin{
    left: 0px;
    width: 543px;
}
.recomend-card_item.platinum_preferred .recomend-card_item-inner .item_bg{
    background: url(/top_assets/img/bg_platinum_preferred.png) 0 0 no-repeat;
    background-size: cover;
    right: 460px;
}
.recomend-card_item.platinum_preferred .recomend-card_item-inner .item_bg.scrollin{
    left: 0px;
    width: 543px;
}
.recomend-card_item.gold .recomend-card_item-inner .item_bg{
    background: #FDF9E1;
    background: url(/top_assets/img/bg_gold.png) 0 0 no-repeat;
    background-size: cover;
    left: 460px;
}
.recomend-card_item.gold .recomend-card_item-inner .item_bg.scrollin{
    width: 543px;
    right: 0px;
}

.recomend-card_item.gold {
    margin-top: 0px;
    top: -91px;
}

.recomend-card_item.rainbow .recomend-card_item-inner .item_bg{
    content: "";
    background: url(/top_assets/img/bg_olive.png) 0 0 no-repeat;
    background-size: cover;
    right: -183px;
    left: auto;
    
}

.recomend-card_item.rainbow .recomend-card_item-inner .item_bg.scrollin{
    width: 543px;
    right: 0px;
}

.card-text_wrap img{
    width: 200px;
}

.recomend-card_item-inner{
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 360px;
}
.recomend-card_item-inner .item_card{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 455px;
    margin-top: 25px;
}
@media screen and (max-width:640px) {
    .recomend-card_item{
        overflow: visible;
    }
    .recomend-card_item + .recomend-card_item{
        margin-top: 18.0vw;
    }
    .recomend-card_item.platinum_preferred{
        top: 0;
    }
    .recomend-card_item-inner{
        width: 100%;
        min-height: auto;
    }
    .recomend-card_item .recomend-card_item-inner .item_bg{
        width: 0;
        margin: 0 calc(50% - 50vw);
        height: 98%;
    }
    .recomend-card_item.classic .recomend-card_item-inner .item_bg{
        background: url(/top_assets/img/bg_classic_sp.png) 0 0 no-repeat;
        background-size: cover;
    }
    .recomend-card_item.classic .recomend-card_item-inner .item_bg{
        top: -7.6%;
    }
    .recomend-card_item.classic .recomend-card_item-inner .item_bg.scrollin{ 
        width: 115%;
        height: 108vw;
        left: 98px;
    }
    .recomend-card_item.platinum_preferred .recomend-card_item-inner .item_bg{
        background: url(/top_assets/img/bg_platinum_preferred_sp.png) 0 0 no-repeat;
        background-size: cover;
    }
    .recomend-card_item.platinum_preferred .recomend-card_item-inner .item_bg{
        top: -7.6% !important;
    }
    .recomend-card_item.platinum_preferred .recomend-card_item-inner .item_bg.scrollin{
        width: 115%;
        height: 108vw;
    }
    .recomend-card_item.gold .recomend-card_item-inner .item_bg{
        background: #FDF9E1;
        background: url(/top_assets/img/bg_gold_sp.png) 0 0 no-repeat;
        background-size: cover;
    }
    .recomend-card_item.gold .recomend-card_item-inner .item_bg{
        top: -7.6%;
    }
    .recomend-card_item.gold .recomend-card_item-inner .item_bg.scrollin{
        width: 115%;
        height: 108vw;
        left: 98px;
    }
    .recomend-card_item.rainbow .recomend-card_item-inner .item_bg{
        top: -7.6%;
        content: "";
        background: url(/top_assets/img/bg_olive_sp.png) 0 0 no-repeat;
        background-size: cover;
        left: auto;
        
    }
    .recomend-card_item.rainbow .recomend-card_item-inner .item_bg{
        top: -7.6% !important;
    }
    .recomend-card_item.rainbow .recomend-card_item-inner .item_bg.scrollin{
        width: 115%;
        height: 108vw;
    }
    .recomend-card_item-inner .item_card{
        width: 100%;
        min-height: auto;
        flex-direction: column;
    }
    .recomend-card_item .recomend-card_item-inner .item_bg{
        position: absolute;
        width: 0;
        top: 54px;
    }
}
.recomend-card_item-inner .item_card .card-text_wrap::after{
    position: absolute;
    content: "";
    bottom: -15px;
    right: 0px;
    width: 120px;
    height: 120px;
}
.classic .recomend-card_item-inner .item_card .card-text_wrap::after{
    background: url(/top_assets/img/img_card-feature_classic.svg) no-repeat center/cover;
}
.platinum_preferred .recomend-card_item-inner .item_card .card-text_wrap::after{
    background: url(/top_assets/img/tlsq_img_card-feature_platinum_preferred.svg) no-repeat center/cover;
}
.gold .recomend-card_item-inner .item_card .card-text_wrap::after{
    background: url(/top_assets/img/img_card-feature_gold.svg) no-repeat center/cover;
}
@media screen and (max-width:640px) {
    .recomend-card_item-inner .item_card .card-text_wrap::after{
        width: 24vw;
        height: 24vw;
    }
    .classic .recomend-card_item-inner .item_card .card-text_wrap::after{
        right: 58vw;
        bottom: 25.4vw;
    }
    .platinum_preferred .recomend-card_item-inner .item_card .card-text_wrap::after{
        right: 58vw;
        bottom: 25.4vw;
    }
    .gold .recomend-card_item-inner .item_card .card-text_wrap::after{
        right: 58vw;
        bottom: 25.4vw;
    }
}
.recomend-card_item-inner.img-right .item_card{
    flex-direction: row-reverse;
}
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .recomend-card_item-inner.img-right .item_card{
        margin-top: 20px;
    }
}
@media screen and (-ms-high-contrast:none) and (max-width:640px) {
    *::-ms-backdrop, .recomend-card_item-inner.img-right .item_card{
        margin-top: 0;
    }
}
.recomend-card_item-inner .item_card .card-img{
    width: 60%;
}
.recomend-card_item-inner .item_card .card-img span{
    background: #fff;
    display: inline-block;
    border-radius: 15px;
    transition: .5s;
}
.recomend-card_item-inner .item_card .card-img span img:hover{
    transition: .5s;
    opacity: 0.86;
}
.recomend-card_item-inner .item_card .card-img img{
    width: 360px;
    box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.recomend-card_item-inner.img-left .item_card .card-img{
    text-align: right;
    margin: -80px 0 0 0;
    position: relative;
    top: -5px;
    right: 120px;
}
@media screen and (max-width:640px) {
    .recomend-card_item-inner.img-left .item_card .card-img{
        top: 0;
        right: 0;
        left: 0;
    }
    .recomend-card_item-inner.img-right .item_card .card-img{
        top: 0;
        right: 0;
        left: 0;
    }
}
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .recomend-card_item-inner.img-left .item_card .card-img {
        top: 0;
        margin: 80px 0 0;
        right: 0;
    }
    *::-ms-backdrop, .gold .recomend-card_item-inner.img-left .item_card .card-img {
        top: 0;
        margin: 40px 0 0;
    }
}
@media all and (-ms-high-contrast:none) and (max-width:640px){
    *::-ms-backdrop, .recomend-card_item-inner .item_card .card-img{
        width: auto;
    }
    *::-ms-backdrop, .recomend-card_item-inner .item_card .card-img span{
        display: block;
    }
    *::-ms-backdrop, .gold .recomend-card_item-inner.img-left .item_card .card-img {
        margin: 0;
    }
}
.recomend-card_item-inner.img-right .item_card .card-img{
    text-align: left;
    margin: 80px 0 0 0;
    top: 3px;
    right: -122px;
    position: relative;
}
@media screen and (max-width:640px) {
    .recomend-card_item-inner .item_card .card-img img{
        width: 54.933vw;
    }
    .recomend-card_item-inner.img-right .item_card{
        flex-direction: column;
    }
    .recomend-card_item-inner.img-left .item_card .card-img{
        margin-top: 0;
    }
    .recomend-card_item-inner.img-right .item_card .card-img{
        margin-top: 0;
    }
}
@media all and (-ms-high-contrast:none) and (max-width:640px){
    .recomend-card_item-inner.img-right .item_card .card-img{
        left: 0;
    }
}
.recomend-card_item-inner .card-text_wrap{
    width: 375px;
    position: relative;
}
.recomend-card_item-inner.img-left .card-text_wrap{
    margin: -90px 0 0 15px;
}
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .recomend-card_item-inner.img-left .card-text_wrap {
        top: 0;
        margin: 35px 0 0 90px;
    }
    *::-ms-backdrop, .classic .recomend-card_item-inner.img-left .card-text_wrap {
        top: 0;
        margin: 55px 0 0 90px;
    }
}
@media all and (-ms-high-contrast:none) and (max-width:640px){
    *::-ms-backdrop, .classic .recomend-card_item-inner.img-left .card-text_wrap {
        top: 0;
        margin: 7.2vw 0 0;
    }
}
.recomend-card_item-inner.img-right .card-text_wrap{
    margin: 40px -20px 0 0;
}
.recomend-card_item-inner .item_card .card-title{
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 1.625;
}
.recomend-card_item-inner .item_card .card-title::after{
    position: absolute;
    content: "";
    right: 17px;
    top: -10px;
}
/* IT戦TLSQ追記 */
/* 20250922 コメントアウト */
/* .classic .recomend-card_item-inner .item_card .card-title::after{ */
    /* width: 176px; */
    /* height: 80px; */
    /* background: url(/top_assets/img/img_card-decoration_classic.png) no-repeat center/cover; */
/* } */
/* .platinum_preferred .recomend-card_item-inner .item_card .card-title::after{
    width: 171px;
    height: 80px;
    background: url(/top_assets/img/img_card-decoration_platinum_preferred.png) no-repeat center/cover;
    right: -25px;
    top: 15px;
} */
/* .gold .recomend-card_item-inner .item_card .card-title::after{
    width: 121px;
    height: 84px;
    background: url(/top_assets/img/img_card-decoration_gold.png) no-repeat center/cover;
} */
 /* IT戦TLSQ追記-end */

@media screen and (max-width:640px) {
    .recomend-card_item-inner .card-text_wrap{
        width: 100%
    }
    .recomend-card_item-inner.img-right .card-text_wrap{
        margin: 7.2vw 0 0;
        text-align: center;
    }
    .recomend-card_item-inner.img-left .card-text_wrap{
        width: 100%;
        margin: 7.2vw 0 0;
        text-align: center;
    }
    .classic .recomend-card_item-inner .item_card .card-title::after{
        width: 45.867vw;
        height: 20.72vw;
        right: 0;
        top: 0;
    }
    .platinum_preferred .recomend-card_item-inner .item_card .card-title::after{
        width: 44.533vw;
        height: 20.8vw;
        right: 0;
        top: -5.333vw;
    }
    .gold .recomend-card_item-inner .item_card .card-title::after{

    }

    .card-title{
        text-align: center;
    }

    .card-title img{
        width: 47vw;
        margin-bottom: 0.2vw;
    }
    /* IT戦TLSQ追記 */
    /* 20250922 コメントアウト */
    /* .classic .card-sub_copy_text::after{
        width: 170px;
        height: 80px;
        background: url(/top_assets/img/img_card-decoration_classic.png) no-repeat center/cover;
        position: absolute;
        content: "";
        right: -15px;
        top: -18vw;
        z-index: -1;
    } */
    /* .platinum_preferred .card-sub_copy_text::after{
        width: 170px;
        height: 80px;
        background: url(/top_assets/img/img_card-decoration_platinum_preferred.png) no-repeat center/cover;
        position: absolute;
        content: "";
        right: -15px;
        top: -16vw;
        z-index: -1;
    } */
    /* .gold .card-sub_copy_text::after{
        width: 115px;
        height: 84px;
        background: url(/top_assets/img/img_card-decoration_gold.png) no-repeat center/cover;
        position: absolute;
        content: "";
        right: -15px;
        top: -14vw;
        z-index: -1;
    } */
     /* IT戦TLSQ追記-end */
}
.recomend-card_item-inner .item_card .card-copy_text{
    font-size: 16px;
    color: #333333;
    line-height: 1.625;
    margin-bottom: 13px;
    position: relative;
    text-align: center;
}
.recomend-card_item-inner .item_card .card-sub_copy_text{
    font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 1.625;
    padding-top: 24px;
    position: relative;
}
.recomend-card_item-inner .item_card .card_olive .card-sub_copy_text{
    line-height: 2.225;
}
.recomend-card_item-inner .item_card .card-sub_copy_text::before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 1px;
    width: 20px;
    background: #B6CA3F;
}
.recomend-card_item-inner .item_card .card_olive .card-sub_copy_text::before{
    height: 0px;
    background: #B6CA3F;

}

@media screen and (max-width:640px) {
    .recomend-card_item-inner .item_card .card-title{
        font-size: 6.4vw;
        color: #333333;
        margin-bottom: 3.2vw;
        line-height: 1.2;
    }
    .card-title-pc{
        display: none !important;
    }
    .recomend-card_item-inner .item_card .card-copy_text{
        font-size: 4.967vw;
        margin-bottom: 4.267vw;
        color: #333333;
    }
    .recomend-card_item-inner .item_card .card-sub_copy_text{
        font-size: 14px;
        text-align: center;
        line-height: 21px;
        padding-top: 5.33vw;
        color: #0A8664;
        width: 100%;
    }
    .recomend-card_item-inner .item_card .card_olive .card-sub_copy_text{
        color: #333;
        line-height: 28px;
        padding-top: 2.33vw;
    }
    .recomend-card_item-inner .item_card .card-sub_copy_text::before{
        width: 4.267vw;
        color: #333333;
        background: #333333;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .recomend-card_item-inner .item_card .card-detail_btn{
        margin-top: 6.4vw;
    }
    .classic .recomend-card_item-inner .item_card .card-title{
        color: #fff;
    }
    .classic .recomend-card_item-inner .item_card .card-copy_text{
        color: #fff;
    }
    .classic .recomend-card_item-inner .item_card .card-sub_copy_text{
        color: #fff;
    }
    .classic .recomend-card_item-inner .item_card .card-sub_copy_text::before{
        color: #fff;
        background: #fff;
    }
}
.recomend-card_item-inner .item_card .card-detail_btn{
    margin-top: 16px;
}
.recomend-card_item-inner .item_card .card-detail_btn .btn{
    font-size: 16px;
    border-width: 2px;
    border-radius: 2px;
    line-height: 1.625;
    background: #0A8664;
    color: #fff;
}
.recomend-card_item-inner .item_card .card-detail_btn .btn::before{
    background: #246852;
}

.campaign_banner-box{

}
.campaign_banner-box .campaign_banner-box_inner{
    width: 1000px;
    margin: 0 auto;
    padding: 226px 0 14px;
}
.campaign_banner-box .campaign_banner-box_inner .campaign_title-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.campaign_banner-box .campaign_banner-box_inner .campaign_title-box .campaign-title{
    font-size: 28px;
    line-height: 1.2;
    color: #333333;
    position: relative;
    padding-left: calc(32px + 12px);
    font-weight: bold;
}
.campaign_banner-box .campaign_banner-box_inner .campaign_title-box .campaign-title::before{
    position: absolute;
    content: "";
    background: url(/top_assets/img/icon_campaign_title.png) no-repeat center/cover;
    width: 32px;
    height: 32px;
    left: 0;
}
.campaign_banner-box .campaign_banner-box_inner .campaign_title-box{
    color: #333333;
    font-size: 16px;
    padding-right: calc(16px + 8px);
    position: relative;
    font-weight: bold;
    text-decoration: none;
}

.campaign_top-link a{
    color: #333333;
    font-size: 20px;
    padding-right: calc(16px + 8px);
    position: relative;
    font-weight: bold;
    text-decoration: none;
}

.campaign_banner-box .campaign_banner-box_inner .campaign_title-box .campaign_top-link a:hover{
    color: #0A8664;
}
.campaign_banner-box .campaign_banner-box_inner .campaign_title-box .campaign_top-link a::after{
    position: absolute;
    content: "";
    background: url(/top_assets/img/ico_arrow_02.png) no-repeat center/cover;
    width: 12px;
    height: 13px;
    top: 0;
    bottom: 0;
    right: 3px;
    margin: auto 0;
}
.campaign_banner-box .campaign_banner-box_inner .camapign-img{
    display: block;
    background-color: #000;
}
.campaign_banner-box .campaign_banner-box_inner .camapign-img img{
    transition: .5s;
}
.campaign_banner-box .campaign_banner-box_inner .camapign-img img:hover{
    opacity: 0.86;
}
.section_recomend-card .btn_box{
    margin-top: 64px;
}

@media screen and (max-width:640px) {
    .campaign_banner-box .campaign_banner-box_inner{
        width: 100%;
        margin: 0 auto;
        padding: 30.4vw 0 0;
    }
    .campaign_banner-box .campaign_banner-box_inner .campaign_title-box{
        margin-bottom: 6.1vw;
    }
    .campaign_banner-box .campaign_banner-box_inner .campaign_title-box .campaign-title{
        font-size: 5.3vw;
        padding-left: 8.5vw;
    }
    .campaign_banner-box .campaign_banner-box_inner .campaign_title-box .campaign-title::before{
        width: 6.4vw;
        height: 6.4vw;
    }
    .campaign_banner-box .campaign_banner-box_inner .campaign_title-box{
        font-size: 4.3vw;
        padding-right: 6.4vw;
        font-weight: bold;
    }
    .campaign_top-link a{
        font-size: 4.8vw;
        padding-right: 6.4vw;
        font-weight: bold;
    }
    .campaign_banner-box .campaign_banner-box_inner .campaign_title-box .campaign_top-link a::after{
        width: 4.3vw;
        height: 4.5vw;
    }
    .campaign_banner-box .campaign_banner-box_inner .camapign-img{
        margin: 0 4.8vw;
    }
    .campaign_banner-box .campaign_banner-box_inner .camapign-img img{
        width: 100%;
    }
    .section_recomend-card .btn_box{
        margin-top: 17.1vw;
    }
    .recomend-card_item-inner .item_card .card-detail_btn .btn{
        font-size: 3.733vw;
    }
    .classic .recomend-card_item-inner .item_card .card-detail_btn .btn{
        background: #fff;
        color: #0A8664;
    }
    .classic .recomend-card_item-inner .item_card .card-detail_btn .btn:hover{
        color: #fff;
    }
    .classic .recomend-card_item-inner .item_card .card-detail_btn .btn::before{
        background: #0A8664;
    }
}

/* 新登場 */
.newcard-wrap{
    padding: 108px 0 85px;
    background: url(/top_assets/img/bg_newcard_pc.png) no-repeat center bottom;
}
.main_section.section_recomend-card .newcard-wrap h2{
    margin-bottom: 74px;
}
.newcard .recomend-card_item-inner{
    min-height: auto;
}
.newcard .recomend-card_item-inner .item_card{
    min-height: auto;
    justify-content: center;
}
.newcard .recomend-card_item-inner .item_card .card-img{
    width: 382px;
}
.newcard .recomend-card_item-inner .card-text_wrap{
    width: 254px;
    margin-left: 93px;
}
.newcard .recomend-card_item-inner .item_card .card-text_wrap::after{
    display: none;
}
.newcard .recomend-card_item-inner .item_card .card-title{
    margin-bottom: 15px;
}
.newcard .recomend-card_item-inner .item_card .card-copy_text{
    text-align: center;
    line-height: 2;
    margin-bottom: 20px;
}
.newcard .recomend-card_item-inner .item_card .card-detail_btn{
    text-align: center;
}
.newcard .recomend-card_item-inner .item_card .card-detail_btn .btn{
    width: 249px;
    padding: 13px 30px;
}

@media screen and (min-width:641px) {
    .card-title-sp{
        display: none;
        font-size: 6.4vw;
        color: #333333;
        margin-bottom: 3.2vw;
        line-height: 1.2;
        margin-bottom: 1.2vw;
    }

    .bell::before {
    position: absolute;
    content: "";
    background: url(/top_assets/img/ic-notice.svg) no-repeat center/cover;
    width: 22px;
    height: 22px;
    margin-top: 3px;
    margin-left: -24px;
    }
    
    .info_area{
        width: 970px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .info_area a{
        font-size: 14px;
        font-weight: bold;
        color: #333333;
        text-decoration: none;
        margin-left: 24px;
        position: relative;font-weight: bold;
        text-decoration: none;
    }

    .info_area :hover{
        color: #0A8664;
        transition: .5s;
    }

    .info_area a::after {
        position: absolute;
        content: "";
        background: url(/top_assets/img/ico_arrow_02.png) no-repeat center/cover;
        width: 13px;
        height: 13px;
        top: 1px;
        bottom: 0;
        right: -19px;
        margin: auto 0;
    }
    .card_olive{
        padding-top: 45px;
    }
}

@media screen and (max-width:640px) {

.bell::before {
    position: absolute;
    content: "";
    background: url(/top_assets/img/ic-notice.svg) no-repeat center/cover;
    width: 24px;
    height: 24px;
    left: -30px;
    margin-top: 3px;
}

.info_area{
    margin-left: 50px;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.info_area p{
    line-height: 22px;
}

.info_area a{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.info_area :active{
    color: #0A8664;
    transition: .5s;
}

.info_area a::after{
    position: absolute;
    content: "";
    background: url(/top_assets/img/ico_arrow_02.png) no-repeat center/cover;
    width: 11px;
    height: 12px;
    top: 1.8em;;
    bottom: 0;
    margin: auto 0;
}

    .card-title-sp{
        font-size: 6.4vw;
        color: #333333;
        font-weight: bold;
        text-align: center;
        margin-bottom: 3.2vw;
        line-height: 1.2;
        margin-bottom: 1.2vw;
    }

    .newcard-wrap{
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        padding: 18.667vw 0 24.8vw;
        background: url(/top_assets/img/bg_newcard_sp.png) no-repeat center bottom;
        background-size: contain;
    }
    .main_section.section_recomend-card .newcard-wrap h2{
        margin-bottom: 15.2vw;
    }
    .newcard .recomend-card_item-inner .item_card .card-img{
        width: 45.2vw;
    }
    .newcard .recomend-card_item-inner .card-text_wrap{
        width: 67.733vw;
        margin: 10.667vw 0 0;
    }
    .newcard .recomend-card_item-inner .item_card .card-title{
        margin-bottom: 5.333vw;
        justify-content: center;
    }
    .newcard .recomend-card_item-inner .item_card .card-detail_btn{
        margin-top: 6.667vw;
    }
    .newcard .recomend-card_item-inner .item_card .card-detail_btn .btn{
        width: 66.4vw;
    }
}

/*------------------------------------------------------------------*/
/*三井住友カードが選ばれる理由
/*------------------------------------------------------------------*/

.section_choose-card {
    background: #246852 url(/top_assets/img/bg_reason.png) no-repeat right 20%  top -80px/cover;
    margin-top: 60px;
}

.section_choose-card h2 {
    color: #fff;
}

.section_choose-card .lead__text {
    color: #fff;
}

.choose-card_contents {
    display: flex;
    width: 800px;
    margin: 0 auto;
    justify-content: space-between;
}

.choose-card_content a {
    text-decoration: none;
    color: #000;
}



.choose-card_contents .choose-card_content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 240px;
    height: 300px;
    background: #fff;
    border-radius: 2px;
    position: relative;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.3);
}

.choose-card_content::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid #246852;
  border-bottom: 20px solid #246852;
}

@media screen and (max-width:640px) {

    .choose-card_content::after {
        content: "";
        position: absolute;
        bottom: 0px;
        right: 0px;
        border-top: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid #246852;
        border-bottom: 10px solid #246852;
      }

}

.choose-card_contents .choose-card_content p{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.625;
    position: relative;
    padding-top: 117px;
}
.choose-card_contents .choose-card_content p::before{
    content: "";
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
}
.choose-card_contents .choose-card_content.payment-method p::before{
    background: url(/top_assets/img/icon_reason_01.png) no-repeat center/cover;
    width: 80px;
    height: 80px;
}
.choose-card_contents .choose-card_content.point-system p::before{
    background: url(/top_assets/img/icon_reason_02.png) no-repeat center/cover;
    width: 80px;
    height: 80px;
}
.choose-card_contents .choose-card_content.security-system p::before{
    background: url(/top_assets/img/icon_reason_03.png) no-repeat center/cover;
    width: 72px;
    height: 80px;
}

.section_choose-card .btn_box{
    margin-top: 80px;
}

.section_choose-card .btn_box .btn{
    border: none;
}

@media screen and (max-width:640px) {
    .section_choose-card{
        background: #246852 url(/top_assets/img/bg_reason.png) no-repeat left -130.667vw top -13.333vw/cover;
        margin-top: 60px;
    }
    .choose-card_contents{
        width: 100%;
    }
    .choose-card_contents .choose-card_content {
        width: 28.0vw;
        height: 35.2vw;
    }
    .choose-card_contents .choose-card_content p{
        padding-top: 12vw;
        font-size: 3.2vw;
    }
    .choose-card_contents .choose-card_content.payment-method p::before{
        width: 8.0vw;
        height: 8.0vw;
    }
    .choose-card_contents .choose-card_content.point-system p::before{
        width: 8.0vw;
        height: 8.0vw;
    }
    .choose-card_contents .choose-card_content.security-system p::before{
        width: 7.2vw;
        height: 8.0vw;
    }
    .section_choose-card .btn_box{
        margin-top: 12.8vw;
    }
}

/*------------------------------------------------------------------*/
/*クレジットカード以外のさまざまな選択肢*/
/*------------------------------------------------------------------*/
.section_choices .lead__text{
    margin-bottom: 60px;
}
.choices_contents.sub{
    margin-top: 60px;
}

.choices_contents_title_sp{
    display:none;
}
.choices_contents .choices_contents-inner{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.choices_contents.main .choices_contents-inner .choice_item{
    width: 315px;
  
}
.choices_contents .choices_contents-inner .choice_item{
    width: 480px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}
.choices_contents.main .choices_contents-inner .choice_item{
    flex-direction: column;
    justify-content: center;
    border-radius: 2px;
    height: 381px;
}
.choices_contents.main .choices_contents-inner .choice_item .choice_item-inner{
    height: 296px;
    width: 100%;
    margin-top: 75px;
    background: #F5F5F5;
}
.choices_contents.sub .choices_contents-inner .choice_item{
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
}
.choices_contents.sub .choices_contents-inner .choice_item:hover{
    opacity: .7;
}
.choices_contents.sub .choices_contents-inner .choice_item:hover .choice_item-title > span{
    color: #0A8664;
    transition: .5s;
}
.choices_contents .choices_contents-inner .choice_item::before{
    position: absolute;
    content: "";
    margin: auto 0;
}
.choices_contents .choices_contents-inner .choice_item.loan::before{
    width: 127px;
    height: 75px;
    left: 24px;
    top: 177px;
    background: url(/top_assets/img/img_card-decoration_loan.png) no-repeat center/cover;
}
.choices_contents .choices_contents-inner .choice_item.prepaid::before{
    width: 195px;
    height: 96px;
    left: 24px;
    top: 160px;
    background: url(/top_assets/img/img_card-decoration_prepaid.png) no-repeat center/cover;
}

.choices_contents .choices_contents-inner .choice_item.family::before{
    width: 195px;
    height: 96px;
    left: 24px;
    top: 160px;
    background: url(/top_assets/img/img_card-decoration_family.png) no-repeat center/cover;
}
.choices_contents .choices_contents-inner .choice_item .choice_item-img img{
    vertical-align: bottom;
}
.choices_contents .choices_contents-inner .choice_item .choice_item-img{
    position: relative;
    box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
    border-radius: 5px;
}

.choices_contents .choices_contents-inner .family .choice_item-img{
    box-shadow: none;
    filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.1));
}
.choices_contents.main .choices_contents-inner .choice_item .choice_item-img{
    position: absolute;
    width: 240px;
    height: 150px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 10px;
}
.choices_contents.sub .choices_contents-inner .choice_item .choice_item-img{
    width: 128px;
    left: 0;
    flex-shrink: 0;
}
.choices_contents .choices_contents-inner .choice_item .choice_item-text_wrap{
    width: 100%;
}
.choices_contents.sub .choices_contents-inner .choice_item .choice_item-text_wrap{
    margin-left: 32px;
}
.choices_contents.main .choices_contents-inner .choice_item .choice_item-title{
    text-align: center;
    padding-top: 125px;
}
.choices_contents .choices_contents-inner .choice_item .choice_item-title > span{
    position: relative;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    padding-right: calc(8px + 17px);
    line-height: 1.125;
    font-size: 20px;
}
.choices_contents.main .choices_contents-inner .choice_item .choice_item-title > span{
    font-size: 28px;
}
.choices_contents.main .choices_contents-inner .choice_item:hover{
    opacity: .7;
    transition: .5s;
}
.choices_contents.main .choices_contents-inner .choice_item:hover .choice_item-title > span{
    color: #0A8664;
}
.choices_contents .choices_contents-inner .choice_item .choice_item-title .blank_link_g::after{
    width: 17px;
    height: 17px;
}
.choices_contents .choices_contents-inner .choice_item .choice_item-description{
    line-height: 1.625;
    font-size: 16px;
    margin-top: 10px;
    color: #333333;
}
.choices_contents.main .choices_contents-inner .choice_item .choice_item-description{
    text-align: center;
    margin-top: 20px;
}
@media screen and (max-width:640px) {
    .choices_contents-wrap{
        padding-top: 0;
        margin-top: 12.0vw;
    }
    .choices_contents_title_pc{
        display:none;
    }
    .choices_contents_title_sp{
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .section_choices .lead__text{
        margin-bottom: 11.2vw;
    }
    .choices_contents.sub{
        margin-top: 10.67vw;
    }
    .choices_contents .choices_contents-inner{
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }
    .choices_contents.main .choices_contents-inner .choice_item{
        width: 100vw;
        height: 81.067vw;
        margin: 0 calc(50% - 50vw);
    }
    .choices_contents.main .choices_contents-inner .choice_item .choice_item-inner{
        width: 100%;
        height: 59.7vw;
        margin-top: 21.6vw;
    }
    .choices_contents.sub .choices_contents-inner .choice_item{
        width: 100%;
        padding-bottom: 0;
        border-bottom: none;
        align-items: flex-start;
    }
    .choices_contents.sub .choices_contents-inner .choice_item + .choice_item{
        margin-top: 8.53vw;
    }
    .choices_contents.main .choices_contents-inner .choice_item + .choice_item{
        margin-top: 10.667vw;
    }
    .choices_contents .choices_contents-inner .choice_item.loan::before{
        left: 6.4vw;
        top: 32.0vw;
        width: 32.0vw;
        height: 18.8vw;
    }
    .choices_contents .choices_contents-inner .choice_item.prepaid::before{
        left: 8.0vw;
        top: 29.33vw;
        width: 50.67vw;
        height: 24.8vw;
    }
    .choices_contents.sub .choices_contents-inner .choice_item .choice_item-text_wrap{
        margin-left: 4.267vw;
    }
    .choices_contents.main .choices_contents-inner .choice_item .choice_item-img{
        width: 52.8vw;
        height: 32.8vw;
        top: 0;
    }
    .choices_contents .choices_contents-inner .choice_item.gift .choice_item-img{
        width: 32.0vw;
    }
    .choices_contents .choices_contents-inner .choice_item.debit .choice_item-img{
        width: 32.0vw;
    }
    .choices_contents.main .choices_contents-inner .choice_item .choice_item-title{
        padding-top: 20.0vw;
    }
    .choices_contents .choices_contents-inner .choice_item .choice_item-title > span{
        font-size: 4.27vw;
        padding-right: 6.4vw;
    }
    .choices_contents.main .choices_contents-inner .choice_item .choice_item-title > span{
        font-size: 6.4vw;
    }
    .choices_contents .choices_contents-inner .choice_item .choice_item-title .blank_link_g::after{
        width: 4.27vw;
        height: 4.27vw;
    }
    .choices_contents .choices_contents-inner .choice_item .choice_item-description{
        font-size: 3.47vw;
        margin-top: 3.73vw;
    }
    .choices_contents.main .choices_contents-inner .choice_item .choice_item-description{
        font-size: 4.27vw;
        margin-top: 3.2vw;
    }
}

/*------------------------------------------------------------------*/
/*会員のお客さまへ*/
/*------------------------------------------------------------------*/

.section_for_members {
    background: #E5F5EE;
}
.members_items{
    display: flex;
    justify-content: center;
}
.members_items .members_item .members_item-img{
    margin-bottom: 39px;
    text-align: center;
}
.members_items .members_item .members_item-img img{
    width: 104px;
}
.members_items .members_item .members_item-text{
    font-size: 16px;
    color: #333333;
    line-height: 1.625;
    margin-bottom: 48px;
    text-align: center;
}
.members_items .members_item + .members_item {
    margin-left: 64px;
}
.members_items .btn_box .btn.transparent:hover{
    color: #fff;
    border: 2px solid #246852;
}
@media screen and (max-width:640px) {
    .members_items{
        flex-direction: column;
    }
    .members_items .members_item + .members_item{
        margin-left: 0;
        margin-top: 17.1vw;
    }
    .members_items .members_item .members_item-img{
        margin-bottom: 8.0vw;
    }
    .members_items .members_item .members_item-img img{
        width: 27.73vw;
    }
    .members_items .members_item .members_item-text{
        font-size: 4.27vw;
        margin-bottom: 10.67vw;
    }
}

/*------------------------------------------------------------------*/
/*事業者のお客さまへ*/
/*------------------------------------------------------------------*/

.business_items{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.business_items .business_item{
    width: 480px;
    text-decoration: none;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;

}
.business_items .business_item:hover{
    opacity: .7;
    transition: .5s;
}
.business_items .business_item .business_item-img{
    width: 300px;
}
/*.business_items .business_item .business_item-text_wrap{
    margin-left: 32px;
}*/
.business_items .business_item .business_item-text{
    font-weight: bold;
    color: #333333;
    line-height: 1.125;
    font-size: 20px;
    margin-top: 20px;
}
.business_items .business_item:hover .business_item-text{
    color: #0A8664;
}
.business_items .business_item .business_item-description{
    line-height: 1.625;
    font-size: 16px;
    margin-top: 10px;
    color: #333333;
}
.business_item_br-pc{
    display: none;
}

@media screen and (max-width:640px) {
    .business_items{
        width: 100%;
        flex-direction: column;
    }
    .business_items .business_item{
        border-bottom: none;
        padding-bottom: 0;
        width: 100%;
        display: flex;
    }
    .business_items .business_item + .business_item{
        margin-top: 8.0vw;
    }
    .business_items .business_item .business_item-img{
        width: 32.0vw;
        flex-shrink: 0;
    }
    .business_items .business_item .business_item-text_wrap{
        margin-left: 5.07vw;
    }
    .business_items .business_item .business_item-text{
        font-size: 4.27vw;
        margin-top: 0px;
    }
    .business_items .business_item .business_item-description{
        font-size: 3.73vw;
        margin-top: 3.73vw;
    }
    .business_item_br-sp{
        display: none;
    }
    .business_item_br-pc{
        display: block;
    }
}

/*------------------------------------------------------------------*/
/*インフォメーション*/
/*------------------------------------------------------------------*/
.section_information{
    background: #F5F5F5;
}
.section_information .btn_box .btn + .btn{
    margin-left: 24px;
}

.section_information .btn_box{
    margin-top: 80px;
}
.information_contents{
    width: 744px;
    margin: 0 auto;
}
#gtop_information .category{
    background: #707070;
}
#gtop_information .category.news{
    background: #0A8664;
}
.information_item{
    display: block;
    color: #333333;
    text-decoration: none;
    padding: 24px 34px 24px 0;
    border-bottom: 1px solid #DDDDDD;
}
a.information_item{
    position: relative;
}
a.information_item:hover{
    opacity: .7;
    transition: .5s;
}
a.information_item:hover .label{
    font-weight: bold;
}
a.information_item::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 16px;
    height: 16px;
    background: url(/top_assets/img/ico_arrow_02.png) no-repeat center/cover;
}
.information_item .time{
    font-size: 15px;
    margin-right: 5px;
    vertical-align: middle;
    color: #707070;
    line-height: 1.625;
}
.information_item .category{
    font-size: 14px;
    background: #dddddd;
    color: #ffffff;
    display: inline-block;
    padding: 0 10px;
    line-height: 1.5;
    vertical-align: middle;
}
.information_item .class{
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}
@media screen and (max-width:640px) {
    .information_item{
        padding:  6.4vw 9.067vw 6.4vw 0;
    }
    .information_item .time{
        font-size: 4.0vw;
    }
    .information_item .category{
        font-size: 3.20vw;
        padding: 0 2.667vw;
    }
    .information_item .class{
        margin-bottom: 3.733vw;
    }
    .information_item .label{
        font-size: 4.267vw;
    }
    a.information_item::after{
        width: 4.267vw;
        height: 4.267vw;
    }
}
.brand_items .CM_banner_area p{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.brand_items .CM_banner_area a{
    background: #000;
    width: 100%;
    display: inline-block;
}
.brand_items .CM_banner_area a img{
    display: inline;
    transition: .5s;
    width: 100%;
}
.brand_items .CM_banner_area a img:hover{
    opacity: 0.86;
}
.brand_items .brand_items-inner{
    padding: 104px 0 0;
    width: 1000px;
    margin: 0 auto;
}
.brand_items .slick-dots{
    position: static;
    line-height: 1px;
    margin-top: 24px;
}
.brand_items .slick-slide img{
    margin: 0 auto;
}
.brand_items .slick-dotted.slick-slider{
    margin-bottom: 0;
}

@media screen and (max-width:640px) {
    .information_contents{
        width: 100%;
    }
    .section_information .btn_box{
        margin-top: 12.8vw;
        flex-direction: column;
    }
    .section_information .btn_box .btn{
        margin: 0 auto;
    }
    .section_information .btn_box .btn + .btn{
        margin: 0 auto;
        margin-top: 4.27vw;
    }
    .brand_items .brand_items-inner{
        width: 100%;
        padding: 17.07vw 0 0;
    }
    .brand_items .slick-dots{
        margin-top: 4.27vw;
    }
}


/*------------------------------------------------------------------*/
/*footer*/
/*------------------------------------------------------------------*/
footer{
    min-width: 1000px;
}

.footer_link-list{
    background: #3f3f3f;
}

.footer_inner{
    width: 1000px;
    margin: 0 auto;
    padding: 48px 0;
}


.footer_link-list .link-list_contents{
    display: flex;
    justify-content: space-between;
}

.footer_link-list .footer_content-left{
    width: 330px;
}
.footer_link-list .footer_content-left .logo_top{
    line-height: 1;
}
.footer_link-list .footer_content-left .logo_top img{
    width: 128px;
}
.footer_link-list .footer_items{
    display: flex;
    flex-direction: column;
}
.footer_link-list .footer_items li{
    line-height: 1.3;
}
.footer_link-list .footer_content-left .footer_items{
    margin-top: 30px;
}
.footer_link-list .footer_content-left .footer_items li+li{
    margin-top: 17px;
}
.footer_link-list .footer_content-right .footer_items li+li{
    margin-top: 19px;
}
.footer_link-list .footer_content-right .footer_items li:nth-child(6) {
    margin-top: 21px;
}
.footer_link-list .footer_content-left .footer_items li a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.footer_link-list .footer_content-left .footer_items li a:hover{
    text-decoration: underline;
}
.footer_link-list .footer_content-right .footer_content_wrap{
    display: flex;
    justify-content: space-between;
    width: 488px;
}
.footer_link-list .footer_content-right .footer_items.left{
    width: 158px;
}
.footer_link-list .footer_content-right .footer_items.right{
    width: 267px
}
.footer_link-list .footer_content-right .footer_items li a{
    font-size: 12px;
    display: block;
    color: #DDDDDD;
    text-decoration: none;
}
.footer_link-list .footer_content-right .footer_items li a:hover{
    text-decoration: underline;
}

.footer_content-sns{
    width: 267px;
    margin-top: 7px;
    float: right;
}
.footer_content-sns{
    color: #DDDDDD;
    font-size: 12px;
}
.footer_content-sns .sns-links{
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_content-sns a{
    width: 40px;
    transition: 0.2s;
    opacity: 1;
}
.footer_content-sns a:hover{
    opacity: 0.7;
}
.footer_content-sns img{
    width: 32px;
    height: auto;
}
.footer_group_link-contents .footer_inner{
    width: 850px;
}
.footer_group_link{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
}
.footer_group_link ul{
    width: calc(100% + 50px);
    margin-left: -50px;
    font-size: 0;
}
.footer_group_link ul li{
    display: inline-block;
    padding-bottom: 20px;
    margin-left: 50px;
    vertical-align: middle;
}
.footer_group_link img{
    display: block;
}


.footer_inner ul.text-link li{
    display: inline-block;
    padding-right: 20px;
}
.footer_inner ul.text-link li a{
    font-size: 14px;
    color: #0370c5;
    white-space: nowrap;
}
.privacymark{
    margin-top: 0px;
}
.privacymark img{
    width: 52px;
    height: 53px;
}
.footer_copy{
    border-top: 1px solid #DDDDDD;
    padding: 29px 0 31px;
    text-align: center;
}
.footer_copy #copyArea{
    font-size: 10px;
    color: #000000;
    line-height: 1.4;
}
.footer_fixed_navi{
    display: none;
}
.sns-links-title{
    text-align: center;
    margin-top: 38px;
}
.sns-links-title a{
    color: #DDDDDD;
    text-decoration: none;
    transition: none;
    opacity: inherit;
}

.sns-links-title a:hover{
    text-decoration: underline;
}
@media screen and (max-width:640px) {
    footer{
        min-width: auto;
        width: 100%;
        margin-bottom: 22.4vw;
    }
    .footer_inner{
        width: 100%;
        padding: 12.8vw 12.0vw 15.2vw;
    }
    .footer_link-list .link-list_contents{
        flex-direction: column;
    }
    .footer_link-list .footer_content-right{
        margin-top: 10.133vw;
    }
    .footer_link-list .footer_content-right .footer_content_wrap{
        width: 100%;
        flex-direction: column;
    }
    .footer_link-list .footer_content-right .footer_items.left{
        width: 100%;
    }
    .footer_link-list .footer_content-right .footer_items.right{
        width: 100%;
        margin-top: 4.533vw;
    }
    .footer_link-list .footer_content-right .footer_items li+li{
        margin-top: 4.533vw;
    }
    .footer_link-list .footer_content-right .footer_items li a{
        font-size: 3.2vw;
    }
    .footer_link-list .footer_content-left{
        width: 100%;
    }
    .footer_link-list .footer_content-left .footer_items{
        margin-top: 10.13vw;
        flex-direction: row;
        flex-wrap: wrap;
        white-space: nowrap;
    }
    .footer_link-list .footer_content-left .footer_items li+li{
        margin-top: 0;
    }
    .footer_link-list .footer_content-left .footer_items li:nth-child(2){
        margin-left: 24.866vw;
        margin-right: 12.333vw;
    }
    .footer_link-list .footer_content-left .footer_items li:nth-child(4){
        margin-left: 24.667vw;
    }
    .footer_link-list .footer_content-left .footer_items li:nth-child(5){
        margin-right: 20vw;
    }
    .footer_link-list .footer_content-left .footer_items li:nth-child(7){
        margin-left: 24.667vw;
    }
    .footer_link-list .footer_content-left .footer_items li:nth-child(n+3){
        margin-top: 6.667vw;
    }
    .footer_link-list .footer_content-left .footer_items li a{
        font-size: 3.73vw;
    }
    .footer_link-list .footer_content-left .logo_top img{
        width: 35.2vw;
    }
    .footer_link-list .footer_items li{
        flex-direction: row;
    }
    .footer_group_link-contents .footer_inner{
        width: 100%;
        margin: 0;
        padding: 12.0vw 5.333vw 9.333vw;
    }
    .footer_group_link{
        flex-direction: column;
    }
    .footer_group_link ul{
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 8.0vw;
    }
    .footer_group_link ul li{
        display: flex;
        align-items: center;
        margin-bottom: 0;
        margin-left: 0;
    }
    .footer_group_link ul li:nth-child(2n){
        margin-left: 3.2vw;
    }
    .footer_group_link ul li:nth-child(n+3){
        margin-top: 5.333vw;
    }
    .footer_group_link img{
        height: auto !important;
    }
    .footer_group_link .logo_01 img{
        width: 50.133vw;
    }
    .footer_group_link .logo_02 img{
        width: 27.2vw;
    }
    .footer_group_link .logo_03 img{
        width: 29.6vw;
    }
    .footer_group_link .logo_04 img{
        width: 50.667vw;
    }
    .footer_group_link .logo_05 img{
        width: 30.667vw;
    }
    .footer_group_link .logo_06 img{
        width: 46.667vw;
    }
    .footer_group_link .logo_07 img{
        width: 30.667vw;
    }
    .footer_group_link .logo_08 img{
        width: 48.733vw;
    }
    .footer_group_link .logo_09 img{
        width: 50.933vw;
    }
    .footer_inner ul.text-link li{
        padding-right: 0;
    }
    .footer_inner ul.text-link li + li{
        margin-left: 1.6vw;
    }
    .footer_inner ul.text-link li a{
        font-size: 3.2vw;
        padding-right: calc(1.6vw + 1em);
    }
    .footer_content-sns{
        float :none;
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 3.2vw;
        flex-direction: column;
        text-align: center;
    }
    .footer_content-sns img{
        width: 9.6vw;
    }
    .footer_copy{
        padding: 4.8vw;
    }
    .footer_copy #copyArea{
        font-size: 2.667vw;
    }
    .footer_fixed_navi{
        display: block;
        height: 22.4vw;
        width: 100%;
        position: fixed;
        bottom: 0;
        background: #fff;
    }
    .footer_fixed_navi .footer_fixed_navi-items{
        display: flex;
        width: 100%;
        height: 100%;
    }
    .footer_fixed_navi .footer_fixed_navi-items .footer_fixed_navi-item{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25%;
        font-size: 2.667vw;
        color: #999999;
        position: relative;
    }
    .footer_fixed_navi .footer_fixed_navi-items .footer_fixed_navi-item::before{
        content: "";
        position: absolute;
        width: 6.4vw;
        height: 6.4vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 1.6vw;
    }
    .footer_fixed_navi .footer_fixed_navi-items .footer_fixed_navi-item.join::before{
        background: url(/top_assets/img/icon_footer_fixed_join.png) no-repeat center/cover;
    }
    .footer_fixed_navi .footer_fixed_navi-items .footer_fixed_navi-item.reason::before{
        background: url(/top_assets/img/icon_footer_fixed_reason.png) no-repeat center/cover;
    }
    .footer_fixed_navi .footer_fixed_navi-items .footer_fixed_navi-item.campaign::before{
        background: url(/top_assets/img/icon_footer_fixed_campaign.png) no-repeat center/cover;
    }
    .footer_fixed_navi .footer_fixed_navi-items .footer_fixed_navi-item.support::before{
        background: url(/top_assets/img/icon_footer_fixed_support.png) no-repeat center/cover;
    }
    .privacymark{
        margin-top: 0vw;
    padding-bottom: 7vw;
        position: relative;
        text-align: right;
    }
    .privacymark a{
        position: absolute;
        top: -6vw;
        left: 0vw;
        display: block;
    }
    .privacymark img{
        width: 8.0vw;
    }
}

/*---------------------------------*/

.pageTop{
    background: #246852;
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 0;
    right: 100px;
    margin-left: 440px;
    color: rgba(0,0,0,0);
    opacity: 0;
    transition: 0.2s;
}
.pageTop.on{
    opacity: 0.8;
}

.pageTop:before{
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background: #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -8px;
}
.pageTop:after{
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background: #246852;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 1px;
    margin-left: -8px;
}

.pageTop.on:hover{
    opacity: 0.6;
}
@media screen and (max-width:640px) {
    .pageTop{
        right: 0;
    }
}

/*note*/
.section_create-card ul.note {
    text-align: center;
    font-size: 14px;
    margin: 10px 0 0;
    line-height: 1;
    
}
.section_create-card ul.note li {
    width: 100%;
    margin-top: 5px;
}
.slick-prev, .slick-next {
    color :#333333;
}

/* よくあるご質問 */
.faqList{
    margin: 10px 0 10px;
    vertical-align: bottom;
}

p.btn {
  cursor: pointer;
}

.gnavi_mouseoverBlock {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  z-index: 99;
  position: absolute;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  left: 0;
  top: 100%;
}

.gnavi_mouseoverBlock.is-activePcMenu {
  opacity: 1;
}

.gnavi_mouseoverBlock.js-pcBlock {
  display: block;
}

.gnavi_mouseoverBlock .gnavi_moInner {
  background-color: white;
  position: relative;
}

.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dflex .colItem {
  text-align: center;
}

.dflex .colItem .title {
  display: inline-block;
  text-align: center;
  color: #0A8664;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.dflex .colItem.webvpass .title {
    margin-bottom: 28px;
}


.dflex .colItem .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.dflex .colItem .txtlink {
  text-decoration: none;
  color: black;
  position: relative;
  padding-right: 18px;
  margin-top: 24px;
  display: inline-block;
  font-weight: bold;
}

.dflex .colItem .txtlink:hover {
  opacity: .4;
}

.dflex .colItem .txtlink:not([target="_blank"])::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: solid 2px #0A8664;
  border-right: solid 2px #0A8664;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dflex .colItem .txtlink[target="_blank"] {
  padding-right: 28px;
}

.dflex .colItem .txtlink[target="_blank"]::after {
  width: 14px;
  height: 14px;
  background: url(/top_assets/img/icon_link_blank_g.png) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.webvpass {
  padding: 35px 100px 45px;
}

.webvpass .title::before {
  background-image: url(/top_assets/img/icon_web_vpass.svg);
}

.webvpass .loginbtn {
  background-color: #0A8664;
  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;
  font-size: 16px;
  padding: 18px 0;
  width: 320px;
  position: relative;
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.webvpass .loginbtn span {
  position: relative;
  z-index: 2;
}

.webvpass .loginbtn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  display: block;
  z-index: 1;
  -webkit-transition: .5s;
  transition: .5s;
  background: #0A8664;
}

.webvpass .loginbtn:hover::before {
  width: 100%;
  background: #246852;
}

.appvpass {
  padding: 35px 0;
}

.appvpass .title::before {
  background-image: url(/top_assets/img/icon_app_vpass.svg);
}

.appvpass .lead {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}

.appvpass .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.appvpass .col::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #ccc;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.appvpass .col .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
}
.appvpass .col .item:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
    margin-left: 10px;
}

.appvpass .col .item:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
    margin-right: 10px;
}
.appvpass .col .item p {
  font-size: 14px;
  line-height: 1.4;
  padding-right: 20px;
  text-align: left;
}

.appvpass .col .item img {
  display: block;
}

.appvpass .note-lists{
    text-align: left;
}
.appvpass .note-lists li{
    font-size: 10px !important;
    line-height: 1.5 !important;
}
@media screen and (max-width: 640px) {
  #smbcLine {
    position: relative;
    z-index: 12;
  }
  .header_inner {
    z-index: 12;
  }
  .gnavi_mouseoverBlock {
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 11;
  }
  .gnavi_mouseoverBlock.is-activeSpMenu {
    opacity: 1;
  }
  .gnavi_mouseoverBlock.js-spBlock {
    display: block;
  }
  .gnavi_mouseoverBlock .gnavi_moInner {
    text-align: center;
    height: 100vh;
    padding-top: calc(65px + 12.8vw);
    overflow: auto;
  }
  .fix_header.is-activeSpMenu {
    top: 0px;
    z-index: 12;
    -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
  }
  .fix_header.is-activeSpMenu + .gnavi_mouseoverBlock .gnavi_moInner {
    padding-top: 12.8vw;
  }
  .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5.3vw;
  }
  .dflex > .colItem {
    border-bottom: 1px solid #ccc;
  }
  .dflex > .colItem .title {
    padding-right: 15px;
  }
  .dflex > .colItem.webvpass .title {
      margin-bottom: 20px;
  }
  .dflex .colItem .txtlink {
      margin-right: 8px;
  }
  
  .webvpass {
    padding: 35px 0 30px;
  }
  .webvpass .loginbtn {
    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;
    padding: 14px 0;
    width: 100%;
    margin: 0 auto;
    max-width: 420px;
  }
  .appvpass {
    padding: 30px 0;
  }
  .appvpass .lead {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
  }
  .appvpass .col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .appvpass .col::before {
    content: none;
  }
  .appvpass .col .colItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
  }
  .appvpass .col .colItem:first-child {
    width: 145px;
  }
  .appvpass .col .colItem:last-child {
    margin-right: -3.3vw;
  }
  .appvpass .col .colItem img {
    width: 100%;
    display: block;
  }
  .vplogin_closeBtn {
    color: #999999;
    font-size: 14px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 90px;
    line-height: 1.4;
    display: inline-block;
    cursor: pointer;
  }
  .vplogin_closeBtn:hover {
    opacity: .7;
  }
  .vplogin_closeBtn span {
    position: relative;
    padding-left: 20px;
  }
  .vplogin_closeBtn span::before {
    content: "×";
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 640px) {
    _:lang(x)+_:-webkit-full-screen-document, .vplogin_closeBtn {
        margin-bottom: 180px;
    }
}

/* IT戦TLSQ追記 */
.recomend-card_item.classic{
	margin-top: 64px;
	top: auto;
   }
.recomend-card_item.rainbow {
	margin-top: 0px;
	top: -64px;
}
.it_adbtm_olive_text_1{
	font-family: ヒラギノ角ゴ Pro W6;
	font-size: 12px;
	font-weight: bold;
	color: #121212;
}
.it_adbtm_olive_text_2{
	font-family: ヒラギノ角ゴ Pro W3;
	font-size: 12px;
	font-weight: bold;
	color: #121212;
}
.it_adbtm_olive_text_3{
	font-family: ヒラギノ角ゴ Pro W6;
	font-size: 12px;
	font-weight: bold;
	color: #FA8200
}
.rainbow .recomend-card_item-inner .item_card .card-text_wrap::after {
    background: url(/top_assets/img/olive_circle_B_PC.png) no-repeat center / cover;
}
@media screen and (max-width: 640px) {
	.rainbow .recomend-card_item-inner .item_card .card-text_wrap::after {
		background: url(/top_assets/img/olive_circle_B_SP.png) no-repeat center / cover;
		right: 58vw;
		bottom: 25.4vw;
	}
	.it_adbtm_olive_img_pc{
		display: none;
	}
	#it_adbtm_olive_title{
		padding-top: 60px;
	}
	.it_adbtm_olive_text_1{
		font-family: ヒラギノ角ゴ Pro W6;
		font-size: 12px;
		font-weight: bold;
		color: #121212;
	}
	.it_adbtm_olive_text_2{
		font-family: ヒラギノ角ゴ Pro W3;
		font-size: 12px;
		font-weight: bold;
		color: #121212;
	}
	.it_adbtm_olive_text_3{
		font-family: ヒラギノ角ゴ Pro W6;
		font-size: 12px;
		font-weight: bold;
		color: #FA8200
	}
}

/* IT戦TLSQ追記 */
/* 20250925 対応 */
.infinite .recomend-card_item-inner .item_card .card-text_wrap::after{
    background: url(/top_assets/img/tlsq_img_card-feature_infinite.svg) no-repeat center/cover;
}
.recomend-card_item.infinite .recomend-card_item-inner .item_bg{
    background: #FDF9E1;
    background: url(/top_assets/img/tlsq_bg_infinite.png) 0 0 no-repeat;
    background-size: cover;
    left: 460px;
}
.recomend-card_item.infinite .recomend-card_item-inner .item_bg.scrollin{
    width: 543px;
    right: 0px;
}
.recomend-card_item.infinite {
    margin-top: 0px;
    top: -91px;
}
.recomend-card_item.platinum_preferred .recomend-card_item-inner.img-left .card-text_wrap{
    margin: -140px 0 0 15px;
}

@media screen and (max-width: 640px) {
    .recomend-card_item.platinum_preferred .recomend-card_item-inner.img-left .card-text_wrap{
        margin: 7.2vw 0 0;
        text-align: center;
    }
    .infinite .recomend-card_item-inner .item_card .card-text_wrap::after{
        right: 58vw;
        bottom: 25.4vw;
    }
    .infinite .recomend-card_item-inner .item_card .card-sub_copy_text{
        color: rgb(240 240 240);
    } 
    .infinite .recomend-card_item-inner .item_card .card-detail_btn .btn{
        color: rgb(63 63 63);
        background: #f0f0f0;
    }
    .recomend-card_item.infinite .recomend-card_item-inner .item_bg{
        background: #FDF9E1;
        background: url(/top_assets/img/tlsq_bg_infinite_sp.png) 0 0 no-repeat;
        background-size: cover;
    }
    .recomend-card_item.infinite .recomend-card_item-inner .item_bg{
        top: -7.6%;
    }
    .recomend-card_item.infinite .recomend-card_item-inner .item_bg.scrollin{
        width: 115%;
        height: 108vw;
        left: 98px;
    }
    .infinite .recomend-card_item-inner .item_card .card-detail_btn .btn:hover{
        color:  #f0f0f0;
    }
}
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .infinite .recomend-card_item-inner.img-left .item_card .card-img {
        top: 0;
        margin: 40px 0 0;
    }
}
@media all and (-ms-high-contrast:none) and (max-width:640px){
    *::-ms-backdrop, .infinite .recomend-card_item-inner.img-left .item_card .card-img {
        margin: 0;
    }
}