@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&family=Noto+Serif+JP:wght@200..900&display=swap');

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    white-space: nowrap;
}

#wrapper {
    min-width: auto;
    
}
.btn.psFix {
    font-size: 1.6rem;
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 99;
    margin: 0;
    display: none;
}
.contents {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "MS UI Gothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
}
.font-serif {
    font-family: "Noto Serif JP", serif;
}
.fs16 {
    font-size: 1.6rem !important;
}
.fcRD {
    color: #CC0000;
}
.sp_disnon {
    display: none !important;
}
.alC_sp_alL {
    text-align: left !important;
}
.noteTxt {
    font-size: 1.4rem !important;
}
.noteList.noteList_noMK > li {
    padding-left: 0 !important;
}
.noteList.noteList_noMK > li:before {
    content: none;
    display: none;
}
.container {
    margin: 80px auto 0;
}
.container--2cols {
    display: block;
}
@media all and (min-width:740px){
    #wrapper {
        min-width: 950px;
    }
    .contents {
        font-size: 1.8rem;
    }
    .container {
        min-width: 1096px;
    }
    .container--normal {
        width: 950px;
        min-width: auto;
    }
    .container--wide {
        max-width: 1440px;
        min-width: 1096px;
    }

    .sp_disnon {
        display: block !important;
    }
    .pc_disnon {
        display: none !important;
    }
    .alC_sp_alL {
        text-align: center !important;
    }
    .container--2cols {
        display: flex;
        flex-wrap: nowrap;
    }
    .container--2cols > .col {
        width: 50%;
    }

}
strong {
    color: inherit;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: inherit;
}
.txtLink, .txtLink.inText {
    text-decoration: none;
}
.txtLink.inText {
    margin-left: 0;
}
.txtLink:hover {
    text-decoration: underline;
}
.txtLink:after {
    margin-left: 3px;
}
.txtLink.iconNext:after {
    width: 8px;
    height: 12px;
    background-position: 0 0;
}
 .txtLink.iconNext:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/content/dam/sites/global/Y18/img/icons_utility.svg);
    background-repeat: no-repeat;
    background-size: 100px auto;
}
.btn {
    line-height: 1em;
    display: flex;
    width: max-content;
    justify-content: center;
    margin: 60px 0 0;
    align-items: center;
    text-decoration: none;
    padding: 20px 25px !important;
    border: 0px;
}
.btn:hover {
    cursor: pointer;
}
.btnRD {
    background-color: #CC0000;
    color: #FFF;
}
.btnBK {
    background-color: #000;
    color: #FFF;
}
.btnTxtBL {
    color: #2848CB;
    font-size: 1.8rem;
}
.btnTxtRD {
    color: #CC0000;
    font-size: 1.8rem;
}
img.icon-cross {
    margin-left: 15px;
}
.btn img {
    margin-left: 10px;
}
.btn img.icon-down, img.iconDown, .btn img.icon-plus, img.iconPlus {
    width: 16px;
}
.btn img.icon-right, img.iconRight {
    transform: rotate(-90deg);
}
.btn-br {
    border-radius: 37.5px;
    box-shadow: 0px 4px 16px 0px #00000040;
}
.iconTxt_br {
    display: inline-block;
    font-size: 0.7em;
    border: 2px solid;
    border-radius: 4px;
    padding: 0.2em;
    line-height: 1em;
    margin-left: 0.5em;
}
.iconTxt_wh {
    display: inline-block;
    font-size: 0.7em;
    border: 2px solid;
    border-radius: 4px;
    padding: 0.2em;
    line-height: 1em;
    margin-left: 0.5em;
}

.mv_area {
    background: url("/content/dam/sites/wwwjalcojp/jp/ja/jmb/jal-luxury-card/img_sites/mv_bg_sp_260218.jpg") no-repeat top center #000;
    /* background: url("/content/dam/sites/wwwjalcojp/jp/ja/jmb/jal-luxury-card/img_sites/mv_bg_pc.jpg") no-repeat top center #000; 250808修正 */
    background-size: cover;
    /* background-size: auto 829px; 250808修正 */
    /* height: 829px; 250808削除 */
}
.mv_area .mv_area_container {
    padding: 24px 15px 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.mv_area .mv_area_container h1 {
    width: 100%;
    text-align: center;
}
.mv_area .mv_area_container .btnRD {
    margin: 40px auto 0;
    /* margin: 40px auto; 250808修正 */
    font-size: 1.6rem;
}
.mv_area .mv_area_container .btnRD img {
    width: 16px;
}
.mv_area .mv_area_container .main_col {
    display: block;
    padding: 80px 0;
    /* padding: 80px 0 0; 250808修正 */
    width: 345px;
    margin: 0 auto;
}
.mv_area .mv_area_container .main_col .col_copy {
    width: 273px;
    margin: 0 auto;
}
.mv_area .mv_area_container .main_col .col_cards {
    display: flex;
    margin-top: 40px;
    justify-content: space-around;
}
.mv_area .mv_area_container .main_col .col_cards > .col_cards_col {
    position: relative;
    width: 41.3vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
    align-items: center;
}
.mv_area .mv_area_container .main_col .col_cards > .col_cards_col p {
    /* position: absolute; */
    /* width: max-content; */
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: -30px;
}
.mv_area .mv_area_container .main_col .col_cards > .col_cards_col:first-child p {
    width: 100%;
}
@media all and (min-width:740px){
    .mv_area {
    background: url("/content/dam/sites/wwwjalcojp/jp/ja/jmb/jal-luxury-card/img_sites/mv_bg_pc_250808.jpg") no-repeat top center #000; /* 250808追加 */
        background-size: cover;
        /* background-size: auto 875px; 250808削除 */
        /* height: 875px; 250808削除 */
        /* min-width: 1096px; 250808削除 */
    }
    .mv_area .mv_area_container {
        padding: 48px 0 0;
    }
    .mv_area .mv_area_container h1 {
        width: 541px;
        margin-left: 10px;
    }
    .mv_area .mv_area_container h1 img {
        max-width: 541px;
    }   
    .mv_area .mv_area_container .btnRD {
        margin: 60px 0 0;
        font-size: 2rem;
    }
    .mv_area .mv_area_container .main_col {
        display: flex;
        justify-content: space-between;
        padding: 125px 40px;
        /* padding: 125px 40px 0; 250808修正 */
        width: auto;
    }
    .mv_area .mv_area_container .main_col .col_copy {
        width: 41%;
    }
    .mv_area .mv_area_container .main_col .col_cards {
        width: 48%;
        margin-top: 132px;
    }
    .mv_area .mv_area_container .main_col .col_cards > .col_cards_col {
        width: 50%;
    }
    .mv_area .mv_area_container .main_col .col_cards > .col_cards_col p {
        font-size: 1.6rem;
        width: 100%;
        margin-top: -26%;
    }


}
@media all and (min-width:1280px){
    .mv_area .mv_area_container .main_col .col_cards > .col_cards_col p {
        font-size: 2rem;
        width: max-content;
    }
}

.a-nav {
    background: #F7F7F7;
    padding: 24px;
}
.a-nav .nav-container {
}
.a-nav .nav-container a {
    position: relative;
    display: block;
    line-height: 1.5;
    margin-bottom: 40px;
    font-size: 1.4rem;
}
.a-nav .nav-container a:last-child {
    margin-bottom: 0;
}
.a-nav .nav-container a::after {
    content: "";
    width: 100%;
    background-color: #CCCCCC;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -20px;
}
.a-nav .nav-container a:last-child:after {
    display: none;
}
.a-nav .nav-container a strong {
    color: #CC0000;
    font-family: "Noto Serif JP", serif;
    font-size: 2.0rem;
    margin-bottom: 0.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
@media all and (min-width:740px){
    .a-nav {
        padding: 63px 0;
        min-width: 1096px;
    }
    .a-nav .nav-container {
        display: flex;
        justify-content: space-between;
        width: 950px;
        margin: 0 auto;
        padding: 0;
    }
    .a-nav .nav-container a {
        margin-right: 160px;
        margin-bottom: 0;
        text-align: center;
    }
    .a-nav .nav-container a:last-child {
        margin-right: 0;
    }
    .a-nav .nav-container a::after {
        content: "";
        width: 1px;
        background-color: #CCCCCC;
        height: 90%;
        display: inline-block;
        position: absolute;
        top: 5%;
        right: -80px;
    }
    .a-nav .nav-container a strong {
        justify-content: center;
    }
    .a-nav .nav-container a strong img {
        margin-left: 10px;
    }
}

.contentsArea {
    padding:80px 15px;
}
.contentsArea p {
    line-height: 2;
    margin-bottom: 2em;
}
.cont_head {
    font-family: "Noto Serif JP", serif;
    font-size: 3rem;
    text-align: center;
    line-height: 1.2;
    width: auto;
    display: block;
    margin: 0 auto 40px;
}
.cont_head::before {
    content: "";
    background: url("/content/dam/sites/wwwjalcojp/jp/ja/jmb/jal-luxury-card/img_sites/h_line.svg") no-repeat center;
    width: 100%;
    height: 40px;
    display: block;
}
.cont_head h2 {
    font-weight: 600;
}
.cont_head span {
    color: #CC0000;
    font-family: "Crimson Text", serif;
    font-size: 1.8rem;
    font-weight: 400;
    display: block;
    margin: 16px auto;
    letter-spacing: 0.4em;
}
.cont_head p {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "MS UI Gothic", sans-serif;
    margin-top: 1.4rem;
}
.cont--01 {
    background: url("/content/dam/sites/wwwjalcojp/jp/ja/jmb/jal-luxury-card/img_sites/bg_cont--01.jpg") no-repeat top center #000;
    background-size: contain;
    color: #fff;
    position: relative;
    padding-top: 45vw;
    padding-bottom: 25vw;
}
.cont--01::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40vw;
    background: no-repeat bottom left;
    background-image: url("/content/dam/sites/wwwjalcojp/jp/ja/jmb/jal-luxury-card/img_sites/cont01_after_sp.png");
    background-size: contain;
}
.cont--01 img.cardface {
    width: 100%;
    max-width: 720px;
    margin-bottom: 40px;
}
@media all and (min-width:740px){
    .contentsArea {
        padding:160px 15px;
        min-width: 1066px;
    }
    .cont_head {
        font-size: 4rem;
        margin: 0 auto 80px;
    }
    .cont--01 {
        padding-top: 740px;
        padding-bottom: 270px;
        background-size: 1440px auto;
    }
    .cont--01::before {
        height: 460px;
        background-image: url("/content/dam/sites/wwwjalcojp/jp/ja/jmb/jal-luxury-card/img_sites/cont01_after_pc.png");
    }
    .cont--01 img.cardface {
        margin-bottom: 60px;
    }

}

.cont--02 {
    background-color: #000;
    padding-top: 0;
    color: #FFF;
}

.cont--02 .cont_head {
    background: url("/content/dam/sites/wwwjalcojp/jp/ja/jmb/jal-luxury-card/img_sites/bg_mileandfly_250819.jpg") no-repeat center #000;
    background-size: cover;
    height: 707px;
    margin: 0 -15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cont--02 .cont_head span {
    color: #FF0000;
}
.cont--02 .itemhead {
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}
.cont--02 .itemhead-cols {
    display: flex;
    justify-content: space-around;
    gap: 15px;
}
.cont--02 .itemhead .h--sub {
    font-size: 1.6rem;
}
.cont--02 .grid .item:first-child .itemhead .h--sub {
    font-size: 2rem;
}
.cont--02 .itemhead + p {
    font-size: 1.8rem;
}
.cont--02 h3.head-grd {
    font-size: 2.7rem;
    background: linear-gradient(360deg, #CCCCCC 0%, #7B7B7B 100%);
    -webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 1.2em;
    text-align: center;
}
.cont--02 .item.span-1 h3.head-grd {
    font-size: 2.7rem;
}
.cont--02 .grid .item:first-child h3.head-grd {
    margin-bottom: 80px;
    font-size: 4rem;
}
.cont--02 .itemhead .head-grd {
    font-size: 3.2rem;
    background: linear-gradient(360deg, #F8DFA1 0.27%, #C3A25C 100.27%);
    -webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
    line-height: 1em;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.cont--02 .itemhead .head-grd span {
    /* display: inline-block; */
    margin-left: 5px;
    margin-bottom: -0.2em;
    margin-right: 5px;
}
.cont--02 .itemhead .head-grd span.hs28 {
    font-size: 2.2rem;
}
.cont--02 .itemhead .head-grd span.hs24 {
    font-size: 2rem;
}
.cont--02 .itemhead .head-grd span.hs16 {
    font-size: 1.25rem;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 0;
}
@media all and (min-width:740px){
    .cont--02 h3.head-grd {
        font-size: 3rem;
    }
    .cont--02 .item.span-1 h3.head-grd {
        font-size: 3rem;
    }
    .cont--02 .itemhead .head-grd {
        font-size: 3.7rem;
    }
    .cont--02 .itemhead .head-grd span.hs28 {
        font-size: 2.8rem;
    }
    .cont--02 .itemhead .head-grd span.hs24 {
        font-size: 2.4rem;
    }
    .cont--02 .itemhead .head-grd span.hs16 {
        font-size: 1.5rem;
    }
}
.cont--02 .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
.cont--02 .grid .item {
    background-color: #111111;
    padding: 64px 10px;
    border-radius: 16px;
    color: #ccc;
}
.cont--02 .grid .item.item--imgRT .item--col.item--col_image img {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 25px;
}
.cont--02 .grid .item p {
    margin-bottom: 1em;
}
.cont--02 .grid .item p, .cont--02 .grid .item ul li {
    line-height: 1.5;
}
.cont--02 .grid .item ul.txtList > li:before {
    background-color: #ccc;
}
.cont--02 .accordion .acodBlock.type_normal > .heading {
    background-color: transparent;
    border: 0px;
    margin-bottom: 5px;
}
.cont--02 .accordion .acodBlock > .heading > span.inr {
    font-weight: 400;
    padding-left: 30px;
    padding-right: 6px;
    color: #fff;
    width: fit-content;
    position: relative;
    display: inline-block;
}
.cont--02 .accordion .acodBlock > .heading > span.inr:focus {
    border: 1px solid;
}
.cont--02 .accordion .acco_flowDetail .acodBlock > .heading .iconAccordion {
    background: url(/content/dam/sites/wwwjalcojp/jp/ja/jmb/jal-luxury-card/img_sites/icon-cross-c.png);
    left: 0;
    width: 24px;
    height: 24px;
}
.cont--02 .accordion .acco_flowDetail .acodBlock.type_normal > .heading > .inr.open .iconAccordion {
    top: 11px;
}
.cont--02 .accordion .content {
    text-align: left;
    padding: 10px 0;
}
.cont--02 .container--lmtd {
    max-width: 1200px;
    font-size: 1.8rem;
}
.cont--02 .container--lmtd > img {
    margin: 0 -50px 15px;
    width: calc(100vw + 100px);
    max-width: none;
}
.cont--02 .container--lmtd h3 {
    font-size: 3.4rem;
    font-weight: bold;
}
.cont--02 .container--lmtd h3 .hs27 {
    font-size: 2.7rem;
}
.cont--02 .container--lmtd p {
    line-height: 1.5;
    margin-top: 15px;
}
.cont--02 .container--lmtd .container--lmtd--cols > img {
    margin: -70px auto -50px;
    display: block;
}

@media all and (min-width:740px){
    .cont--02 .grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px 16px;
        max-width: 1200px;
        margin-inline: auto;
    }
    .cont--02 .grid .item {
        padding: 64px;
        border-radius: 16px;
    }
    .cont--02 .grid .item.span-1 {
        padding: 30px;
    }

    .cont--02 .grid .item.item--imgRT {
        display: flex;
        flex-direction: row-reverse;
        gap: 110px;
    }
    .cont--02 .grid .item.item--imgRT .item--col {
        width: 50%;
    }
    .cont--02 .grid .item.item--imgRT .item--col.item--col_image img {
        height: 340px;
        width: auto;
    }

    .grid .span-4 {
        grid-column: span 4;
    }
    .grid .span-2 {
        grid-column: span 2;
    }
    .grid .span-1 {
        grid-column: span 1;
    }
    .cont--02 .item.span-1 h3.head-grd {
        font-size: 1.8rem;
    }
    .cont--02 .accordion .acco_flowDetail .acodBlock.type_normal > .heading > .inr.open .iconAccordion {
        top: 6px;
    }
    .cont--02 .container--lmtd > img {
        margin: 0;
        width: 100%;
    }
    .cont--02 .container--lmtd .container--lmtd--cols {
        display: flex;
        margin-top: 20px;
    }
    .cont--02 .container--lmtd .container--lmtd--cols > img {
        margin: -90px auto 0;
    }
}
.cont--02 .container--2cols {
    font-size: 1.6rem;
    margin: 80px auto;
}
.cont--02 .container--2cols .col--cardface {
    margin: 80px 0;
    text-align: center;
}
.cont--02 .container--2cols .col--cardface .itemhead {
    margin-top: -50px;
}
.cont--02 .container--2cols .col--cardface h4 {
    font-size: 2rem;
    margin-bottom: 16px;
    font-weight: 700;
    color: #fff;
}
.cont--02 .container--2cols .col--cardface img {
    width: 279px;
}
.cont--02 .container--2cols .col--cardface p {
    line-height: 1.5;
}
.cont--02 a, .cont--02 .container--2cols.cols--each a {
    color: #FFF;
    /* text-decoration: underline; */
    display: inline-block;
}
.cont--02 a.txtLink:focus, .cont--02 .container--2cols.cols--each a.txtLink:focus {
    color: #FFF;
}
.cont--02 .cols--each .head-grd {
    background: linear-gradient(360deg, #FFFFFF 0%, #7B7B7B 100%);
    -webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
    font-size: 3.8rem;
    font-weight: 700;
    /* margin-top: 8px; */
    margin-bottom: 4px;
    display: block;
}
.cont--02 .cols--each .head-grd .h--small {
    font-size: 2.8rem;
}
.cont--02 .cols--each .head-grd .h--xsmall {
    font-size: 2rem;
}
.cont--02 .cols--each .h--subRD {
    color: #CC0000;
    font-size: 2rem;
    font-weight: 700;
}
.cont--02 .container--2cols.cols--each .col--eachPBox {
    margin: 40px -15px;
}
.cont--02 .cols--each .col--eachTBox p {
    font-size: 1.6rem;
    margin-bottom: 40px;
    line-height: 1.5;
}
@media all and (min-width:740px){
     .cont--02 .container--2cols {
        justify-content: space-evenly;
        margin: auto;
    }
    .cont--02 .container--2cols .col--cardface {
        width: 45%;
        margin: 0;
        max-width: 400px;
    }
    .cont--02 .container--2cols .col--cardface img {
        width: 320px;
    }
    .cont--02 .container--2cols.cols--each {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% + 30px);
        margin: 80px -15px;
    }
    .cont--02 .container--2cols.cols--each:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .cont--02 .container--2cols.cols--each .col--eachPBox {
        width: 47%;
        max-width: 680px;
        margin: 0;
    }
    .cont--02 .container--2cols.cols--each .col--eachTBox {
        width: 47%;
        box-sizing: border-box;
        padding-right: 60px;
    }
    .cont--02 .container--2cols.cols--each:nth-child(2n) .col--eachTBox {
        padding-right: 0;
        padding-left: 60px;

    }
}

.cont--03 {
    background-color: #FFF;
    position: relative;
}
.contentCorner {
    position: absolute;
    height: auto;
}
.cont--03 .contentCorner {
    top: -40px;
    left: 0;
    width: 214px;
}
.cont--03 .container--phHead {
    display: flex;
    justify-content: flex-end;
    margin: 0 -15px;
}
.cont--03 .container--ph:nth-child(2n+1) .container--phHead {
    flex-direction: row-reverse;
    padding-right: 3px;
}
.cont--03 .container--phHead h3 {
    writing-mode: vertical-rl;
    font-family: "Crimson Text", "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.4rem;
    letter-spacing: 0.3em;
    margin: 0;
    height: max-content;
}
.cont--03 .container--phHead h3 span {
    font-size: 1.7rem;
    margin-top: 1em;
}
.cont--03 .container--phHead img {
    width: calc(100% - 52px);
    height: 480px;
    object-fit: cover;
    border-radius: 40px 0 0 40px;
}
.cont--03 .container--ph:nth-child(2n+1) .container--phHead img {
    border-radius: 0 40px 40px 0;
}
.cont--03 .tokutenList {
    margin-top: 24px;
    margin-bottom: 0;
}
.cont--03 .tokutenList > div {
    width: 100%;
    font-size: 1.6rem;
    padding: 40px 0;
    line-height: 1.5;
    position: relative;
}
.cont--03 .tokutenList > div:after {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #CCCCCC;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
}
.cont--03 .tokutenList > div:last-child::after {
    display: none;
}
.cont--03 .tokutenList > div h4 {
    font-size: 1.9rem;
    margin-bottom: 16px;
    font-weight: 700;
}
.cont--03 .btnBK {
    margin: 0 auto;
    font-size: 1.8rem;
    z-index: 98;
}
@media all and (min-width:740px){
    .cont--03 {
    }
    .cont--03 .contentCorner {
        top: -115px;
        width: 394px;
    }
    .cont--03 .container--phHead h3 {
        margin: 0 46px 40px;
    }
    .cont--03 .container--phHead img {
         width: calc(100% - 180px);
         height: 560px;
         object-position: 0% 11%;
    }
    .cont--03 .tokutenList {
        display: flex;
        justify-content: center;
        margin-top: 0;
    }
    .cont--03 .tokutenList > div {
        width: 35%;
        padding: 40px 5%;
    }
    .cont--03 .tokutenList > div::after {
        width: 1px;
        height: 60px;
        display: inline-block;
        top: calc((100% - 60px) / 2);
        right: 0;
    }
}

.cont--04 {
    background: #F7F7F7;
    position: relative;
    padding-top: 140px;
}
.cont--04 .contentCorner {
    top: -140px;
    left: 0;
    width: 290px;
}
.cont--04 .container--2cols {
}
.cont--04 .container--2cols > div {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 64px;
}
.cont--04 h3 {
    margin-bottom: 16px;
    font-size: 2rem;
    font-weight: 700;
}
.cont--04 h3 span {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #272727;
    border-radius: 8px;
    margin-bottom: 16px;
}
.cont--04 h3 span img {
    width: 24px;
}
@media all and (min-width:740px){
    .cont--04 {
        padding-top: 160px;
    }
    .cont--04 .contentCorner {
        top: -120px;
        left: 0;
        width: 500px;
    }
    .cont--04 .container--2cols {
        margin: 0 auto;
        width: 856px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .cont--04 .container--2cols > div {
        width: 396px;
    }
}

.cont--05 {
    background-color: #FFF;
    position: relative;
}
.cont--05 .container--table {
    width: 100%;
    overflow-x: auto;
    margin: 0 auto;
}
.cont--05 table {
    width: fit-content;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 auto 24px;
    border-radius: 16px;
    border: 1px solid #CCC;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    overflow: hidden;
}
.cont--05 table th, .cont--05 table td {
    text-align: center;
    padding: 0.5em 1em;
    border: 1px solid #CCC;
    white-space: nowrap;
}
.cont--05 table thead {
    background: #CCCCCC;
    font-weight: 700;
}
.cont--05 table thead th {
    font-weight: 700;
    border-right-color: #FFF;
}
.cont--05 table thead th:last-child {
    border-right-color: #CCC;
}
.cont--05 table + .noteList {
    width: max-content;
}
.cont--05 .container--table .noteList > li {
    margin-top: 0;
    padding-left: 0;
}
.cont--05 .container--table .noteList > li::before {
    display: none;

}
@media all and (min-width:740px){
    .cont--05 .container--table {
        overflow: visible;
        width: 980px;
    }
    .cont--05 table {
        width: 980px;
        font-size: 1.7rem;
    }
    .cont--05 table tbody th {
        width: 26%;
    }
    .cont--05 table tbody td {
        width: 37%;
    }
    .cont--05 table th, .cont--05 table td {
        white-space: normal;
    }
    .cont--05 table + .noteList {
        width: 980px;
        margin: 0 auto;
    }
}

.cont--06 {
    background-color: #F7F7F7;
    position: relative;
}
.cont--06 .cardface + strong {
    margin-top: -80px;
    font-size: 2.3rem;
    margin-bottom: 16px;
    display: block;
}
.cont--06 .cardface + strong + p {
    font-size: 1.8rem;
    margin-bottom: 80px;
}
.cont--06 .container--2cols {
    margin: 0 auto;
}
.cont--06 .container--2cols .btn {
    width: fit-content;
    margin: 40px auto;
    font-size: 2rem;
}
.cont--06 .container--cont06flow h3 {
    text-align: center;
    font-size: 2.9rem;
    margin-bottom: 24px;
    font-weight: 700;
}
.cont--06 .container--cont06flow {
    background-color: #FFF;
    padding: 15px;
}
.cont--06 .container--cont06flow .flowBox {
    position: relative;
}
.cont--06 .container--cont06flow .stepBox {
    background-color: #EAEAEA;
    border-radius: 28px;
    padding: 20px 20px 30px;
    text-align: center;
    margin-top: 40px;
    box-sizing: initial;
}
.cont--06 .container--cont06flow .stepBox:first-child {
    border-radius: 28px 28px 0 0;
}
.cont--06 .container--cont06flow .stepBox.step-sub {
    border-radius: 0;
    margin-top: 0;
    position: relative;
}
.cont--06 .container--cont06flow .stepBox.step-sub::before {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
}
.cont--06 .container--cont06flow .stepBox.step-sub02 {
    border-radius: 0 0 28px 28px;
}
.cont--06 .container--cont06flow .stepBox img {
    margin: 0 auto;
}
.cont--06 .container--cont06flow .stepBox strong {
    color: #95855b;
    font-size: 3.8rem;
    display: block;
    margin-bottom: 36px;
}
.cont--06 .container--cont06flow .stepBox strong span {
    font-size: 2.3rem;
}
.cont--06 .container--cont06flow .stepBox h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 25px auto 15px;
    line-height: 1.5;
}
.cont--06 .container--cont06flow .stepBox h4 span {
    display: inline-block;
}
.cont--06 .container--cont06flow .stepBox p {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0;
}
.cont--06 .container--cont06flow .stepBox .noteTxt {
    font-size: 1.4rem;
}
.cont--06 .container--cont06flow .flowBox + .noteList {
    width: 100%;
    line-height: 1.5;
    margin-top: 10px;
}
.cont--06 .container--cont06flow .flowBox + .noteList li {
    padding: 0;
}
.cont--06 .acco_flowDetail .acodBlock.type_normal > h4.heading {
    width: fit-content;
    margin: 0 auto;
    background-color: transparent;
    border: 0px;
}
.cont--06 .acco_flowDetail .acodBlock.type_normal > .heading > .inr {
    width: fit-content;
    margin: 0 auto;
    color: #2848CB;
    font-size: 1.8rem;
    font-weight: 400;
    min-height: fit-content;
}
.contentsInr .contentsUnit.bgcFlowdetail {
    background-color: #FFF;
    padding-bottom: 80px;
}
.acco_flowDetail .acodBlock > .heading .iconAccordion {
    background: url(/content/dam/sites/wwwjalcojp/jp/ja/jmb/jal-luxury-card/img_sites/icon-cross.png);
    background-size: 11px auto;
    background-position: 0px 0px;
    width: 11px;
    height: 11px;
}
.acco_flowDetail .acodBlock.type_normal > .heading > .inr.open .iconAccordion {
    transform: rotate(-45deg);
    background-position: -24px 0px;
    top: 20px;
}
.acco_flowDetail .acodBlock > .content {
    background-color: transparent;
    border: 0;
}
@media all and (min-width:740px){
    .cont--06 .container--2cols {
        margin: 40px auto;
        justify-content: center;
    }
    .cont--06 .container--2cols .btn {
        margin: 0 20px;
    }
    .cont--06 .container--cont06flow {
        background-color: transparent;
        padding: 0;
    }
    .cont--06 .container--cont06flow .flowBox {
        width: 1058px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        align-items: normal;
    }
    .cont--06 .container--cont06flow .flow--arrow {
        position: absolute;
        left: 193px;
    }
    .cont--06 .container--cont06flow .flow--arrow.arrow01 {
        top: 27px;
    }
    .cont--06 .container--cont06flow .flow--arrow.arrow02 {
        top: 100px;
    }
    .cont--06 .container--cont06flow .flow--arrow.arrow03 {
        bottom: 27px;
    }
    .cont--06 .container--cont06flow .flow--arrow.arrow03 > span {
        left: 40px;
        top: -5px;
        position: absolute;
        background-color: #F7F7F7;
        padding: 0 0.5em;
        font-size: 1.6rem;
        font-weight: 700;
    }
    .cont--06 .container--cont06flow .stepBox {
        width: 180px;
        z-index: 1;
        margin-top: 0;
        padding: 20px 10px;
    }
    .cont--06 .container--cont06flow .stepBox:first-child {
        border-radius: 28px;
    }
    .cont--06 .container--cont06flow .stepBox .noteTxt {
        font-size: 1.4rem;
        margin-bottom: 3em;
        margin-top: 1em;
    }
    .cont--06 .container--cont06flow .stepBox .note {
        display: inline !important;
    }
    .cont--06 .container--cont06flow .stepBox.step-sub::before {
        display: none;
    }
    .cont--06 .container--cont06flow .stepBox.step-sub {
        width: 160px;
        height: fit-content;
        border-radius: 28px;
    }
    .cont--06 .container--cont06flow .stepBox.step-sub02 {
        margin-top: 66px;
        padding-top: 33px;
        border-radius: 28px;
    }
    .cont--06 .container--cont06flow .stepBox.step-sub h4 {
        margin-top: 15px;
    }
    .cont--06 .container--cont06flow .flowBox + .noteList {
        width: 1058px;
        margin: 10px auto;
    }
    .contentsInr .contentsUnit.bgcFlowdetail {
        background-color: transparent;
        padding-bottom: inherit;
    }
    .acco_flowDetail .acodBlock.type_normal > .heading > .inr.open .iconAccordion {
        top: 14px;
    }

}
.cont--faq {
    margin-top: 100px;
}
.cont--faq .ttlLv2 {
    margin-bottom: 0;
}
.cont--faq h3, .cont--faq .ttlLv2 h3.heading {
    margin-bottom: 24px;
    font-size: 2rem;
}
.cont--faq p {
    margin-bottom: 0;
}
@media all and (min-width:740px){
    .cont--faq .ttlLv2 {
        margin-bottom: 0;
    }
    .cont--faq .ttlLv2 h3.heading {
        margin-bottom: 24px;
        font-size: 2rem;
    }
}
/* ----------------------------------------------------------------
accordion
----------------------------------------------------------------- */
.cont--faq .accordion + .accordion {
    margin-top: 0;
}
.cont--faq .acodBlock {
    margin-top: 0;
}
.cont--faq .accordion__btn, .cont--faq .acodBlock.type_normal > .heading {
    position: relative;
    display: block;
    width: 100%;
    padding: 14px 40px 14px 0;
    background: transparent;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    box-sizing: border-box;
    border: 0;
}
.cont--faq .acodBlock > .heading > span.inr {
    padding: 0;
    min-height: inherit;
}
.cont--faq .accordion {
    border-top: 1px solid #ccc;
}
.cont--faq .acodBlock.type_normal > .heading .iconAccordion {
    background-position: -45px -35px;
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/jmb/jal-luxury-card/img_sites/icons_utility-bl.svg);
}
.cont--faq .acodBlock.type_normal > .heading > .inr.open .iconAccordion {
    background-position: -27px -35px;
}
.cont--faq .accordion__btn:hover {
cursor: pointer;
}
.cont--faq .accordion__btn::after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 14px;
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #000;
    border-bottom: transparent;
    border-left: transparent;
    transform: rotate(135deg);
}
.cont--faq .accordion__btn.is-active::after {
    top: calc(50% - 4px);
    transform: rotate(-45deg);
}
 
.cont--faq p.accordion__title {
    font-size: 1.6rem;
    margin-bottom: 0;
    line-height: 1.5;
}
 
.cont--faq .accordion__panel {
    display: none;
    position: relative;
    padding: 20px 0;
}
.cont--faq .acodBlock > .content {
    background-color: transparent;
    border: 0;
    border-top: 0px;
    padding: 20px 0;
}
.cont--faq .accordion__panel p, .cont--faq .acodBlock > .content, .cont--faq .acodBlock > .content p {
    font-size: 1.6rem;
    line-height: 1.5;
}
 
@media screen and (min-width: 740px) { 
    .cont--faq .accordion__btn, .cont--faq .acodBlock.type_normal > .heading {
        padding: 18px 40px 18px 0;
        background-color: transparent;
    }
    
    .cont--faq .accordion__panel {
        padding: 20px 0;
    }
    .cont--faq .acodBlock > .content {
        border: 0;
        border-top: 0px;
        padding: 0 0 20px;
    }
    .cont--faq .acodBlock > .heading > span.inr {
        padding: 0;
    }
}

.cont--foot {
    background: #CCCCCC;
    padding: 120px 15px;
    margin-top: 60px;
}
.cont--foot .container {
    margin: 0 auto;
}
.cont--foot h2 {
    text-align: center;
}
.cont--foot h2 img {
    display: block;
    margin: 0 auto;
}
.cont--foot h2 img.imgCross {
    margin: 16px auto;
}
.cont--foot h3 {
    font-size: 1.8rem;
    margin-bottom: 18px;
    margin-top: 40px;
}
.cont--foot p {
    margin-bottom: 1em;
    font-size: 1.6rem;
}
@media all and (min-width:740px){
    .cont--foot h2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cont--foot h2 img {
        display: inline-block;
        margin: 0;
    }
    .cont--foot h2 img.imgCross {
        margin: 0 24px;
    }
}

/* modal */
.overlay {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .3s;
    z-index: 99;
}
.overlay.is-active {
    opacity: 1;
    visibility: visible;
}
body.is-fixed {
    position: fixed;
    width: 100%;
}
.modal {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s;
    z-index: 100;
    font-size: 1.6rem;
}
.modal.is-active {
    visibility: visible;
    opacity: 1;
}
.modal__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.modalPanel {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    background: #fff;
    /* border-radius: 16px; */
}
.modalPanel__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: auto;
    box-sizing: border-box;
    line-height: 1.5;
    padding: 15px;
    /* border-radius: 16px; */
}
.modalPanel__inner section {
    margin-bottom: 40px;
}
.modalPanel__inner section + section {
    padding-top: 40px;
    border-top: 1px solid #DDD;
}
.modalPanel__inner p {
    margin-bottom: 24px;
}
.modalPanel__inner ul {
    list-style: disc;
    padding-left: 1.5em;
    margin-bottom: 12px;
}
.modalPanel__inner ul.noteList {
    list-style: none;
    padding-left: 0;
    line-height: 1.5;
}
.modalPanel__inner ul.noteList > li {
    padding-left: 1em;
    margin-top: 0;
}
.modalPanel__inner ul.noteList > li:before {
    content: "※";
    /* margin-left: -1em; */
}
.modalPanel__hdg {
    color: #333;
    display: none;
}
.hdg--lv1 {
    margin: 24px 0 20px;
}
.modalPanel__inner h3 {
    margin-bottom: 24px;
    font-weight: 700;
}
.modalPanel__bottom {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    margin-top: auto;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.16);
}
.modalPanel__bottom.btnWrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.modalPanel__close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 18px;
    right: 17px;
    z-index: 11;
    border: 0px;
    background-color: #000;
    border-radius: 20px;
}
.modalContainer--2cols {
    display: flex;
    flex-direction: column-reverse;
}
@media all and (min-width:740px){
    .modal__inner {
        display: flex;
        padding: 0 20px;
        text-align: center;
        overflow: hidden;
        overflow-y: auto;
        white-space: nowrap;
    }
    .modalPanel {
        height: 640px;
        text-align: left;
        vertical-align: middle;
        white-space: normal;
        border-radius: 16px;
    }
    .modalPanel__inner {
        min-height: 640px;
        padding: 30px;
        overflow-y: auto;
        border-radius: 16px;
    }
    .modalPanel__bottom {
        margin-top: 0;
        padding: 32px 0;
        border-top: 1px solid #ccc;
        box-shadow: none;
    }
    .modalPanel__close {
        position: absolute;
    }
    .modalContainer--2cols {
        flex-direction: row;
        justify-content: space-between;
    }
    .modalContainer--2cols .modalColLeft {
        width: 60%;
    }
    .modalContainer--2cols .modalColRight {
        width: 36%;
    }
}