@charset "utf-8";
/* コンテンツ幅 フル */
.contentsInr{
    width:auto;
    padding:0px;
}
/* コンテンツ幅 950px */
.contentsInr .contentsUnit{
    padding:0 10px;
}
@media all and (min-width:740px){
    .contentsInr .contentsUnit{
        width:950px;
        padding:0px;
        margin:0 auto;
    }
}
.ctm_contentsFull{
    background-color:#f5f5f5;
}
.mv {
    background-image: url(/world/shared/jalapp/img_sites/bg_sp.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mv .contentsUnit {
    position: relative;
    height: 590px;
}
.mv .mv_txt {
    margin: 0 auto;
    padding: 0 10px 0 0;
    width: 348px;
}
.mvSlider {
    position: absolute;
    top: 161px;
    left: 50%;
    transform:translateX(-50%);
    -webkit- transform: translateX(-50%);
    width: 142px;
    height: 283px;
}

.mvAppWrap {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform:translateX(-50%);
    -webkit- transform: translateX(-50%);
    border-left: 5px solid #fff;
    padding-left: 15px;
}
.mvAppTxt {
    font-family: "游ゴシック","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W4",sans-serif;
    margin-bottom: 10px;
    color: #fff;
    font-size: 1.3rem;
}
.mvAppWrap .appImg {
    display: flex;
}
.mvAppWrap .appImg li:not(:first-child){
    margin-left: 10px;
}
.mvAppWrap .appImg li img {
    height: 10.8vw;
    max-height: 42px;
    width: auto;
}
    
@media all and (max-width:374px){
    .mv .contentsUnit {height: 157.25vw;}
    .mv .mv_txt {padding: 0 20px 0 10px; width: 65%;}
    .mvSlider {top: 38vw;}
    .mvAppWrap {bottom: 4vw;}
}
    
@media all and (min-width:740px){
    .mv {
        background-image: url(/world/shared/jalapp/img_sites/bg.png);
        background-size: 1920px 560px;
        min-height: 560px;
    }
    .mv .contentsUnit {
        width: 780px !important;
        height: 560px;
    }
    .mv .mv_txt {
        width: 402px;
        padding: 60px 0 0;
        margin-left: -35px;
    }
    .mv.en .mv_txt {
        width: 402px;
    }
    .mvSlider {
        top: 48%;
        right: 0;
        left: auto;
        transform: translateY(-50%);
        -webkit- transform: translateY(-50%);
        background-size: 240px 480px;
        width: 240px;
        height: 480px;
    }
    .mvSlider .slick-box {
        width: 224px;
        margin: 10px auto;
        border-radius: 32px;
    }
    .mvAppWrap {
        bottom: 53px;
        left: 0;
        transform: none;
        -webkit- transform: none;
    }
    .mvAppTxt {
        margin-bottom: 18px;
        font-size: 1.5rem;
    }
    .mvAppWrap .appImg li img {
        height: 42px;
    }
}

/*3カラム表示崩れ対応*/
@media (min-width: 740px) {
    .clm_3_3col.colWrap .col,
    .clm_1_3col.colWrap .col{
        width: 300px;
        margin-left: 25px;
    }
}

/*アプリ*/
.appInner {
    display: flex;
    align-items: flex-end;
}
.appImgWrap.aem-Grid {
    display: flex;
}
.appImgWrap.aem-Grid>.img {
    width: fit-content!important;
    width: -moz-fit-content!important;
}
.appImgWrap.aem-Grid>.img:first-child {
    margin-right: 13px;
}
.appImgWrap.aem-Grid>.img .imgParts img {
    height: 10.8vw;
    width: auto;
}
@media all and (max-width:739px){
    .appInner>.aem-GridColumn--default--2 {
        width: 28%!important;
    }
    .appInner>.aem-GridColumn--default--10 {
        width: 76%!important;
    }
    .appInner .icon .img {
        width: 88%!important;
    }
}
@media all and (min-width:740px){
    .appInner {
        width: 440px!important;
        margin: auto;
    }
    .appInner>.aem-GridColumn--default--2 {
        width: 90px!important;
        min-width: 90px;
        margin-right: 20px;
    }
    .appInner>.aem-GridColumn--default--10 {
        width: 330px!important;
        min-width: 330px;
    }
    .appImgWrap.aem-Grid>.img .imgParts img {
        height: 52px!important;
    }
}